Package one.microstream.afs.kafka
Class TopicIndex.Default
java.lang.Object
one.microstream.afs.kafka.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.TopicIndex
TopicIndex.Default -
Constructor Summary
Constructors Constructor Description Default() -
Method Summary
-
Constructor Details
-
Default
public Default()
-
-
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
-