Uses of Class
org.apache.bookkeeper.proto.DataFormats.BookieServiceInfoFormat.Builder
Packages that use DataFormats.BookieServiceInfoFormat.Builder
-
Uses of DataFormats.BookieServiceInfoFormat.Builder in org.apache.bookkeeper.proto
Methods in org.apache.bookkeeper.proto that return DataFormats.BookieServiceInfoFormat.BuilderModifier and TypeMethodDescriptionDataFormats.BookieServiceInfoFormat.Builder.addAllEndpoints(Iterable<? extends DataFormats.BookieServiceInfoFormat.Endpoint> values) repeated .BookieServiceInfoFormat.Endpoint endpoints = 6;DataFormats.BookieServiceInfoFormat.Builder.addEndpoints(int index, DataFormats.BookieServiceInfoFormat.Endpoint value) repeated .BookieServiceInfoFormat.Endpoint endpoints = 6;DataFormats.BookieServiceInfoFormat.Builder.addEndpoints(int index, DataFormats.BookieServiceInfoFormat.Endpoint.Builder builderForValue) repeated .BookieServiceInfoFormat.Endpoint endpoints = 6;DataFormats.BookieServiceInfoFormat.Builder.addEndpoints(DataFormats.BookieServiceInfoFormat.Endpoint value) repeated .BookieServiceInfoFormat.Endpoint endpoints = 6;DataFormats.BookieServiceInfoFormat.Builder.addEndpoints(DataFormats.BookieServiceInfoFormat.Endpoint.Builder builderForValue) repeated .BookieServiceInfoFormat.Endpoint endpoints = 6;DataFormats.BookieServiceInfoFormat.Builder.clear()DataFormats.BookieServiceInfoFormat.Builder.clearEndpoints()repeated .BookieServiceInfoFormat.Endpoint endpoints = 6;DataFormats.BookieServiceInfoFormat.Builder.clearProperties()DataFormats.BookieServiceInfoFormat.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DataFormats.BookieServiceInfoFormat.Builder.mergeFrom(com.google.protobuf.Message other) DataFormats.BookieServiceInfoFormat.Builder.mergeFrom(DataFormats.BookieServiceInfoFormat other) DataFormats.BookieServiceInfoFormat.newBuilder()DataFormats.BookieServiceInfoFormat.newBuilder(DataFormats.BookieServiceInfoFormat prototype) DataFormats.BookieServiceInfoFormat.newBuilderForType()DataFormats.BookieServiceInfoFormat.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) DataFormats.BookieServiceInfoFormat.Builder.putAllProperties(Map<String, String> values) map<string, string> properties = 7;DataFormats.BookieServiceInfoFormat.Builder.putProperties(String key, String value) map<string, string> properties = 7;DataFormats.BookieServiceInfoFormat.Builder.removeEndpoints(int index) repeated .BookieServiceInfoFormat.Endpoint endpoints = 6;DataFormats.BookieServiceInfoFormat.Builder.removeProperties(String key) map<string, string> properties = 7;DataFormats.BookieServiceInfoFormat.Builder.setEndpoints(int index, DataFormats.BookieServiceInfoFormat.Endpoint value) repeated .BookieServiceInfoFormat.Endpoint endpoints = 6;DataFormats.BookieServiceInfoFormat.Builder.setEndpoints(int index, DataFormats.BookieServiceInfoFormat.Endpoint.Builder builderForValue) repeated .BookieServiceInfoFormat.Endpoint endpoints = 6;DataFormats.BookieServiceInfoFormat.toBuilder()