StreamCreator |
StreamCreator.argument(String key,
String value) |
Set an argument for the stream creation.
|
StreamCreator |
StreamCreator.SuperStreamConfiguration.creator() |
Go back to the creator.
|
StreamCreator |
StreamCreator.filterSize(int size) |
Set the size of the stream chunk filters.
|
StreamCreator |
StreamCreator.initialMemberCount(int initialMemberCount) |
Set the number of initial members the stream should have.
|
StreamCreator |
StreamCreator.leaderLocator(StreamCreator.LeaderLocator leaderLocator) |
|
StreamCreator |
StreamCreator.maxAge(Duration maxAge) |
The maximum age of a stream before it gets truncated.
|
StreamCreator |
StreamCreator.maxLengthBytes(ByteCapacity byteCapacity) |
The maximum size of the stream before it gets truncated.
|
StreamCreator |
StreamCreator.maxSegmentSizeBytes(ByteCapacity byteCapacity) |
The maximum size of each stream segments.
|
StreamCreator |
StreamCreator.name(String name) |
The name of the (super) stream.
|
StreamCreator |
StreamCreator.stream(String stream) |
The name of the stream.
|
StreamCreator |
Environment.streamCreator() |
|