Package org.apache.bookkeeper.proto
Interface BookkeeperProtocol.GetBookieInfoRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
BookkeeperProtocol.GetBookieInfoRequest,BookkeeperProtocol.GetBookieInfoRequest.Builder
- Enclosing class:
- BookkeeperProtocol
public static interface BookkeeperProtocol.GetBookieInfoRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionlongbitwise OR of Flagsbooleanbitwise OR of FlagsMethods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasRequested
boolean hasRequested()bitwise OR of Flags
optional int64 requested = 1;- Returns:
- Whether the requested field is set.
-
getRequested
long getRequested()bitwise OR of Flags
optional int64 requested = 1;- Returns:
- The requested.
-