|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.conquiris.api.index.Checkpoints
public final class Checkpoints
Checkpoints support class.
| Method Summary | |
|---|---|
static int |
ofInt(String checkpoint,
int fallback)
Parses a checkpoint as an int. |
static long |
ofLong(String checkpoint,
long fallback)
Parses a checkpoint as a long. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static long ofLong(@Nullable
String checkpoint,
long fallback)
checkpoint - Checkpoint to parse.fallback - Fallback value.
public static int ofInt(@Nullable
String checkpoint,
int fallback)
checkpoint - Checkpoint to parse.fallback - Fallback value.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||