Class RocksDBKeyedStateBackend.RocksDbKvStateInfo
- java.lang.Object
-
- org.apache.flink.contrib.streaming.state.RocksDBKeyedStateBackend.RocksDbKvStateInfo
-
- All Implemented Interfaces:
AutoCloseable
- Enclosing class:
- RocksDBKeyedStateBackend<K>
public static class RocksDBKeyedStateBackend.RocksDbKvStateInfo extends Object implements AutoCloseable
Rocks DB specific information about the k/v states.
-
-
Field Summary
Fields Modifier and Type Field Description org.rocksdb.ColumnFamilyHandle
columnFamilyHandle
org.apache.flink.runtime.state.RegisteredStateMetaInfoBase
metaInfo
-
Constructor Summary
Constructors Constructor Description RocksDbKvStateInfo(org.rocksdb.ColumnFamilyHandle columnFamilyHandle, org.apache.flink.runtime.state.RegisteredStateMetaInfoBase metaInfo)
-
-
-
Method Detail
-
close
public void close() throws Exception
- Specified by:
close
in interfaceAutoCloseable
- Throws:
Exception
-
-