Uses of Class
org.apache.bookkeeper.proto.BookkeeperProtocol.ContextPair.Builder
Packages that use BookkeeperProtocol.ContextPair.Builder
-
Uses of BookkeeperProtocol.ContextPair.Builder in org.apache.bookkeeper.proto
Methods in org.apache.bookkeeper.proto that return BookkeeperProtocol.ContextPair.BuilderModifier and TypeMethodDescriptionBookkeeperProtocol.Request.Builder.addRequestContextBuilder()to pass MDC contextBookkeeperProtocol.Request.Builder.addRequestContextBuilder(int index) to pass MDC contextBookkeeperProtocol.ContextPair.Builder.clear()BookkeeperProtocol.ContextPair.Builder.clearKey()required string key = 1;BookkeeperProtocol.ContextPair.Builder.clearValue()required string value = 2;BookkeeperProtocol.Request.Builder.getRequestContextBuilder(int index) to pass MDC contextBookkeeperProtocol.ContextPair.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) BookkeeperProtocol.ContextPair.Builder.mergeFrom(com.google.protobuf.Message other) BookkeeperProtocol.ContextPair.Builder.mergeFrom(BookkeeperProtocol.ContextPair other) BookkeeperProtocol.ContextPair.newBuilder()BookkeeperProtocol.ContextPair.newBuilder(BookkeeperProtocol.ContextPair prototype) BookkeeperProtocol.ContextPair.newBuilderForType()protected BookkeeperProtocol.ContextPair.BuilderBookkeeperProtocol.ContextPair.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) required string key = 1;BookkeeperProtocol.ContextPair.Builder.setKeyBytes(com.google.protobuf.ByteString value) required string key = 1;required string value = 2;BookkeeperProtocol.ContextPair.Builder.setValueBytes(com.google.protobuf.ByteString value) required string value = 2;BookkeeperProtocol.ContextPair.toBuilder()Methods in org.apache.bookkeeper.proto that return types with arguments of type BookkeeperProtocol.ContextPair.BuilderModifier and TypeMethodDescriptionBookkeeperProtocol.Request.Builder.getRequestContextBuilderList()to pass MDC contextMethods in org.apache.bookkeeper.proto with parameters of type BookkeeperProtocol.ContextPair.BuilderModifier and TypeMethodDescriptionBookkeeperProtocol.Request.Builder.addRequestContext(int index, BookkeeperProtocol.ContextPair.Builder builderForValue) to pass MDC contextBookkeeperProtocol.Request.Builder.addRequestContext(BookkeeperProtocol.ContextPair.Builder builderForValue) to pass MDC contextBookkeeperProtocol.Request.Builder.setRequestContext(int index, BookkeeperProtocol.ContextPair.Builder builderForValue) to pass MDC context