Tabnine Logo
GitStore$ChunkInfo$ObjectCounts$Builder.setRefDelta
Code IndexAdd Tabnine to your IDE (free)

How to use
setRefDelta
method
in
org.eclipse.jgit.generated.storage.dht.proto.GitStore$ChunkInfo$ObjectCounts$Builder

Best Java code snippets using org.eclipse.jgit.generated.storage.dht.proto.GitStore$ChunkInfo$ObjectCounts$Builder.setRefDelta (Showing top 4 results out of 315)

origin: org.eclipse.jgit/org.eclipse.jgit.storage.dht

  cnts.setWhole(objectsWhole);
if (objectsRefDelta > 0)
  cnts.setRefDelta(objectsRefDelta);
if (objectsOfsDelta > 0)
  cnts.setOfsDelta(objectsOfsDelta);
origin: com.madgag/org.eclipse.jgit.storage.dht

  cnts.setWhole(objectsWhole);
if (objectsRefDelta > 0)
  cnts.setRefDelta(objectsRefDelta);
if (objectsOfsDelta > 0)
  cnts.setOfsDelta(objectsOfsDelta);
origin: com.madgag/org.eclipse.jgit.generated.storage.dht.proto

public Builder mergeFrom(org.eclipse.jgit.generated.storage.dht.proto.GitStore.ChunkInfo.ObjectCounts other) {
 if (other == org.eclipse.jgit.generated.storage.dht.proto.GitStore.ChunkInfo.ObjectCounts.getDefaultInstance()) return this;
 if (other.hasTotal()) {
  setTotal(other.getTotal());
 }
 if (other.hasWhole()) {
  setWhole(other.getWhole());
 }
 if (other.hasOfsDelta()) {
  setOfsDelta(other.getOfsDelta());
 }
 if (other.hasRefDelta()) {
  setRefDelta(other.getRefDelta());
 }
 this.mergeUnknownFields(other.getUnknownFields());
 return this;
}
origin: org.eclipse.jgit/org.eclipse.jgit.generated.storage.dht.proto

public Builder mergeFrom(org.eclipse.jgit.generated.storage.dht.proto.GitStore.ChunkInfo.ObjectCounts other) {
 if (other == org.eclipse.jgit.generated.storage.dht.proto.GitStore.ChunkInfo.ObjectCounts.getDefaultInstance()) return this;
 if (other.hasTotal()) {
  setTotal(other.getTotal());
 }
 if (other.hasWhole()) {
  setWhole(other.getWhole());
 }
 if (other.hasOfsDelta()) {
  setOfsDelta(other.getOfsDelta());
 }
 if (other.hasRefDelta()) {
  setRefDelta(other.getRefDelta());
 }
 this.mergeUnknownFields(other.getUnknownFields());
 return this;
}
org.eclipse.jgit.generated.storage.dht.protoGitStore$ChunkInfo$ObjectCounts$BuildersetRefDelta

Popular methods of GitStore$ChunkInfo$ObjectCounts$Builder

  • setOfsDelta
  • setTotal
  • setWhole
  • <init>
  • build
  • buildPartial
  • create
  • getUnknownFields
  • maybeForceBuilderInitialization
  • mergeDelimitedFrom
  • mergeFrom
  • mergeUnknownFields
  • mergeFrom,
  • mergeUnknownFields,
  • newUninitializedMessageException,
  • onBuilt,
  • onChanged,
  • parseUnknownField,
  • setUnknownFields

Popular in Java

  • Making http requests using okhttp
  • getApplicationContext (Context)
  • onRequestPermissionsResult (Fragment)
  • getResourceAsStream (ClassLoader)
  • InputStreamReader (java.io)
    A class for turning a byte stream into a character stream. Data read from the source input stream is
  • InetAddress (java.net)
    An Internet Protocol (IP) address. This can be either an IPv4 address or an IPv6 address, and in pra
  • DateFormat (java.text)
    Formats or parses dates and times.This class provides factories for obtaining instances configured f
  • Set (java.util)
    A Set is a data structure which does not allow duplicate elements.
  • BasicDataSource (org.apache.commons.dbcp)
    Basic implementation of javax.sql.DataSource that is configured via JavaBeans properties. This is no
  • Loader (org.hibernate.loader)
    Abstract superclass of object loading (and querying) strategies. This class implements useful common
  • Best plugins for Eclipse
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now