public static final class GetCommand.AllKeysState extends Object
Command#getAll() with no keys, indicating
that all keys should be retrieved.| Modifier and Type | Method and Description |
|---|---|
GetCommand.SourceState |
from(long record)
Get all keys from the specified
record. |
GetCommand.SourceState |
from(long record,
long... moreRecords)
Get all keys from the specified
records. |
GetCommand.SourceState |
in(long record)
Alias for
from(long) to support alternate CCL dialects. |
GetCommand.SourceState |
in(long record,
long... moreRecords)
Alias for
from(long, long...) to support alternate CCL
dialects. |
GetCommand.SourceState |
where(Criteria criteria)
Get all keys from records matching the
Criteria. |
GetCommand.SourceState |
where(String ccl)
Get all keys from records matching the CCL condition.
|
GetCommand.SourceState |
within(long record)
Alias for
from(long) to support alternate CCL dialects. |
GetCommand.SourceState |
within(long record,
long... moreRecords)
Alias for
from(long, long...) to support alternate CCL
dialects. |
public GetCommand.SourceState from(long record)
record.record - the target recordpublic GetCommand.SourceState from(long record, long... moreRecords)
records.record - the first recordmoreRecords - additional recordspublic GetCommand.SourceState in(long record)
from(long) to support alternate CCL dialects.record - the target recordpublic GetCommand.SourceState in(long record, long... moreRecords)
from(long, long...) to support alternate CCL
dialects.record - the first recordmoreRecords - additional recordspublic GetCommand.SourceState within(long record)
from(long) to support alternate CCL dialects.record - the target recordpublic GetCommand.SourceState within(long record, long... moreRecords)
from(long, long...) to support alternate CCL
dialects.record - the first recordmoreRecords - additional recordspublic GetCommand.SourceState where(Criteria criteria)
Criteria.criteria - the Criteriapublic GetCommand.SourceState where(String ccl)
ccl - the CCL condition string