Package org.apache.flink.runtime.state
Interface StateBackendBuilder<T,E extends Throwable>
-
- Type Parameters:
T
- The type of the state backend instance.E
- The type of Exceptions thrown in build.
- All Known Implementing Classes:
AbstractKeyedStateBackendBuilder
,DefaultOperatorStateBackendBuilder
,ForStKeyedStateBackendBuilder
,ForStSyncKeyedStateBackendBuilder
,HeapKeyedStateBackendBuilder
,RocksDBKeyedStateBackendBuilder
public interface StateBackendBuilder<T,E extends Throwable>
A mutable builder to build a state backend instance.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description T
build()
-