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
Modifier and TypeMethodDescriptionoptional string bookieId = 1;com.google.protobuf.ByteStringoptional string bookieId = 1;booleanoptional string bookieId = 1;Methods 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
-
hasBookieId
boolean hasBookieId()optional string bookieId = 1;- Returns:
- Whether the bookieId field is set.
-
getBookieId
String getBookieId()optional string bookieId = 1;- Returns:
- The bookieId.
-
getBookieIdBytes
com.google.protobuf.ByteString getBookieIdBytes()optional string bookieId = 1;- Returns:
- The bytes for bookieId.
-