Package org.apache.bookkeeper.proto
Interface DataFormats.LockDataFormatOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DataFormats.LockDataFormat
,DataFormats.LockDataFormat.Builder
- Enclosing class:
- DataFormats
public static interface DataFormats.LockDataFormatOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getBookieId()
optional string bookieId = 1;
com.google.protobuf.ByteString
getBookieIdBytes()
optional string bookieId = 1;
boolean
hasBookieId()
optional string bookieId = 1;
-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasBookieId
boolean hasBookieId()
optional string bookieId = 1;
- Returns:
- Whether the bookieId field is set.
-
getBookieId
java.lang.String getBookieId()
optional string bookieId = 1;
- Returns:
- The bookieId.
-
getBookieIdBytes
com.google.protobuf.ByteString getBookieIdBytes()
optional string bookieId = 1;
- Returns:
- The bytes for bookieId.
-
-