Uses of Class
org.apache.bookkeeper.proto.DataFormats.BookieServiceInfoFormat.Endpoint
Packages that use DataFormats.BookieServiceInfoFormat.Endpoint
-
Uses of DataFormats.BookieServiceInfoFormat.Endpoint in org.apache.bookkeeper.proto
Methods in org.apache.bookkeeper.proto that return DataFormats.BookieServiceInfoFormat.EndpointModifier and TypeMethodDescriptionDataFormats.BookieServiceInfoFormat.Endpoint.Builder.build()DataFormats.BookieServiceInfoFormat.Endpoint.Builder.buildPartial()DataFormats.BookieServiceInfoFormat.Endpoint.getDefaultInstance()DataFormats.BookieServiceInfoFormat.Endpoint.Builder.getDefaultInstanceForType()DataFormats.BookieServiceInfoFormat.Endpoint.getDefaultInstanceForType()DataFormats.BookieServiceInfoFormat.Builder.getEndpoints(int index) repeated .BookieServiceInfoFormat.Endpoint endpoints = 6;DataFormats.BookieServiceInfoFormat.getEndpoints(int index) repeated .BookieServiceInfoFormat.Endpoint endpoints = 6;DataFormats.BookieServiceInfoFormatOrBuilder.getEndpoints(int index) repeated .BookieServiceInfoFormat.Endpoint endpoints = 6;DataFormats.BookieServiceInfoFormat.Endpoint.parseDelimitedFrom(InputStream input) DataFormats.BookieServiceInfoFormat.Endpoint.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DataFormats.BookieServiceInfoFormat.Endpoint.parseFrom(byte[] data) DataFormats.BookieServiceInfoFormat.Endpoint.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DataFormats.BookieServiceInfoFormat.Endpoint.parseFrom(com.google.protobuf.ByteString data) DataFormats.BookieServiceInfoFormat.Endpoint.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DataFormats.BookieServiceInfoFormat.Endpoint.parseFrom(com.google.protobuf.CodedInputStream input) DataFormats.BookieServiceInfoFormat.Endpoint.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DataFormats.BookieServiceInfoFormat.Endpoint.parseFrom(InputStream input) DataFormats.BookieServiceInfoFormat.Endpoint.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DataFormats.BookieServiceInfoFormat.Endpoint.parseFrom(ByteBuffer data) DataFormats.BookieServiceInfoFormat.Endpoint.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in org.apache.bookkeeper.proto that return types with arguments of type DataFormats.BookieServiceInfoFormat.EndpointModifier and TypeMethodDescriptionDataFormats.BookieServiceInfoFormat.Builder.getEndpointsList()repeated .BookieServiceInfoFormat.Endpoint endpoints = 6;DataFormats.BookieServiceInfoFormat.getEndpointsList()repeated .BookieServiceInfoFormat.Endpoint endpoints = 6;DataFormats.BookieServiceInfoFormatOrBuilder.getEndpointsList()repeated .BookieServiceInfoFormat.Endpoint endpoints = 6;com.google.protobuf.Parser<DataFormats.BookieServiceInfoFormat.Endpoint>DataFormats.BookieServiceInfoFormat.Endpoint.getParserForType()static com.google.protobuf.Parser<DataFormats.BookieServiceInfoFormat.Endpoint>DataFormats.BookieServiceInfoFormat.Endpoint.parser()Methods in org.apache.bookkeeper.proto with parameters of type DataFormats.BookieServiceInfoFormat.EndpointModifier and TypeMethodDescriptionDataFormats.BookieServiceInfoFormat.Builder.addEndpoints(int index, DataFormats.BookieServiceInfoFormat.Endpoint value) repeated .BookieServiceInfoFormat.Endpoint endpoints = 6;DataFormats.BookieServiceInfoFormat.Builder.addEndpoints(DataFormats.BookieServiceInfoFormat.Endpoint value) repeated .BookieServiceInfoFormat.Endpoint endpoints = 6;DataFormats.BookieServiceInfoFormat.Endpoint.Builder.mergeFrom(DataFormats.BookieServiceInfoFormat.Endpoint other) DataFormats.BookieServiceInfoFormat.Endpoint.newBuilder(DataFormats.BookieServiceInfoFormat.Endpoint prototype) DataFormats.BookieServiceInfoFormat.Builder.setEndpoints(int index, DataFormats.BookieServiceInfoFormat.Endpoint value) repeated .BookieServiceInfoFormat.Endpoint endpoints = 6;Method parameters in org.apache.bookkeeper.proto with type arguments of type DataFormats.BookieServiceInfoFormat.EndpointModifier and TypeMethodDescriptionDataFormats.BookieServiceInfoFormat.Builder.addAllEndpoints(Iterable<? extends DataFormats.BookieServiceInfoFormat.Endpoint> values) repeated .BookieServiceInfoFormat.Endpoint endpoints = 6;