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,HeapKeyedStateBackendBuilder
public interface StateBackendBuilder<T,E extends Throwable>
A mutable builder to build a state backend instance.
-
Method Summary