Uses of Interface
org.apache.bookkeeper.proto.DataFormats.BookieServiceInfoFormat.EndpointOrBuilder
-
Packages that use DataFormats.BookieServiceInfoFormat.EndpointOrBuilder Package Description org.apache.bookkeeper.proto Classes related to the Bookkeeper protocol. -
-
Uses of DataFormats.BookieServiceInfoFormat.EndpointOrBuilder in org.apache.bookkeeper.proto
Classes in org.apache.bookkeeper.proto that implement DataFormats.BookieServiceInfoFormat.EndpointOrBuilder Modifier and Type Class Description static class
DataFormats.BookieServiceInfoFormat.Endpoint
Information about an endpoint.static class
DataFormats.BookieServiceInfoFormat.Endpoint.Builder
Information about an endpoint.Methods in org.apache.bookkeeper.proto that return DataFormats.BookieServiceInfoFormat.EndpointOrBuilder Modifier and Type Method Description DataFormats.BookieServiceInfoFormat.EndpointOrBuilder
DataFormats.BookieServiceInfoFormat.Builder. getEndpointsOrBuilder(int index)
repeated .BookieServiceInfoFormat.Endpoint endpoints = 6;
DataFormats.BookieServiceInfoFormat.EndpointOrBuilder
DataFormats.BookieServiceInfoFormat. getEndpointsOrBuilder(int index)
repeated .BookieServiceInfoFormat.Endpoint endpoints = 6;
DataFormats.BookieServiceInfoFormat.EndpointOrBuilder
DataFormats.BookieServiceInfoFormatOrBuilder. getEndpointsOrBuilder(int index)
repeated .BookieServiceInfoFormat.Endpoint endpoints = 6;
Methods in org.apache.bookkeeper.proto that return types with arguments of type DataFormats.BookieServiceInfoFormat.EndpointOrBuilder Modifier and Type Method Description java.util.List<? extends DataFormats.BookieServiceInfoFormat.EndpointOrBuilder>
DataFormats.BookieServiceInfoFormat.Builder. getEndpointsOrBuilderList()
repeated .BookieServiceInfoFormat.Endpoint endpoints = 6;
java.util.List<? extends DataFormats.BookieServiceInfoFormat.EndpointOrBuilder>
DataFormats.BookieServiceInfoFormat. getEndpointsOrBuilderList()
repeated .BookieServiceInfoFormat.Endpoint endpoints = 6;
java.util.List<? extends DataFormats.BookieServiceInfoFormat.EndpointOrBuilder>
DataFormats.BookieServiceInfoFormatOrBuilder. getEndpointsOrBuilderList()
repeated .BookieServiceInfoFormat.Endpoint endpoints = 6;
-