Package org.apache.bookkeeper.proto
Interface DataFormats.AuditorVoteFormatOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DataFormats.AuditorVoteFormat,DataFormats.AuditorVoteFormat.Builder
- Enclosing class:
- DataFormats
public static interface DataFormats.AuditorVoteFormatOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetBookieId()optional string bookieId = 1;com.google.protobuf.ByteStringgetBookieIdBytes()optional string bookieId = 1;booleanhasBookieId()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.
-
-