Package org.apache.bookkeeper.proto
Interface DataFormats.LedgerRereplicationLayoutFormatOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DataFormats.LedgerRereplicationLayoutFormat
,DataFormats.LedgerRereplicationLayoutFormat.Builder
- Enclosing class:
- DataFormats
public static interface DataFormats.LedgerRereplicationLayoutFormatOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getType()
required string type = 1;
com.google.protobuf.ByteString
getTypeBytes()
required string type = 1;
int
getVersion()
required int32 version = 2;
boolean
hasType()
required string type = 1;
boolean
hasVersion()
required int32 version = 2;
-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasType
boolean hasType()
required string type = 1;
- Returns:
- Whether the type field is set.
-
getType
java.lang.String getType()
required string type = 1;
- Returns:
- The type.
-
getTypeBytes
com.google.protobuf.ByteString getTypeBytes()
required string type = 1;
- Returns:
- The bytes for type.
-
hasVersion
boolean hasVersion()
required int32 version = 2;
- Returns:
- Whether the version field is set.
-
getVersion
int getVersion()
required int32 version = 2;
- Returns:
- The version.
-
-