Package | Description |
---|---|
org.apache.flink.cep.nfa |
Modifier and Type | Method and Description |
---|---|
SharedBuffer<V> |
SharedBuffer.SharedBufferSerializer.copy(SharedBuffer<V> from) |
SharedBuffer<V> |
SharedBuffer.SharedBufferSerializer.copy(SharedBuffer<V> from,
SharedBuffer<V> reuse) |
SharedBuffer<V> |
SharedBuffer.SharedBufferSerializer.createInstance() |
SharedBuffer<V> |
SharedBuffer.SharedBufferSerializer.deserialize(DataInputView source) |
SharedBuffer<V> |
SharedBuffer.SharedBufferSerializer.deserialize(SharedBuffer<V> reuse,
DataInputView source) |
SharedBuffer<T> |
NFA.MigratedNFA.getSharedBuffer() |
Modifier and Type | Method and Description |
---|---|
TypeSerializerSchemaCompatibility<SharedBuffer<V>> |
SharedBuffer.SharedBufferSerializerConfigSnapshot.resolveSchemaCompatibility(TypeSerializer<SharedBuffer<V>> newSerializer)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
SharedBuffer<V> |
SharedBuffer.SharedBufferSerializer.copy(SharedBuffer<V> from) |
SharedBuffer<V> |
SharedBuffer.SharedBufferSerializer.copy(SharedBuffer<V> from,
SharedBuffer<V> reuse) |
SharedBuffer<V> |
SharedBuffer.SharedBufferSerializer.copy(SharedBuffer<V> from,
SharedBuffer<V> reuse) |
SharedBuffer<V> |
SharedBuffer.SharedBufferSerializer.deserialize(SharedBuffer<V> reuse,
DataInputView source) |
void |
SharedBuffer.SharedBufferSerializer.serialize(SharedBuffer<V> record,
DataOutputView target) |
Modifier and Type | Method and Description |
---|---|
TypeSerializerSchemaCompatibility<SharedBuffer<V>> |
SharedBuffer.SharedBufferSerializerConfigSnapshot.resolveSchemaCompatibility(TypeSerializer<SharedBuffer<V>> newSerializer)
Deprecated.
|
Constructor and Description |
---|
NFASerializerConfigSnapshot(TypeSerializer<T> eventSerializer,
TypeSerializer<SharedBuffer<T>> sharedBufferSerializer)
Deprecated.
|
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.