Package io.hstream.internal
Interface StreamOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Stream,Stream.Builder
public interface StreamOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetBacklogDuration()uint32 backlogDuration = 3;com.google.protobuf.TimestampgetCreationTime().google.protobuf.Timestamp creationTime = 5;com.google.protobuf.TimestampOrBuildergetCreationTimeOrBuilder().google.protobuf.Timestamp creationTime = 5;intgetReplicationFactor()uint32 replicationFactor = 2;intgetShardCount()uint32 shardCount = 4;StringgetStreamName()string streamName = 1;com.google.protobuf.ByteStringgetStreamNameBytes()string streamName = 1;booleanhasCreationTime().google.protobuf.Timestamp creationTime = 5;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getStreamName
String getStreamName()
string streamName = 1;- Returns:
- The streamName.
-
getStreamNameBytes
com.google.protobuf.ByteString getStreamNameBytes()
string streamName = 1;- Returns:
- The bytes for streamName.
-
getReplicationFactor
int getReplicationFactor()
uint32 replicationFactor = 2;- Returns:
- The replicationFactor.
-
getBacklogDuration
int getBacklogDuration()
uint32 backlogDuration = 3;- Returns:
- The backlogDuration.
-
getShardCount
int getShardCount()
uint32 shardCount = 4;- Returns:
- The shardCount.
-
hasCreationTime
boolean hasCreationTime()
.google.protobuf.Timestamp creationTime = 5;- Returns:
- Whether the creationTime field is set.
-
getCreationTime
com.google.protobuf.Timestamp getCreationTime()
.google.protobuf.Timestamp creationTime = 5;- Returns:
- The creationTime.
-
getCreationTimeOrBuilder
com.google.protobuf.TimestampOrBuilder getCreationTimeOrBuilder()
.google.protobuf.Timestamp creationTime = 5;
-
-