Interface PrimaryKeyMap.Factory
- All Superinterfaces:
AutoCloseable,Closeable
- All Known Implementing Classes:
SkinnyPrimaryKeyMap.Factory,WidePrimaryKeyMap.Factory
- Enclosing interface:
- PrimaryKeyMap
A factory for creating
PrimaryKeyMap instances. Implementations of this
interface are expected to be threadsafe.-
Method Summary
-
Method Details
-
newPerSSTablePrimaryKeyMap
Creates a newPrimaryKeyMapinstance- Returns:
- a
PrimaryKeyMap - Throws:
IOException- if thePrimaryKeyMapcouldn't be created
-
close
default void close()- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable
-