Package org.apache.flink.state.rocksdb
Class RocksDBStateDataTransferHelper
java.lang.Object
org.apache.flink.state.rocksdb.RocksDBStateDataTransferHelper
- All Implemented Interfaces:
Closeable,AutoCloseable
Data transfer helper for
RocksDBKeyedStateBackend.-
Method Summary
Modifier and TypeMethodDescriptionvoidclose()forExecutor(ExecutorService executorService) forThreadNum(int threadNum) forThreadNumIfSpecified(int threadNum, ExecutorService executorService)
-
Method Details
-
forThreadNum
-
forExecutor
-
forThreadNumIfSpecified
public static RocksDBStateDataTransferHelper forThreadNumIfSpecified(int threadNum, ExecutorService executorService) -
close
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Throws:
IOException
-
getExecutorService
-