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 int
getBacklogDuration()
uint32 backlogDuration = 3;
com.google.protobuf.Timestamp
getCreationTime()
.google.protobuf.Timestamp creationTime = 5;
com.google.protobuf.TimestampOrBuilder
getCreationTimeOrBuilder()
.google.protobuf.Timestamp creationTime = 5;
int
getReplicationFactor()
uint32 replicationFactor = 2;
int
getShardCount()
uint32 shardCount = 4;
String
getStreamName()
string streamName = 1;
com.google.protobuf.ByteString
getStreamNameBytes()
string streamName = 1;
boolean
hasCreationTime()
.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;
-
-