public interface SystemAdmin
Modifier and Type | Method and Description |
---|---|
void |
createChangelogStream(java.lang.String streamName,
int numOfPartitions)
An API to create a change log stream
|
java.util.Map<SystemStreamPartition,java.lang.String> |
getOffsetsAfter(java.util.Map<SystemStreamPartition,java.lang.String> offsets)
Fetches the offsets for the messages immediately after the supplied offsets
for a group of SystemStreamPartitions.
|
java.util.Map<java.lang.String,SystemStreamMetadata> |
getSystemStreamMetadata(java.util.Set<java.lang.String> streamNames)
Fetch metadata from a system for a set of streams.
|
java.util.Map<SystemStreamPartition,java.lang.String> getOffsetsAfter(java.util.Map<SystemStreamPartition,java.lang.String> offsets)
offsets
- Map from SystemStreamPartition to current offsets.java.util.Map<java.lang.String,SystemStreamMetadata> getSystemStreamMetadata(java.util.Set<java.lang.String> streamNames)
streamNames
- The streams to to fetch metadata for.void createChangelogStream(java.lang.String streamName, int numOfPartitions)
streamName
- The name of the stream to be created in the underlying streamnumOfPartitions
- The number of partitions in the changelog stream