Uses of Class
org.apache.bookkeeper.proto.BookkeeperProtocol.AddResponse
Packages that use BookkeeperProtocol.AddResponse
-
Uses of BookkeeperProtocol.AddResponse in org.apache.bookkeeper.proto
Methods in org.apache.bookkeeper.proto that return BookkeeperProtocol.AddResponseModifier and TypeMethodDescriptionBookkeeperProtocol.AddResponse.Builder.build()BookkeeperProtocol.AddResponse.Builder.buildPartial()BookkeeperProtocol.Response.Builder.getAddResponse()optional .AddResponse addResponse = 101;BookkeeperProtocol.Response.getAddResponse()optional .AddResponse addResponse = 101;BookkeeperProtocol.ResponseOrBuilder.getAddResponse()optional .AddResponse addResponse = 101;BookkeeperProtocol.AddResponse.getDefaultInstance()BookkeeperProtocol.AddResponse.Builder.getDefaultInstanceForType()BookkeeperProtocol.AddResponse.getDefaultInstanceForType()BookkeeperProtocol.AddResponse.parseDelimitedFrom(InputStream input) BookkeeperProtocol.AddResponse.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) BookkeeperProtocol.AddResponse.parseFrom(byte[] data) BookkeeperProtocol.AddResponse.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) BookkeeperProtocol.AddResponse.parseFrom(com.google.protobuf.ByteString data) BookkeeperProtocol.AddResponse.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) BookkeeperProtocol.AddResponse.parseFrom(com.google.protobuf.CodedInputStream input) BookkeeperProtocol.AddResponse.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) BookkeeperProtocol.AddResponse.parseFrom(InputStream input) BookkeeperProtocol.AddResponse.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) BookkeeperProtocol.AddResponse.parseFrom(ByteBuffer data) BookkeeperProtocol.AddResponse.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in org.apache.bookkeeper.proto that return types with arguments of type BookkeeperProtocol.AddResponseModifier and TypeMethodDescriptioncom.google.protobuf.Parser<BookkeeperProtocol.AddResponse>BookkeeperProtocol.AddResponse.getParserForType()static com.google.protobuf.Parser<BookkeeperProtocol.AddResponse>BookkeeperProtocol.AddResponse.parser()Methods in org.apache.bookkeeper.proto with parameters of type BookkeeperProtocol.AddResponseModifier and TypeMethodDescriptionBookkeeperProtocol.Response.Builder.mergeAddResponse(BookkeeperProtocol.AddResponse value) optional .AddResponse addResponse = 101;BookkeeperProtocol.AddResponse.Builder.mergeFrom(BookkeeperProtocol.AddResponse other) BookkeeperProtocol.AddResponse.newBuilder(BookkeeperProtocol.AddResponse prototype) BookkeeperProtocol.Response.Builder.setAddResponse(BookkeeperProtocol.AddResponse value) optional .AddResponse addResponse = 101;