Tabnine Logo
MLDataFormats$ManagedLedgerInfo$Builder.newUninitializedMessageException
Code IndexAdd Tabnine to your IDE (free)

How to use
newUninitializedMessageException
method
in
org.apache.bookkeeper.mledger.proto.MLDataFormats$ManagedLedgerInfo$Builder

Best Java code snippets using org.apache.bookkeeper.mledger.proto.MLDataFormats$ManagedLedgerInfo$Builder.newUninitializedMessageException (Showing top 4 results out of 315)

origin: com.yahoo.pulsar/managed-ledger

private org.apache.bookkeeper.mledger.proto.MLDataFormats.ManagedLedgerInfo buildParsed()
  throws com.google.protobuf.InvalidProtocolBufferException {
 org.apache.bookkeeper.mledger.proto.MLDataFormats.ManagedLedgerInfo result = buildPartial();
 if (!result.isInitialized()) {
  throw newUninitializedMessageException(
   result).asInvalidProtocolBufferException();
 }
 return result;
}

origin: org.apache.pulsar/managed-ledger-original

public org.apache.bookkeeper.mledger.proto.MLDataFormats.ManagedLedgerInfo build() {
 org.apache.bookkeeper.mledger.proto.MLDataFormats.ManagedLedgerInfo result = buildPartial();
 if (!result.isInitialized()) {
  throw newUninitializedMessageException(result);
 }
 return result;
}
origin: com.yahoo.pulsar/managed-ledger

public org.apache.bookkeeper.mledger.proto.MLDataFormats.ManagedLedgerInfo build() {
 org.apache.bookkeeper.mledger.proto.MLDataFormats.ManagedLedgerInfo result = buildPartial();
 if (!result.isInitialized()) {
  throw newUninitializedMessageException(result);
 }
 return result;
}

origin: apache/pulsar

public org.apache.bookkeeper.mledger.proto.MLDataFormats.ManagedLedgerInfo build() {
 org.apache.bookkeeper.mledger.proto.MLDataFormats.ManagedLedgerInfo result = buildPartial();
 if (!result.isInitialized()) {
  throw newUninitializedMessageException(result);
 }
 return result;
}
org.apache.bookkeeper.mledger.protoMLDataFormats$ManagedLedgerInfo$BuildernewUninitializedMessageException

Popular methods of MLDataFormats$ManagedLedgerInfo$Builder

  • build
  • <init>
  • addAllLedgerInfo
    repeated .ManagedLedgerInfo.LedgerInfo ledgerInfo = 1;
  • addLedgerInfo
    repeated .ManagedLedgerInfo.LedgerInfo ledgerInfo = 1;
  • buildPartial
  • ensureLedgerInfoIsMutable
  • getLedgerInfo
    repeated .ManagedLedgerInfo.LedgerInfo ledgerInfo = 1;
  • getLedgerInfoCount
    repeated .ManagedLedgerInfo.LedgerInfo ledgerInfo = 1;
  • getLedgerInfoFieldBuilder
  • getParentForChildren
  • getTerminatedPosition
    If present, it signals the managed ledger has been terminated and this was the position of the la
  • getTerminatedPositionFieldBuilder
    If present, it signals the managed ledger has been terminated and this was the position of the la
  • getTerminatedPosition,
  • getTerminatedPositionFieldBuilder,
  • hasTerminatedPosition,
  • isClean,
  • maybeForceBuilderInitialization,
  • mergeFrom,
  • mergeTerminatedPosition,
  • mergeUnknownFields,
  • onBuilt

Popular in Java

  • Finding current android device location
  • getExternalFilesDir (Context)
  • notifyDataSetChanged (ArrayAdapter)
  • scheduleAtFixedRate (ScheduledExecutorService)
  • UnknownHostException (java.net)
    Thrown when a hostname can not be resolved.
  • Date (java.sql)
    A class which can consume and produce dates in SQL Date format. Dates are represented in SQL as yyyy
  • List (java.util)
    An ordered collection (also known as a sequence). The user of this interface has precise control ove
  • Queue (java.util)
    A collection designed for holding elements prior to processing. Besides basic java.util.Collection o
  • Location (org.springframework.beans.factory.parsing)
    Class that models an arbitrary location in a Resource.Typically used to track the location of proble
  • Option (scala)
  • Top plugins for WebStorm
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