public class ScrollPointer extends Object implements Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
ScrollPointer.Direction |
| Constructor and Description |
|---|
ScrollPointer() |
| Modifier and Type | Method and Description |
|---|---|
int |
advance(int shard,
int advanceBy) |
int |
getCurrOffset(int shard) |
ScrollPointer |
put(int shard,
Integer offset) |
public ScrollPointer put(int shard, Integer offset)
public int advance(int shard,
int advanceBy)
public int getCurrOffset(int shard)
Copyright © 2016–2023. All rights reserved.