Class StateRequestBuffer<K>
java.lang.Object
org.apache.flink.runtime.asyncprocessing.StateRequestBuffer<K>
- Type Parameters:
K- the type of the key
- All Implemented Interfaces:
Closeable,AutoCloseable
A buffer to hold state requests to execute state requests in batch, which can only be manipulated
within task thread.
-
Constructor Summary
ConstructorsConstructorDescriptionStateRequestBuffer(long bufferTimeout, long bufferTimeoutCheckInterval, Consumer<Long> timeoutHandler) -
Method Summary
-
Constructor Details
-
StateRequestBuffer
-
-
Method Details
-
close
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Throws:
IOException
-