Package one.microstream.afs.kafka.types
Class TopicIndex.Default
java.lang.Object
one.microstream.afs.kafka.types.TopicIndex.Default
- All Implemented Interfaces:
AutoCloseable
,TopicIndex
- Enclosing interface:
- TopicIndex
public static class TopicIndex.Default extends Object implements TopicIndex
-
Nested Class Summary
Nested classes/interfaces inherited from interface one.microstream.afs.kafka.types.TopicIndex
TopicIndex.Default
-
Method Summary
-
Method Details
-
get
- Specified by:
get
in interfaceTopicIndex
-
put
- Specified by:
put
in interfaceTopicIndex
-
delete
public TopicIndex delete(Map<org.apache.kafka.common.TopicPartition,org.apache.kafka.clients.admin.RecordsToDelete> recordsToDelete)- Specified by:
delete
in interfaceTopicIndex
-
close
public void close()- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceTopicIndex
-