public class ContinuationToken extends Object
| Constructor and Description |
|---|
ContinuationToken(Long timestamp,
Long lastElement) |
ContinuationToken(String requestedToken) |
| Modifier and Type | Method and Description |
|---|---|
Long |
getLastElement() |
Long |
getTimestamp() |
List<Long> |
splitToken(String str) |
String |
toString() |
String |
toToken() |
public ContinuationToken(String requestedToken) throws IllegalArgumentException
IllegalArgumentExceptionCopyright © 2000–2023 LOCKSS Program. All rights reserved.