public interface ExtendedSystemAdmin extends SystemAdmin
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getNewestOffset(SystemStreamPartition ssp,
java.lang.Integer maxRetries)
Deprecated.
|
java.util.Map<java.lang.String,SystemStreamMetadata> |
getSystemStreamPartitionCounts(java.util.Set<java.lang.String> streamNames,
long cacheTTL) |
clearStream, createStream, deleteMessages, getOffsetsAfter, getSSPMetadata, getSystemStreamMetadata, offsetComparator, start, stop, validateStream
java.util.Map<java.lang.String,SystemStreamMetadata> getSystemStreamPartitionCounts(java.util.Set<java.lang.String> streamNames, long cacheTTL)
@Deprecated java.lang.String getNewestOffset(SystemStreamPartition ssp, java.lang.Integer maxRetries)
SystemAdmin.getSSPMetadata(java.util.Set<org.apache.samza.system.SystemStreamPartition>)
, ideally combined with caching (i.e. SSPMetadataCache).
Makes fewer offset requests than getSystemStreamMetadata