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:
getin interfaceTopicIndex
-
put
- Specified by:
putin interfaceTopicIndex
-
delete
public TopicIndex delete(Map<org.apache.kafka.common.TopicPartition,org.apache.kafka.clients.admin.RecordsToDelete> recordsToDelete)- Specified by:
deletein interfaceTopicIndex
-
close
public void close()- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceTopicIndex
-