Uses of Class
org.apache.bookkeeper.proto.BookkeeperProtocol.ContextPair
-
Packages that use BookkeeperProtocol.ContextPair Package Description org.apache.bookkeeper.proto Classes related to the Bookkeeper protocol. -
-
Uses of BookkeeperProtocol.ContextPair in org.apache.bookkeeper.proto
Fields in org.apache.bookkeeper.proto with type parameters of type BookkeeperProtocol.ContextPair Modifier and Type Field Description static com.google.protobuf.Parser<BookkeeperProtocol.ContextPair>
BookkeeperProtocol.ContextPair. PARSER
Deprecated.Methods in org.apache.bookkeeper.proto that return BookkeeperProtocol.ContextPair Modifier and Type Method Description BookkeeperProtocol.ContextPair
BookkeeperProtocol.ContextPair.Builder. build()
BookkeeperProtocol.ContextPair
BookkeeperProtocol.ContextPair.Builder. buildPartial()
static BookkeeperProtocol.ContextPair
BookkeeperProtocol.ContextPair. getDefaultInstance()
BookkeeperProtocol.ContextPair
BookkeeperProtocol.ContextPair.Builder. getDefaultInstanceForType()
BookkeeperProtocol.ContextPair
BookkeeperProtocol.ContextPair. getDefaultInstanceForType()
BookkeeperProtocol.ContextPair
BookkeeperProtocol.Request.Builder. getRequestContext(int index)
to pass MDC contextBookkeeperProtocol.ContextPair
BookkeeperProtocol.Request. getRequestContext(int index)
to pass MDC contextBookkeeperProtocol.ContextPair
BookkeeperProtocol.RequestOrBuilder. getRequestContext(int index)
to pass MDC contextstatic BookkeeperProtocol.ContextPair
BookkeeperProtocol.ContextPair. parseDelimitedFrom(java.io.InputStream input)
static BookkeeperProtocol.ContextPair
BookkeeperProtocol.ContextPair. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BookkeeperProtocol.ContextPair
BookkeeperProtocol.ContextPair. parseFrom(byte[] data)
static BookkeeperProtocol.ContextPair
BookkeeperProtocol.ContextPair. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BookkeeperProtocol.ContextPair
BookkeeperProtocol.ContextPair. parseFrom(com.google.protobuf.ByteString data)
static BookkeeperProtocol.ContextPair
BookkeeperProtocol.ContextPair. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BookkeeperProtocol.ContextPair
BookkeeperProtocol.ContextPair. parseFrom(com.google.protobuf.CodedInputStream input)
static BookkeeperProtocol.ContextPair
BookkeeperProtocol.ContextPair. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BookkeeperProtocol.ContextPair
BookkeeperProtocol.ContextPair. parseFrom(java.io.InputStream input)
static BookkeeperProtocol.ContextPair
BookkeeperProtocol.ContextPair. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BookkeeperProtocol.ContextPair
BookkeeperProtocol.ContextPair. parseFrom(java.nio.ByteBuffer data)
static BookkeeperProtocol.ContextPair
BookkeeperProtocol.ContextPair. parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in org.apache.bookkeeper.proto that return types with arguments of type BookkeeperProtocol.ContextPair Modifier and Type Method Description com.google.protobuf.Parser<BookkeeperProtocol.ContextPair>
BookkeeperProtocol.ContextPair. getParserForType()
java.util.List<BookkeeperProtocol.ContextPair>
BookkeeperProtocol.Request.Builder. getRequestContextList()
to pass MDC contextjava.util.List<BookkeeperProtocol.ContextPair>
BookkeeperProtocol.Request. getRequestContextList()
to pass MDC contextjava.util.List<BookkeeperProtocol.ContextPair>
BookkeeperProtocol.RequestOrBuilder. getRequestContextList()
to pass MDC contextstatic com.google.protobuf.Parser<BookkeeperProtocol.ContextPair>
BookkeeperProtocol.ContextPair. parser()
Methods in org.apache.bookkeeper.proto with parameters of type BookkeeperProtocol.ContextPair Modifier and Type Method Description BookkeeperProtocol.Request.Builder
BookkeeperProtocol.Request.Builder. addRequestContext(int index, BookkeeperProtocol.ContextPair value)
to pass MDC contextBookkeeperProtocol.Request.Builder
BookkeeperProtocol.Request.Builder. addRequestContext(BookkeeperProtocol.ContextPair value)
to pass MDC contextBookkeeperProtocol.ContextPair.Builder
BookkeeperProtocol.ContextPair.Builder. mergeFrom(BookkeeperProtocol.ContextPair other)
static BookkeeperProtocol.ContextPair.Builder
BookkeeperProtocol.ContextPair. newBuilder(BookkeeperProtocol.ContextPair prototype)
BookkeeperProtocol.Request.Builder
BookkeeperProtocol.Request.Builder. setRequestContext(int index, BookkeeperProtocol.ContextPair value)
to pass MDC contextMethod parameters in org.apache.bookkeeper.proto with type arguments of type BookkeeperProtocol.ContextPair Modifier and Type Method Description BookkeeperProtocol.Request.Builder
BookkeeperProtocol.Request.Builder. addAllRequestContext(java.lang.Iterable<? extends BookkeeperProtocol.ContextPair> values)
to pass MDC context
-