public interface State
Modifier and Type | Method and Description |
---|---|
Accessor<byte[]> |
createFlinkRemoteStateAccessor(FunctionType functionType,
RemotePersistedValue remotePersistedValue) |
<T> Accessor<T> |
createFlinkStateAccessor(FunctionType functionType,
PersistedValue<T> persistedValue) |
<E> AppendingBufferAccessor<E> |
createFlinkStateAppendingBufferAccessor(FunctionType functionType,
PersistedAppendingBuffer<E> persistedAppendingBuffer) |
<K,V> TableAccessor<K,V> |
createFlinkStateTableAccessor(FunctionType functionType,
PersistedTable<K,V> persistedTable) |
void |
setCurrentKey(Address address) |
<T> Accessor<T> createFlinkStateAccessor(FunctionType functionType, PersistedValue<T> persistedValue)
<K,V> TableAccessor<K,V> createFlinkStateTableAccessor(FunctionType functionType, PersistedTable<K,V> persistedTable)
<E> AppendingBufferAccessor<E> createFlinkStateAppendingBufferAccessor(FunctionType functionType, PersistedAppendingBuffer<E> persistedAppendingBuffer)
Accessor<byte[]> createFlinkRemoteStateAccessor(FunctionType functionType, RemotePersistedValue remotePersistedValue)
void setCurrentKey(Address address)
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.