public abstract class WindowIndexedArrays extends Object
Modifier and Type | Field and Description |
---|---|
static int |
INVALID_INDEX |
Constructor and Description |
---|
WindowIndexedArrays() |
Modifier and Type | Method and Description |
---|---|
void |
updateOldestWindowIndex(long newOldestWindowIndex)
Update the oldest window index.
|
public static final int INVALID_INDEX
public void updateOldestWindowIndex(long newOldestWindowIndex)
newOldestWindowIndex
- the new oldest window index.