| Modifier and Type | Class and Description |
|---|---|
static class |
MemoryFactory.Memory<E>
Contents of a "memory segment", used for implementing the
MATCH_RECOGNIZE operator. |
| Modifier and Type | Field and Description |
|---|---|
private int |
future |
private int |
history |
(package private) ModularInteger |
offset |
private Object[] |
values |
| Constructor and Description |
|---|
MemoryFactory(int history,
int future) |
private final int history
private final int future
ModularInteger offset
private Object[] values
public void add(E current)
public MemoryFactory.Memory<E> create()
Copyright © 2012–2021 The Apache Software Foundation. All rights reserved.