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

How to use
setWhole
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.setWhole (Showing top 4 results out of 315)

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

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

cnts.setTotal(objectsTotal);
if (objectsWhole > 0)
  cnts.setWhole(objectsWhole);
if (objectsRefDelta > 0)
  cnts.setRefDelta(objectsRefDelta);
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$BuildersetWhole

Popular methods of GitStore$ChunkInfo$ObjectCounts$Builder

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

Popular in Java

  • Making http requests using okhttp
  • addToBackStack (FragmentTransaction)
  • getSupportFragmentManager (FragmentActivity)
  • setScale (BigDecimal)
  • MalformedURLException (java.net)
    This exception is thrown when a program attempts to create an URL from an incorrect specification.
  • BitSet (java.util)
    The BitSet class implements abit array [http://en.wikipedia.org/wiki/Bit_array]. Each element is eit
  • Collection (java.util)
    Collection is the root of the collection hierarchy. It defines operations on data collections and t
  • Locale (java.util)
    Locale represents a language/country/variant combination. Locales are used to alter the presentatio
  • Cipher (javax.crypto)
    This class provides access to implementations of cryptographic ciphers for encryption and decryption
  • JFrame (javax.swing)
  • From CI to AI: The AI layer in your organization
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