Uses of Enum Class
org.apache.bookkeeper.proto.BookkeeperProtocol.ReadRequest.Flag
Packages that use BookkeeperProtocol.ReadRequest.Flag
-
Uses of BookkeeperProtocol.ReadRequest.Flag in org.apache.bookkeeper.proto
Methods in org.apache.bookkeeper.proto that return BookkeeperProtocol.ReadRequest.FlagModifier and TypeMethodDescriptionBookkeeperProtocol.ReadRequest.Flag.forNumber(int value) BookkeeperProtocol.ReadRequest.Builder.getFlag()optional .ReadRequest.Flag flag = 100;BookkeeperProtocol.ReadRequest.getFlag()optional .ReadRequest.Flag flag = 100;BookkeeperProtocol.ReadRequestOrBuilder.getFlag()optional .ReadRequest.Flag flag = 100;BookkeeperProtocol.ReadRequest.Flag.valueOf(int value) Deprecated.BookkeeperProtocol.ReadRequest.Flag.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.Returns the enum constant of this class with the specified name.static BookkeeperProtocol.ReadRequest.Flag[]BookkeeperProtocol.ReadRequest.Flag.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.bookkeeper.proto that return types with arguments of type BookkeeperProtocol.ReadRequest.FlagModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<BookkeeperProtocol.ReadRequest.Flag>BookkeeperProtocol.ReadRequest.Flag.internalGetValueMap()Methods in org.apache.bookkeeper.proto with parameters of type BookkeeperProtocol.ReadRequest.FlagModifier and TypeMethodDescription(package private) static booleanRequestUtils.hasFlag(BookkeeperProtocol.ReadRequest request, BookkeeperProtocol.ReadRequest.Flag flag) BookkeeperProtocol.ReadRequest.Builder.setFlag(BookkeeperProtocol.ReadRequest.Flag value) optional .ReadRequest.Flag flag = 100;