| 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(org.apache.flink.core.memory.DataInputView source) |
SharedBuffer<V> |
SharedBuffer.SharedBufferSerializer.deserialize(SharedBuffer<V> reuse,
org.apache.flink.core.memory.DataInputView source) |
SharedBuffer<T> |
NFA.MigratedNFA.getSharedBuffer() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.flink.api.common.typeutils.TypeSerializerSchemaCompatibility<SharedBuffer<V>> |
SharedBuffer.SharedBufferSerializerConfigSnapshot.resolveSchemaCompatibility(org.apache.flink.api.common.typeutils.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,
org.apache.flink.core.memory.DataInputView source) |
void |
SharedBuffer.SharedBufferSerializer.serialize(SharedBuffer<V> record,
org.apache.flink.core.memory.DataOutputView target) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.flink.api.common.typeutils.TypeSerializerSchemaCompatibility<SharedBuffer<V>> |
SharedBuffer.SharedBufferSerializerConfigSnapshot.resolveSchemaCompatibility(org.apache.flink.api.common.typeutils.TypeSerializer<SharedBuffer<V>> newSerializer)
Deprecated.
|
| Constructor and Description |
|---|
NFASerializerConfigSnapshot(org.apache.flink.api.common.typeutils.TypeSerializer<T> eventSerializer,
org.apache.flink.api.common.typeutils.TypeSerializer<SharedBuffer<T>> sharedBufferSerializer)
Deprecated.
|
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.