Package org.apache.flink.state.forst
Class ForStOperationUtils.ForStKvStateInfo
- java.lang.Object
-
- org.apache.flink.state.forst.ForStOperationUtils.ForStKvStateInfo
-
- All Implemented Interfaces:
AutoCloseable
- Enclosing class:
- ForStOperationUtils
public static class ForStOperationUtils.ForStKvStateInfo extends Object implements AutoCloseable
ForSt specific information about the k/v states.
-
-
Field Summary
Fields Modifier and Type Field Description org.forstdb.ColumnFamilyHandlecolumnFamilyHandleorg.apache.flink.runtime.state.RegisteredStateMetaInfoBasemetaInfo
-
Constructor Summary
Constructors Constructor Description ForStKvStateInfo(org.forstdb.ColumnFamilyHandle columnFamilyHandle, org.apache.flink.runtime.state.RegisteredStateMetaInfoBase metaInfo)
-
-
-
Method Detail
-
close
public void close() throws Exception- Specified by:
closein interfaceAutoCloseable- Throws:
Exception
-
-