Uses of Class
org.apache.bookkeeper.proto.DataFormats.BookieServiceInfoFormat.Endpoint.Builder
Packages that use DataFormats.BookieServiceInfoFormat.Endpoint.Builder
-
Uses of DataFormats.BookieServiceInfoFormat.Endpoint.Builder in org.apache.bookkeeper.proto
Methods in org.apache.bookkeeper.proto that return DataFormats.BookieServiceInfoFormat.Endpoint.BuilderModifier and TypeMethodDescriptionDataFormats.BookieServiceInfoFormat.Endpoint.Builder.addAllAuth(Iterable<String> values) repeated string auth = 5;DataFormats.BookieServiceInfoFormat.Endpoint.Builder.addAllExtensions(Iterable<String> values) repeated string extensions = 6;repeated string auth = 5;DataFormats.BookieServiceInfoFormat.Endpoint.Builder.addAuthBytes(com.google.protobuf.ByteString value) repeated string auth = 5;DataFormats.BookieServiceInfoFormat.Builder.addEndpointsBuilder()repeated .BookieServiceInfoFormat.Endpoint endpoints = 6;DataFormats.BookieServiceInfoFormat.Builder.addEndpointsBuilder(int index) repeated .BookieServiceInfoFormat.Endpoint endpoints = 6;DataFormats.BookieServiceInfoFormat.Endpoint.Builder.addExtensions(String value) repeated string extensions = 6;DataFormats.BookieServiceInfoFormat.Endpoint.Builder.addExtensionsBytes(com.google.protobuf.ByteString value) repeated string extensions = 6;DataFormats.BookieServiceInfoFormat.Endpoint.Builder.clear()DataFormats.BookieServiceInfoFormat.Endpoint.Builder.clearAuth()repeated string auth = 5;DataFormats.BookieServiceInfoFormat.Endpoint.Builder.clearExtensions()repeated string extensions = 6;DataFormats.BookieServiceInfoFormat.Endpoint.Builder.clearHost()required string host = 3;DataFormats.BookieServiceInfoFormat.Endpoint.Builder.clearId()required string id = 1;DataFormats.BookieServiceInfoFormat.Endpoint.Builder.clearPort()required int32 port = 2;DataFormats.BookieServiceInfoFormat.Endpoint.Builder.clearProtocol()required string protocol = 4;DataFormats.BookieServiceInfoFormat.Builder.getEndpointsBuilder(int index) repeated .BookieServiceInfoFormat.Endpoint endpoints = 6;DataFormats.BookieServiceInfoFormat.Endpoint.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DataFormats.BookieServiceInfoFormat.Endpoint.Builder.mergeFrom(com.google.protobuf.Message other) DataFormats.BookieServiceInfoFormat.Endpoint.Builder.mergeFrom(DataFormats.BookieServiceInfoFormat.Endpoint other) DataFormats.BookieServiceInfoFormat.Endpoint.newBuilder()DataFormats.BookieServiceInfoFormat.Endpoint.newBuilder(DataFormats.BookieServiceInfoFormat.Endpoint prototype) DataFormats.BookieServiceInfoFormat.Endpoint.newBuilderForType()DataFormats.BookieServiceInfoFormat.Endpoint.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) repeated string auth = 5;DataFormats.BookieServiceInfoFormat.Endpoint.Builder.setExtensions(int index, String value) repeated string extensions = 6;required string host = 3;DataFormats.BookieServiceInfoFormat.Endpoint.Builder.setHostBytes(com.google.protobuf.ByteString value) required string host = 3;required string id = 1;DataFormats.BookieServiceInfoFormat.Endpoint.Builder.setIdBytes(com.google.protobuf.ByteString value) required string id = 1;DataFormats.BookieServiceInfoFormat.Endpoint.Builder.setPort(int value) required int32 port = 2;DataFormats.BookieServiceInfoFormat.Endpoint.Builder.setProtocol(String value) required string protocol = 4;DataFormats.BookieServiceInfoFormat.Endpoint.Builder.setProtocolBytes(com.google.protobuf.ByteString value) required string protocol = 4;DataFormats.BookieServiceInfoFormat.Endpoint.toBuilder()Methods in org.apache.bookkeeper.proto that return types with arguments of type DataFormats.BookieServiceInfoFormat.Endpoint.BuilderModifier and TypeMethodDescriptionDataFormats.BookieServiceInfoFormat.Builder.getEndpointsBuilderList()repeated .BookieServiceInfoFormat.Endpoint endpoints = 6;Methods in org.apache.bookkeeper.proto with parameters of type DataFormats.BookieServiceInfoFormat.Endpoint.BuilderModifier and TypeMethodDescriptionDataFormats.BookieServiceInfoFormat.Builder.addEndpoints(int index, DataFormats.BookieServiceInfoFormat.Endpoint.Builder builderForValue) repeated .BookieServiceInfoFormat.Endpoint endpoints = 6;DataFormats.BookieServiceInfoFormat.Builder.addEndpoints(DataFormats.BookieServiceInfoFormat.Endpoint.Builder builderForValue) repeated .BookieServiceInfoFormat.Endpoint endpoints = 6;DataFormats.BookieServiceInfoFormat.Builder.setEndpoints(int index, DataFormats.BookieServiceInfoFormat.Endpoint.Builder builderForValue) repeated .BookieServiceInfoFormat.Endpoint endpoints = 6;