Interface Replication.StatusOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Replication.Status,Replication.Status.Builder
- Enclosing class:
- Replication
public static interface Replication.StatusOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longgetBegin()optional int64 begin = 1 [default = 0];booleangetClosed()optional bool closed = 4 [default = false];longgetCreatedTime()optional int64 createdTime = 5 [default = 0];longgetEnd()optional int64 end = 2 [default = 0];booleangetInfiniteEnd()optional bool infiniteEnd = 3 [default = false];booleanhasBegin()optional int64 begin = 1 [default = 0];booleanhasClosed()optional bool closed = 4 [default = false];booleanhasCreatedTime()optional int64 createdTime = 5 [default = 0];booleanhasEnd()optional int64 end = 2 [default = 0];booleanhasInfiniteEnd()optional bool infiniteEnd = 3 [default = false];-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasBegin
boolean hasBegin()
optional int64 begin = 1 [default = 0];offset where replication should start
-
getBegin
long getBegin()
optional int64 begin = 1 [default = 0];offset where replication should start
-
hasEnd
boolean hasEnd()
optional int64 end = 2 [default = 0];offset where data is ready for replication
-
getEnd
long getEnd()
optional int64 end = 2 [default = 0];offset where data is ready for replication
-
hasInfiniteEnd
boolean hasInfiniteEnd()
optional bool infiniteEnd = 3 [default = false];do we have a discrete 'end'
-
getInfiniteEnd
boolean getInfiniteEnd()
optional bool infiniteEnd = 3 [default = false];do we have a discrete 'end'
-
hasClosed
boolean hasClosed()
optional bool closed = 4 [default = false];will more data be appended to the file
-
getClosed
boolean getClosed()
optional bool closed = 4 [default = false];will more data be appended to the file
-
hasCreatedTime
boolean hasCreatedTime()
optional int64 createdTime = 5 [default = 0];when, in ms, was the file created?
-
getCreatedTime
long getCreatedTime()
optional int64 createdTime = 5 [default = 0];when, in ms, was the file created?
-
-