Uses of Class
org.apache.flink.state.forst.ContextKey
-
Packages that use ContextKey Package Description org.apache.flink.state.forst -
-
Uses of ContextKey in org.apache.flink.state.forst
Methods in org.apache.flink.state.forst that return types with arguments of type ContextKey Modifier and Type Method Description ForStDBGetRequest<ContextKey<K>,V>ForStValueState. buildDBGetRequest(org.apache.flink.runtime.asyncprocessing.StateRequest<?,?,?> stateRequest)ForStDBPutRequest<ContextKey<K>,V>ForStValueState. buildDBPutRequest(org.apache.flink.runtime.asyncprocessing.StateRequest<?,?,?> stateRequest)Methods in org.apache.flink.state.forst with parameters of type ContextKey Modifier and Type Method Description byte[]ForStValueState. serializeKey(ContextKey<K> contextKey)Method parameters in org.apache.flink.state.forst with type arguments of type ContextKey Modifier and Type Method Description byte[]ContextKey. getOrCreateSerializedKey(org.apache.flink.util.function.FunctionWithException<ContextKey<K>,byte[],IOException> serializeKeyFunc)Get the serialized key.
-