public static class RocksDBKeyedStateBackend.RocksDbKvStateInfo extends Object implements AutoCloseable
Modifier and Type | Field and Description |
---|---|
org.rocksdb.ColumnFamilyHandle |
columnFamilyHandle |
RegisteredStateMetaInfoBase |
metaInfo |
Constructor and Description |
---|
RocksDbKvStateInfo(org.rocksdb.ColumnFamilyHandle columnFamilyHandle,
RegisteredStateMetaInfoBase metaInfo) |
public final org.rocksdb.ColumnFamilyHandle columnFamilyHandle
public final RegisteredStateMetaInfoBase metaInfo
public RocksDbKvStateInfo(org.rocksdb.ColumnFamilyHandle columnFamilyHandle, RegisteredStateMetaInfoBase metaInfo)
public void close() throws Exception
close
in interface AutoCloseable
Exception
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.