Uses of Class
org.apache.bookkeeper.proto.BookkeeperProtocol.ReadRequest.Flag
-
Packages that use BookkeeperProtocol.ReadRequest.Flag Package Description org.apache.bookkeeper.proto Classes related to the Bookkeeper protocol. -
-
Uses of BookkeeperProtocol.ReadRequest.Flag in org.apache.bookkeeper.proto
Methods in org.apache.bookkeeper.proto that return BookkeeperProtocol.ReadRequest.Flag Modifier and Type Method Description static BookkeeperProtocol.ReadRequest.Flag
BookkeeperProtocol.ReadRequest.Flag. forNumber(int value)
BookkeeperProtocol.ReadRequest.Flag
BookkeeperProtocol.ReadRequest.Builder. getFlag()
optional .ReadRequest.Flag flag = 100;
BookkeeperProtocol.ReadRequest.Flag
BookkeeperProtocol.ReadRequest. getFlag()
optional .ReadRequest.Flag flag = 100;
BookkeeperProtocol.ReadRequest.Flag
BookkeeperProtocol.ReadRequestOrBuilder. getFlag()
optional .ReadRequest.Flag flag = 100;
static BookkeeperProtocol.ReadRequest.Flag
BookkeeperProtocol.ReadRequest.Flag. valueOf(int value)
Deprecated.static BookkeeperProtocol.ReadRequest.Flag
BookkeeperProtocol.ReadRequest.Flag. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static BookkeeperProtocol.ReadRequest.Flag
BookkeeperProtocol.ReadRequest.Flag. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static BookkeeperProtocol.ReadRequest.Flag[]
BookkeeperProtocol.ReadRequest.Flag. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.bookkeeper.proto that return types with arguments of type BookkeeperProtocol.ReadRequest.Flag Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<BookkeeperProtocol.ReadRequest.Flag>
BookkeeperProtocol.ReadRequest.Flag. internalGetValueMap()
Methods in org.apache.bookkeeper.proto with parameters of type BookkeeperProtocol.ReadRequest.Flag Modifier and Type Method Description (package private) static boolean
RequestUtils. hasFlag(BookkeeperProtocol.ReadRequest request, BookkeeperProtocol.ReadRequest.Flag flag)
BookkeeperProtocol.ReadRequest.Builder
BookkeeperProtocol.ReadRequest.Builder. setFlag(BookkeeperProtocol.ReadRequest.Flag value)
optional .ReadRequest.Flag flag = 100;
-