public class CCLCommandGroup extends Object implements CommandGroup
CommandGroup that collects Commands as CCL language
representations for batch submission.
Each method call records a Command in an internal list. The
accumulated Commands are retrieved via commands()
and submitted to the server through Concourse#submit(CommandGroup).
| Constructor and Description |
|---|
CCLCommandGroup() |
public List<Command> commands()
CommandGroupCommands.commands in interface CommandGroupCommandspublic void abort()
CommandGroupConcourse.abort() to this
CommandGroup.abort in interface CommandGrouppublic void add(String key, Object value)
CommandGroupConcourse.add(String, Object) to
this CommandGroup.add in interface CommandGrouppublic void add(String key, Object value, Collection<Long> records)
CommandGroupConcourse.add(String, Object, Collection) to this
CommandGroup.add in interface CommandGrouppublic void add(String key, Object value, long record)
CommandGroupConcourse.add(String, Object, long) to this CommandGroup.add in interface CommandGrouppublic void link(String key, Collection<Long> destinations, long source)
CommandGroupConcourse.link(String, Collection, long) to this
CommandGroup.link in interface CommandGrouppublic void link(String key, long destination, long source)
CommandGroupConcourse.link(String, long, long)
to this CommandGroup.link in interface CommandGrouppublic void unlink(String key, long destination, long source)
CommandGroupConcourse.unlink(java.lang.String, long, long) to this
CommandGroup.unlink in interface CommandGrouppublic void audit(long record)
CommandGroupConcourse.audit(long) to this
CommandGroup.audit in interface CommandGrouppublic void audit(String key, long record)
CommandGroupConcourse.audit(String, long) to
this CommandGroup.audit in interface CommandGrouppublic void audit(long record,
Timestamp start)
CommandGroupConcourse.audit(long, Timestamp)
to this CommandGroup.audit in interface CommandGrouppublic void audit(String key, long record, Timestamp start)
CommandGroupConcourse.audit(String, long, Timestamp) to this
CommandGroup.audit in interface CommandGrouppublic void audit(long record,
Timestamp start,
Timestamp end)
CommandGroupConcourse.audit(long, Timestamp, Timestamp) to this
CommandGroup.audit in interface CommandGrouppublic void audit(String key, long record, Timestamp start, Timestamp end)
CommandGroupConcourse.audit(String, long, Timestamp, Timestamp) to this
CommandGroup.audit in interface CommandGrouppublic void browse(Collection<String> keys)
CommandGroupConcourse.browse(Collection) to
this CommandGroup.browse in interface CommandGrouppublic void browse(String key)
CommandGroupConcourse.browse(String) to this
CommandGroup.browse in interface CommandGrouppublic void browse(Collection<String> keys, Timestamp timestamp)
CommandGroupConcourse.browse(Collection, Timestamp) to this
CommandGroup.browse in interface CommandGrouppublic void browse(String key, Timestamp timestamp)
CommandGroupConcourse.browse(String, Timestamp) to this CommandGroup.browse in interface CommandGrouppublic void chronicle(String key, long record)
CommandGroupConcourse.chronicle(String, long)
to this CommandGroup.chronicle in interface CommandGrouppublic void chronicle(String key, long record, Timestamp start)
CommandGroupConcourse.chronicle(String, long, Timestamp) to this
CommandGroup.chronicle in interface CommandGrouppublic void chronicle(String key, long record, Timestamp start, Timestamp end)
CommandGroupConcourse.chronicle(String, long, Timestamp, Timestamp) to this
CommandGroup.chronicle in interface CommandGrouppublic void clear(Collection<Long> records)
CommandGroupConcourse.clear(Collection) to
this CommandGroup.clear in interface CommandGrouppublic void clear(long record)
CommandGroupConcourse.clear(long) to this
CommandGroup.clear in interface CommandGrouppublic void clear(Collection<String> keys, Collection<Long> records)
CommandGroupConcourse.clear(Collection, Collection) to this
CommandGroup.clear in interface CommandGrouppublic void clear(Collection<String> keys, long record)
CommandGroupConcourse.clear(Collection, long)
to this CommandGroup.clear in interface CommandGrouppublic void clear(String key, Collection<Long> records)
CommandGroupConcourse.clear(String, Collection) to this CommandGroup.clear in interface CommandGrouppublic void clear(String key, long record)
CommandGroupConcourse.clear(String, long) to
this CommandGroup.clear in interface CommandGrouppublic void commit()
CommandGroupConcourse.commit() to this
CommandGroup.commit in interface CommandGrouppublic void describe()
CommandGroupConcourse.describe() to this
CommandGroup.describe in interface CommandGrouppublic void describe(Collection<Long> records)
CommandGroupConcourse.describe(Collection) to
this CommandGroup.describe in interface CommandGrouppublic void describe(Timestamp timestamp)
CommandGroupConcourse.describe(Timestamp) to
this CommandGroup.describe in interface CommandGrouppublic void describe(long record)
CommandGroupConcourse.describe(long) to this
CommandGroup.describe in interface CommandGrouppublic void describe(Collection<Long> records, Timestamp timestamp)
CommandGroupConcourse.describe(Collection, Timestamp) to this
CommandGroup.describe in interface CommandGrouppublic void describe(long record,
Timestamp timestamp)
CommandGroupConcourse.describe(long, Timestamp) to this CommandGroup.describe in interface CommandGrouppublic void diff(String key, Timestamp start)
CommandGroupConcourse.diff(String, Timestamp)
to this CommandGroup.diff in interface CommandGrouppublic void diff(long record,
Timestamp start)
CommandGroupConcourse.diff(long, Timestamp) to
this CommandGroup.diff in interface CommandGrouppublic void diff(String key, Timestamp start, Timestamp end)
CommandGroupConcourse.diff(String, Timestamp, Timestamp) to this
CommandGroup.diff in interface CommandGrouppublic void diff(String key, long record, Timestamp start)
CommandGroupConcourse.diff(String, long, Timestamp) to this
CommandGroup.diff in interface CommandGrouppublic void diff(long record,
Timestamp start,
Timestamp end)
CommandGroupConcourse.diff(long, Timestamp, Timestamp) to this
CommandGroup.diff in interface CommandGrouppublic void diff(String key, long record, Timestamp start, Timestamp end)
CommandGroupConcourse.diff(String, long, Timestamp, Timestamp) to this
CommandGroup.diff in interface CommandGrouppublic void stage()
CommandGroupConcourse.stage() to this
CommandGroup.stage in interface CommandGrouppublic void insert(String json)
CommandGroupConcourse.insert(String) to this
CommandGroup.insert in interface CommandGrouppublic void insert(String json, Collection<Long> records)
CommandGroupConcourse.insert(String, Collection) to this
CommandGroup.insert in interface CommandGrouppublic void insert(String json, long record)
CommandGroupConcourse.insert(String, long) to
this CommandGroup.insert in interface CommandGrouppublic void remove(String key, Object value, Collection<Long> records)
CommandGroupConcourse.remove(String, Object, Collection) to this
CommandGroup.remove in interface CommandGrouppublic void remove(String key, Object value, long record)
CommandGroupConcourse.remove(String, Object, long) to this
CommandGroup.remove in interface CommandGrouppublic void set(String key, Object value, Collection<Long> records)
CommandGroupConcourse.set(String, Object, Collection) to this
CommandGroup.set in interface CommandGrouppublic void set(String key, Object value, long record)
CommandGroupConcourse.set(String, Object, long) to this CommandGroup.set in interface CommandGrouppublic void reconcile(String key, long record, Collection<Object> values)
CommandGroupConcourse.reconcile(java.lang.String, long, java.util.Collection<T>) to this
CommandGroup.reconcile in interface CommandGrouppublic void inventory()
CommandGroupConcourse.inventory() to this
CommandGroup.inventory in interface CommandGrouppublic void select(Collection<Long> records)
CommandGroupConcourse.select(Collection) to
this CommandGroup.select in interface CommandGrouppublic void select(Criteria criteria)
CommandGroupConcourse.select(Criteria) to this
CommandGroup.select in interface CommandGrouppublic void select(String ccl)
CommandGroupConcourse.select(String) to this
CommandGroup.select in interface CommandGrouppublic void select(long record)
CommandGroupConcourse.select(long) to this
CommandGroup.select in interface CommandGrouppublic void select(Collection<Long> records, Order order)
CommandGroupConcourse.select(Collection, Order) to this CommandGroup.select in interface CommandGrouppublic void select(Collection<Long> records, Page page)
CommandGroupConcourse.select(Collection, Page)
to this CommandGroup.select in interface CommandGrouppublic void select(Collection<Long> records, Timestamp timestamp)
CommandGroupConcourse.select(Collection, Timestamp) to this
CommandGroup.select in interface CommandGrouppublic void select(Collection<String> keys, Collection<Long> records)
CommandGroupConcourse.select(Collection, Collection) to this
CommandGroup.select in interface CommandGrouppublic void select(Collection<String> keys, Criteria criteria)
CommandGroupConcourse.select(Collection, Criteria) to this
CommandGroup.select in interface CommandGrouppublic void select(Collection<String> keys, String ccl)
CommandGroupConcourse.select(Collection, String) to this
CommandGroup.select in interface CommandGrouppublic void select(Collection<String> keys, long record)
CommandGroupConcourse.select(Collection, long)
to this CommandGroup.select in interface CommandGrouppublic void select(Criteria criteria, Order order)
CommandGroupConcourse.select(Criteria, Order)
to this CommandGroup.select in interface CommandGrouppublic void select(Criteria criteria, Page page)
CommandGroupConcourse.select(Criteria, Page)
to this CommandGroup.select in interface CommandGrouppublic void select(Criteria criteria, Timestamp timestamp)
CommandGroupConcourse.select(Criteria, Timestamp) to this
CommandGroup.select in interface CommandGrouppublic void select(String ccl, Order order)
CommandGroupConcourse.select(String, Order) to
this CommandGroup.select in interface CommandGrouppublic void select(String ccl, Page page)
CommandGroupConcourse.select(String, Page) to
this CommandGroup.select in interface CommandGrouppublic void select(String ccl, Timestamp timestamp)
CommandGroupConcourse.select(String, Timestamp) to this CommandGroup.select in interface CommandGrouppublic void select(String key, Collection<Long> records)
CommandGroupConcourse.select(String, Collection) to this
CommandGroup.select in interface CommandGrouppublic void select(String key, Criteria criteria)
CommandGroupConcourse.select(String, Criteria)
to this CommandGroup.select in interface CommandGrouppublic void select(String key, String ccl)
CommandGroupConcourse.select(String, String)
to this CommandGroup.select in interface CommandGrouppublic void select(String key, long record)
CommandGroupConcourse.select(String, long) to
this CommandGroup.select in interface CommandGrouppublic void select(long record,
Timestamp timestamp)
CommandGroupConcourse.select(long, Timestamp)
to this CommandGroup.select in interface CommandGrouppublic void select(Collection<Long> records, Order order, Page page)
CommandGroupConcourse.select(Collection, Order, Page) to this
CommandGroup.select in interface CommandGrouppublic void select(Collection<Long> records, Timestamp timestamp, Order order)
CommandGroupConcourse.select(Collection, Timestamp, Order) to this
CommandGroup.select in interface CommandGrouppublic void select(Collection<Long> records, Timestamp timestamp, Page page)
CommandGroupConcourse.select(Collection, Timestamp, Page) to this
CommandGroup.select in interface CommandGrouppublic void select(Collection<String> keys, Collection<Long> records, Order order)
CommandGroupConcourse.select(Collection, Collection, Order) to this
CommandGroup.select in interface CommandGrouppublic void select(Collection<String> keys, Collection<Long> records, Page page)
CommandGroupConcourse.select(Collection, Collection, Page) to this
CommandGroup.select in interface CommandGrouppublic void select(Collection<String> keys, Collection<Long> records, Timestamp timestamp)
CommandGroupConcourse.select(Collection, Collection, Timestamp) to this
CommandGroup.select in interface CommandGrouppublic void select(Collection<String> keys, Criteria criteria, Order order)
CommandGroupConcourse.select(Collection, Criteria, Order) to this
CommandGroup.select in interface CommandGrouppublic void select(Collection<String> keys, Criteria criteria, Page page)
CommandGroupConcourse.select(Collection, Criteria, Page) to this
CommandGroup.select in interface CommandGrouppublic void select(Collection<String> keys, Criteria criteria, Timestamp timestamp)
CommandGroupConcourse.select(Collection, Criteria, Timestamp) to this
CommandGroup.select in interface CommandGrouppublic void select(Collection<String> keys, String ccl, Order order)
CommandGroupConcourse.select(Collection, String, Order) to this
CommandGroup.select in interface CommandGrouppublic void select(Collection<String> keys, String ccl, Page page)
CommandGroupConcourse.select(Collection, String, Page) to this
CommandGroup.select in interface CommandGrouppublic void select(Collection<String> keys, String ccl, Timestamp timestamp)
CommandGroupConcourse.select(Collection, String, Timestamp) to this
CommandGroup.select in interface CommandGrouppublic void select(Collection<String> keys, long record, Timestamp timestamp)
CommandGroupConcourse.select(Collection, long, Timestamp) to this
CommandGroup.select in interface CommandGrouppublic void select(Criteria criteria, Order order, Page page)
CommandGroupConcourse.select(Criteria, Order, Page) to this
CommandGroup.select in interface CommandGrouppublic void select(Criteria criteria, Timestamp timestamp, Order order)
CommandGroupConcourse.select(Criteria, Timestamp, Order) to this
CommandGroup.select in interface CommandGrouppublic void select(Criteria criteria, Timestamp timestamp, Page page)
CommandGroupConcourse.select(Criteria, Timestamp, Page) to this
CommandGroup.select in interface CommandGrouppublic void select(String ccl, Order order, Page page)
CommandGroupConcourse.select(String, Order, Page) to this
CommandGroup.select in interface CommandGrouppublic void select(String ccl, Timestamp timestamp, Order order)
CommandGroupConcourse.select(String, Timestamp, Order) to this
CommandGroup.select in interface CommandGrouppublic void select(String ccl, Timestamp timestamp, Page page)
CommandGroupConcourse.select(String, Timestamp, Page) to this
CommandGroup.select in interface CommandGrouppublic void select(String key, Collection<Long> records, Order order)
CommandGroupConcourse.select(String, Collection, Order) to this
CommandGroup.select in interface CommandGrouppublic void select(String key, Collection<Long> records, Page page)
CommandGroupConcourse.select(String, Collection, Page) to this
CommandGroup.select in interface CommandGrouppublic void select(String key, Collection<Long> records, Timestamp timestamp)
CommandGroupConcourse.select(String, Collection, Timestamp) to this
CommandGroup.select in interface CommandGrouppublic void select(String key, Criteria criteria, Order order)
CommandGroupConcourse.select(String, Criteria, Order) to this
CommandGroup.select in interface CommandGrouppublic void select(String key, Criteria criteria, Page page)
CommandGroupConcourse.select(String, Criteria, Page) to this
CommandGroup.select in interface CommandGrouppublic void select(String key, Criteria criteria, Timestamp timestamp)
CommandGroupConcourse.select(String, Criteria, Timestamp) to this
CommandGroup.select in interface CommandGrouppublic void select(String key, String ccl, Order order)
CommandGroupConcourse.select(String, String, Order) to this
CommandGroup.select in interface CommandGrouppublic void select(String key, String ccl, Page page)
CommandGroupConcourse.select(String, String, Page) to this
CommandGroup.select in interface CommandGrouppublic void select(String key, String ccl, Timestamp timestamp)
CommandGroupConcourse.select(String, String, Timestamp) to this
CommandGroup.select in interface CommandGrouppublic void select(String key, long record, Timestamp timestamp)
CommandGroupConcourse.select(String, long, Timestamp) to this
CommandGroup.select in interface CommandGrouppublic void select(Collection<Long> records, Timestamp timestamp, Order order, Page page)
CommandGroupConcourse.select(Collection, Timestamp, Order, Page) to this
CommandGroup.select in interface CommandGrouppublic void select(Collection<String> keys, Collection<Long> records, Order order, Page page)
CommandGroupConcourse.select(Collection, Collection, Order, Page) to this
CommandGroup.select in interface CommandGrouppublic void select(Collection<String> keys, Collection<Long> records, Timestamp timestamp, Order order)
CommandGroupConcourse.select(Collection, Collection, Timestamp, Order) to
this CommandGroup.select in interface CommandGrouppublic void select(Collection<String> keys, Collection<Long> records, Timestamp timestamp, Page page)
CommandGroupConcourse.select(Collection, Collection, Timestamp, Page) to this
CommandGroup.select in interface CommandGrouppublic void select(Collection<String> keys, Criteria criteria, Order order, Page page)
CommandGroupConcourse.select(Collection, Criteria, Order, Page) to this
CommandGroup.select in interface CommandGrouppublic void select(Collection<String> keys, Criteria criteria, Timestamp timestamp, Order order)
CommandGroupConcourse.select(Collection, Criteria, Timestamp, Order) to this
CommandGroup.select in interface CommandGrouppublic void select(Collection<String> keys, Criteria criteria, Timestamp timestamp, Page page)
CommandGroupConcourse.select(Collection, Criteria, Timestamp, Page) to this
CommandGroup.select in interface CommandGrouppublic void select(Collection<String> keys, String ccl, Order order, Page page)
CommandGroupConcourse.select(Collection, String, Order, Page) to this
CommandGroup.select in interface CommandGrouppublic void select(Collection<String> keys, String ccl, Timestamp timestamp, Order order)
CommandGroupConcourse.select(Collection, String, Timestamp, Order) to this
CommandGroup.select in interface CommandGrouppublic void select(Collection<String> keys, String ccl, Timestamp timestamp, Page page)
CommandGroupConcourse.select(Collection, String, Timestamp, Page) to this
CommandGroup.select in interface CommandGrouppublic void select(Criteria criteria, Timestamp timestamp, Order order, Page page)
CommandGroupConcourse.select(Criteria, Timestamp, Order, Page) to this
CommandGroup.select in interface CommandGrouppublic void select(String ccl, Timestamp timestamp, Order order, Page page)
CommandGroupConcourse.select(String, Timestamp, Order, Page) to this
CommandGroup.select in interface CommandGrouppublic void select(String key, Collection<Long> records, Order order, Page page)
CommandGroupConcourse.select(String, Collection, Order, Page) to this
CommandGroup.select in interface CommandGrouppublic void select(String key, Collection<Long> records, Timestamp timestamp, Order order)
CommandGroupConcourse.select(String, Collection, Timestamp, Order) to this
CommandGroup.select in interface CommandGrouppublic void select(String key, Collection<Long> records, Timestamp timestamp, Page page)
CommandGroupConcourse.select(String, Collection, Timestamp, Page) to this
CommandGroup.select in interface CommandGrouppublic void select(String key, Criteria criteria, Order order, Page page)
CommandGroupConcourse.select(String, Criteria, Order, Page) to this
CommandGroup.select in interface CommandGrouppublic void select(String key, Criteria criteria, Timestamp timestamp, Order order)
CommandGroupConcourse.select(String, Criteria, Timestamp, Order) to this
CommandGroup.select in interface CommandGrouppublic void select(String key, Criteria criteria, Timestamp timestamp, Page page)
CommandGroupConcourse.select(String, Criteria, Timestamp, Page) to this
CommandGroup.select in interface CommandGrouppublic void select(String key, String ccl, Order order, Page page)
CommandGroupConcourse.select(String, String, Order, Page) to this
CommandGroup.select in interface CommandGrouppublic void select(String key, String ccl, Timestamp timestamp, Order order)
CommandGroupConcourse.select(String, String, Timestamp, Order) to this
CommandGroup.select in interface CommandGrouppublic void select(String key, String ccl, Timestamp timestamp, Page page)
CommandGroupConcourse.select(String, String, Timestamp, Page) to this
CommandGroup.select in interface CommandGrouppublic void select(Collection<String> keys, Collection<Long> records, Timestamp timestamp, Order order, Page page)
CommandGroupConcourse.select(Collection, Collection, Timestamp, Order, Page)
to this CommandGroup.select in interface CommandGrouppublic void select(Collection<String> keys, Criteria criteria, Timestamp timestamp, Order order, Page page)
CommandGroupConcourse.select(Collection, Criteria, Timestamp, Order, Page) to
this CommandGroup.select in interface CommandGrouppublic void select(Collection<String> keys, String ccl, Timestamp timestamp, Order order, Page page)
CommandGroupConcourse.select(Collection, String, Timestamp, Order, Page) to
this CommandGroup.select in interface CommandGrouppublic void select(String key, Collection<Long> records, Timestamp timestamp, Order order, Page page)
CommandGroupConcourse.select(String, Collection, Timestamp, Order, Page) to
this CommandGroup.select in interface CommandGrouppublic void select(String key, Criteria criteria, Timestamp timestamp, Order order, Page page)
CommandGroupConcourse.select(String, Criteria, Timestamp, Order, Page) to
this CommandGroup.select in interface CommandGrouppublic void select(String key, String ccl, Timestamp timestamp, Order order, Page page)
CommandGroupConcourse.select(String, String, Timestamp, Order, Page) to this
CommandGroup.select in interface CommandGrouppublic void get(Criteria criteria)
CommandGroupConcourse.get(Criteria) to this
CommandGroup.get in interface CommandGrouppublic void get(String ccl)
CommandGroupConcourse.get(String) to this
CommandGroup.get in interface CommandGrouppublic void get(Collection<String> keys, Collection<Long> records)
CommandGroupConcourse.get(Collection, Collection) to this
CommandGroup.get in interface CommandGrouppublic void get(Collection<String> keys, Criteria criteria)
CommandGroupConcourse.get(Collection, Criteria) to this CommandGroup.get in interface CommandGrouppublic void get(Collection<String> keys, String ccl)
CommandGroupConcourse.get(Collection, String)
to this CommandGroup.get in interface CommandGrouppublic void get(Collection<String> keys, long record)
CommandGroupConcourse.get(Collection, long) to
this CommandGroup.get in interface CommandGrouppublic void get(Criteria criteria, Order order)
CommandGroupConcourse.get(Criteria, Order) to
this CommandGroup.get in interface CommandGrouppublic void get(Criteria criteria, Page page)
CommandGroupConcourse.get(Criteria, Page) to
this CommandGroup.get in interface CommandGrouppublic void get(Criteria criteria, Timestamp timestamp)
CommandGroupConcourse.get(Criteria, Timestamp)
to this CommandGroup.get in interface CommandGrouppublic void get(String ccl, Order order)
CommandGroupConcourse.get(String, Order) to
this CommandGroup.get in interface CommandGrouppublic void get(String ccl, Page page)
CommandGroupConcourse.get(String, Page) to
this CommandGroup.get in interface CommandGrouppublic void get(String ccl, Timestamp timestamp)
CommandGroupConcourse.get(String, Timestamp)
to this CommandGroup.get in interface CommandGrouppublic void get(String key, Collection<Long> records)
CommandGroupConcourse.get(String, Collection)
to this CommandGroup.get in interface CommandGrouppublic void get(String key, Criteria criteria)
CommandGroupConcourse.get(String, Criteria) to
this CommandGroup.get in interface CommandGrouppublic void get(String key, String ccl)
CommandGroupConcourse.get(String, String) to
this CommandGroup.get in interface CommandGrouppublic void get(String key, long record)
CommandGroupConcourse.get(String, long) to
this CommandGroup.get in interface CommandGrouppublic void get(Collection<String> keys, Collection<Long> records, Order order)
CommandGroupConcourse.get(Collection, Collection, Order) to this
CommandGroup.get in interface CommandGrouppublic void get(Collection<String> keys, Collection<Long> records, Page page)
CommandGroupConcourse.get(Collection, Collection, Page) to this
CommandGroup.get in interface CommandGrouppublic void get(Collection<String> keys, Collection<Long> records, Timestamp timestamp)
CommandGroupConcourse.get(Collection, Collection, Timestamp) to this
CommandGroup.get in interface CommandGrouppublic void get(Collection<String> keys, Criteria criteria, Order order)
CommandGroupConcourse.get(Collection, Criteria, Order) to this
CommandGroup.get in interface CommandGrouppublic void get(Collection<String> keys, Criteria criteria, Page page)
CommandGroupConcourse.get(Collection, Criteria, Page) to this
CommandGroup.get in interface CommandGrouppublic void get(Collection<String> keys, Criteria criteria, Timestamp timestamp)
CommandGroupConcourse.get(Collection, Criteria, Timestamp) to this
CommandGroup.get in interface CommandGrouppublic void get(Collection<String> keys, String ccl, Order order)
CommandGroupConcourse.get(Collection, String, Order) to this
CommandGroup.get in interface CommandGrouppublic void get(Collection<String> keys, String ccl, Page page)
CommandGroupConcourse.get(Collection, String, Page) to this
CommandGroup.get in interface CommandGrouppublic void get(Collection<String> keys, String ccl, Timestamp timestamp)
CommandGroupConcourse.get(Collection, String, Timestamp) to this
CommandGroup.get in interface CommandGrouppublic void get(Collection<String> keys, long record, Timestamp timestamp)
CommandGroupConcourse.get(Collection, long, Timestamp) to this
CommandGroup.get in interface CommandGrouppublic void get(Criteria criteria, Order order, Page page)
CommandGroupConcourse.get(Criteria, Order, Page) to this
CommandGroup.get in interface CommandGrouppublic void get(Criteria criteria, Timestamp timestamp, Order order)
CommandGroupConcourse.get(Criteria, Timestamp, Order) to this
CommandGroup.get in interface CommandGrouppublic void get(Criteria criteria, Timestamp timestamp, Page page)
CommandGroupConcourse.get(Criteria, Timestamp, Page) to this
CommandGroup.get in interface CommandGrouppublic void get(String ccl, Order order, Page page)
CommandGroupConcourse.get(String, Order, Page)
to this CommandGroup.get in interface CommandGrouppublic void get(String ccl, Timestamp timestamp, Order order)
CommandGroupConcourse.get(String, Timestamp, Order) to this
CommandGroup.get in interface CommandGrouppublic void get(String ccl, Timestamp timestamp, Page page)
CommandGroupConcourse.get(String, Timestamp, Page) to this
CommandGroup.get in interface CommandGrouppublic void get(String key, Collection<Long> records, Order order)
CommandGroupConcourse.get(String, Collection, Order) to this
CommandGroup.get in interface CommandGrouppublic void get(String key, Collection<Long> records, Page page)
CommandGroupConcourse.get(String, Collection, Page) to this
CommandGroup.get in interface CommandGrouppublic void get(String key, Collection<Long> records, Timestamp timestamp)
CommandGroupConcourse.get(String, Collection, Timestamp) to this
CommandGroup.get in interface CommandGrouppublic void get(String key, Criteria criteria, Order order)
CommandGroupConcourse.get(String, Criteria, Order) to this
CommandGroup.get in interface CommandGrouppublic void get(String key, Criteria criteria, Page page)
CommandGroupConcourse.get(String, Criteria, Page) to this
CommandGroup.get in interface CommandGrouppublic void get(String key, Criteria criteria, Timestamp timestamp)
CommandGroupConcourse.get(String, Criteria, Timestamp) to this
CommandGroup.get in interface CommandGrouppublic void get(String key, String ccl, Order order)
CommandGroupConcourse.get(String, String, Order) to this
CommandGroup.get in interface CommandGrouppublic void get(String key, String ccl, Page page)
CommandGroupConcourse.get(String, String, Page) to this CommandGroup.get in interface CommandGrouppublic void get(String key, String ccl, Timestamp timestamp)
CommandGroupConcourse.get(String, String, Timestamp) to this
CommandGroup.get in interface CommandGrouppublic void get(String key, long record, Timestamp timestamp)
CommandGroupConcourse.get(String, long, Timestamp) to this
CommandGroup.get in interface CommandGrouppublic void get(Collection<String> keys, Collection<Long> records, Order order, Page page)
CommandGroupConcourse.get(Collection, Collection, Order, Page) to this
CommandGroup.get in interface CommandGrouppublic void get(Collection<String> keys, Collection<Long> records, Timestamp timestamp, Order order)
CommandGroupConcourse.get(Collection, Collection, Timestamp, Order) to this
CommandGroup.get in interface CommandGrouppublic void get(Collection<String> keys, Collection<Long> records, Timestamp timestamp, Page page)
CommandGroupConcourse.get(Collection, Collection, Timestamp, Page) to this
CommandGroup.get in interface CommandGrouppublic void get(Collection<String> keys, Criteria criteria, Order order, Page page)
CommandGroupConcourse.get(Collection, Criteria, Order, Page) to this
CommandGroup.get in interface CommandGrouppublic void get(Collection<String> keys, Criteria criteria, Timestamp timestamp, Order order)
CommandGroupConcourse.get(Collection, Criteria, Timestamp, Order) to this
CommandGroup.get in interface CommandGrouppublic void get(Collection<String> keys, Criteria criteria, Timestamp timestamp, Page page)
CommandGroupConcourse.get(Collection, Criteria, Timestamp, Page) to this
CommandGroup.get in interface CommandGrouppublic void get(Collection<String> keys, String ccl, Order order, Page page)
CommandGroupConcourse.get(Collection, String, Order, Page) to this
CommandGroup.get in interface CommandGrouppublic void get(Collection<String> keys, String ccl, Timestamp timestamp, Order order)
CommandGroupConcourse.get(Collection, String, Timestamp, Order) to this
CommandGroup.get in interface CommandGrouppublic void get(Collection<String> keys, String ccl, Timestamp timestamp, Page page)
CommandGroupConcourse.get(Collection, String, Timestamp, Page) to this
CommandGroup.get in interface CommandGrouppublic void get(Criteria criteria, Timestamp timestamp, Order order, Page page)
CommandGroupConcourse.get(Criteria, Timestamp, Order, Page) to this
CommandGroup.get in interface CommandGrouppublic void get(String ccl, Timestamp timestamp, Order order, Page page)
CommandGroupConcourse.get(String, Timestamp, Order, Page) to this
CommandGroup.get in interface CommandGrouppublic void get(String key, Collection<Long> records, Order order, Page page)
CommandGroupConcourse.get(String, Collection, Order, Page) to this
CommandGroup.get in interface CommandGrouppublic void get(String key, Collection<Long> records, Timestamp timestamp, Order order)
CommandGroupConcourse.get(String, Collection, Timestamp, Order) to this
CommandGroup.get in interface CommandGrouppublic void get(String key, Collection<Long> records, Timestamp timestamp, Page page)
CommandGroupConcourse.get(String, Collection, Timestamp, Page) to this
CommandGroup.get in interface CommandGrouppublic void get(String key, Criteria criteria, Order order, Page page)
CommandGroupConcourse.get(String, Criteria, Order, Page) to this
CommandGroup.get in interface CommandGrouppublic void get(String key, Criteria criteria, Timestamp timestamp, Order order)
CommandGroupConcourse.get(String, Criteria, Timestamp, Order) to this
CommandGroup.get in interface CommandGrouppublic void get(String key, Criteria criteria, Timestamp timestamp, Page page)
CommandGroupConcourse.get(String, Criteria, Timestamp, Page) to this
CommandGroup.get in interface CommandGrouppublic void get(String key, String ccl, Order order, Page page)
CommandGroupConcourse.get(String, String, Order, Page) to this
CommandGroup.get in interface CommandGrouppublic void get(String key, String ccl, Timestamp timestamp, Order order)
CommandGroupConcourse.get(String, String, Timestamp, Order) to this
CommandGroup.get in interface CommandGrouppublic void get(String key, String ccl, Timestamp timestamp, Page page)
CommandGroupConcourse.get(String, String, Timestamp, Page) to this
CommandGroup.get in interface CommandGrouppublic void get(Collection<String> keys, Collection<Long> records, Timestamp timestamp, Order order, Page page)
CommandGroupConcourse.get(Collection, Collection, Timestamp, Order, Page) to
this CommandGroup.get in interface CommandGrouppublic void get(Collection<String> keys, Criteria criteria, Timestamp timestamp, Order order, Page page)
CommandGroupConcourse.get(Collection, Criteria, Timestamp, Order, Page) to
this CommandGroup.get in interface CommandGrouppublic void get(Collection<String> keys, String ccl, Timestamp timestamp, Order order, Page page)
CommandGroupConcourse.get(Collection, String, Timestamp, Order, Page) to this
CommandGroup.get in interface CommandGrouppublic void get(String key, Collection<Long> records, Timestamp timestamp, Order order, Page page)
CommandGroupConcourse.get(String, Collection, Timestamp, Order, Page) to this
CommandGroup.get in interface CommandGrouppublic void get(String key, Criteria criteria, Timestamp timestamp, Order order, Page page)
CommandGroupConcourse.get(String, Criteria, Timestamp, Order, Page) to this
CommandGroup.get in interface CommandGrouppublic void get(String key, String ccl, Timestamp timestamp, Order order, Page page)
CommandGroupConcourse.get(String, String, Timestamp, Order, Page) to this
CommandGroup.get in interface CommandGrouppublic void verify(String key, Object value, long record)
CommandGroupConcourse.verify(String, Object, long) to this
CommandGroup.verify in interface CommandGrouppublic void verify(String key, Object value, long record, Timestamp timestamp)
CommandGroupConcourse.verify(String, Object, long, Timestamp) to this
CommandGroup.verify in interface CommandGrouppublic void jsonify(Collection<Long> records)
CommandGroupConcourse.jsonify(Collection) to
this CommandGroup.jsonify in interface CommandGrouppublic void jsonify(long record)
CommandGroupConcourse.jsonify(long) to this
CommandGroup.jsonify in interface CommandGrouppublic void jsonify(Collection<Long> records, Timestamp timestamp)
CommandGroupConcourse.jsonify(Collection, Timestamp) to this
CommandGroup.jsonify in interface CommandGrouppublic void jsonify(Collection<Long> records, boolean identifier)
CommandGroupConcourse.jsonify(Collection, boolean) to this
CommandGroup.jsonify in interface CommandGrouppublic void jsonify(long record,
Timestamp timestamp)
CommandGroupConcourse.jsonify(long, Timestamp)
to this CommandGroup.jsonify in interface CommandGrouppublic void jsonify(long record,
boolean identifier)
CommandGroupConcourse.jsonify(long, boolean)
to this CommandGroup.jsonify in interface CommandGrouppublic void jsonify(Collection<Long> records, Timestamp timestamp, boolean identifier)
CommandGroupConcourse.jsonify(Collection, Timestamp, boolean) to this
CommandGroup.jsonify in interface CommandGrouppublic void jsonify(long record,
Timestamp timestamp,
boolean identifier)
CommandGroupConcourse.jsonify(long, Timestamp, boolean) to this
CommandGroup.jsonify in interface CommandGrouppublic void find(Criteria criteria)
CommandGroupConcourse.find(Criteria) to this
CommandGroup.find in interface CommandGrouppublic void find(String ccl)
CommandGroupConcourse.find(String) to this
CommandGroup.find in interface CommandGrouppublic void find(Criteria criteria, Order order)
CommandGroupConcourse.find(Criteria, Order) to
this CommandGroup.find in interface CommandGrouppublic void find(Criteria criteria, Page page)
CommandGroupConcourse.find(Criteria, Page) to
this CommandGroup.find in interface CommandGrouppublic void find(String ccl, Order order)
CommandGroupConcourse.find(String, Order) to
this CommandGroup.find in interface CommandGrouppublic void find(String ccl, Page page)
CommandGroupConcourse.find(String, Page) to
this CommandGroup.find in interface CommandGrouppublic void find(String key, Object value)
CommandGroupConcourse.find(String, Object) to
this CommandGroup.find in interface CommandGrouppublic void find(Criteria criteria, Order order, Page page)
CommandGroupConcourse.find(Criteria, Order, Page) to this
CommandGroup.find in interface CommandGrouppublic void find(String ccl, Order order, Page page)
CommandGroupConcourse.find(String, Order, Page) to this CommandGroup.find in interface CommandGrouppublic void find(String key, Object value, Order order)
CommandGroupConcourse.find(String, Object, Order) to this
CommandGroup.find in interface CommandGrouppublic void find(String key, Object value, Page page)
CommandGroupConcourse.find(String, Object, Page) to this
CommandGroup.find in interface CommandGrouppublic void find(String key, Object value, Timestamp timestamp)
CommandGroupConcourse.find(String, Object, Timestamp) to this
CommandGroup.find in interface CommandGrouppublic void find(String key, Operator operator, Object value)
CommandGroupConcourse.find(String, Operator, Object) to this
CommandGroup.find in interface CommandGrouppublic void find(String key, String operator, Object value)
CommandGroupConcourse.find(String, String, Object) to this
CommandGroup.find in interface CommandGrouppublic void find(String key, Object value, Order order, Page page)
CommandGroupConcourse.find(String, Object, Order, Page) to this
CommandGroup.find in interface CommandGrouppublic void find(String key, Object value, Timestamp timestamp, Order order)
CommandGroupConcourse.find(String, Object, Timestamp, Order) to this
CommandGroup.find in interface CommandGrouppublic void find(String key, Object value, Timestamp timestamp, Page page)
CommandGroupConcourse.find(String, Object, Timestamp, Page) to this
CommandGroup.find in interface CommandGrouppublic void find(String key, Operator operator, Object value, Object value2)
CommandGroupConcourse.find(String, Operator, Object, Object) to this
CommandGroup.find in interface CommandGrouppublic void find(String key, Operator operator, Object value, Order order)
CommandGroupConcourse.find(String, Operator, Object, Order) to this
CommandGroup.find in interface CommandGrouppublic void find(String key, Operator operator, Object value, Page page)
CommandGroupConcourse.find(String, Operator, Object, Page) to this
CommandGroup.find in interface CommandGrouppublic void find(String key, Operator operator, Object value, Timestamp timestamp)
CommandGroupConcourse.find(String, Operator, Object, Timestamp) to this
CommandGroup.find in interface CommandGrouppublic void find(String key, String operator, Object value, Object value2)
CommandGroupConcourse.find(String, String, Object, Object) to this
CommandGroup.find in interface CommandGrouppublic void find(String key, String operator, Object value, Order order)
CommandGroupConcourse.find(String, String, Object, Order) to this
CommandGroup.find in interface CommandGrouppublic void find(String key, String operator, Object value, Page page)
CommandGroupConcourse.find(String, String, Object, Page) to this
CommandGroup.find in interface CommandGrouppublic void find(String key, String operator, Object value, Timestamp timestamp)
CommandGroupConcourse.find(String, String, Object, Timestamp) to this
CommandGroup.find in interface CommandGrouppublic void find(String key, Object value, Timestamp timestamp, Order order, Page page)
CommandGroupConcourse.find(String, Object, Timestamp, Order, Page) to this
CommandGroup.find in interface CommandGrouppublic void find(String key, Operator operator, Object value, Object value2, Order order)
CommandGroupConcourse.find(String, Operator, Object, Object, Order) to this
CommandGroup.find in interface CommandGrouppublic void find(String key, Operator operator, Object value, Object value2, Page page)
CommandGroupConcourse.find(String, Operator, Object, Object, Page) to this
CommandGroup.find in interface CommandGrouppublic void find(String key, Operator operator, Object value, Object value2, Timestamp timestamp)
CommandGroupConcourse.find(String, Operator, Object, Object, Timestamp) to
this CommandGroup.find in interface CommandGrouppublic void find(String key, Operator operator, Object value, Order order, Page page)
CommandGroupConcourse.find(String, Operator, Object, Order, Page) to this
CommandGroup.find in interface CommandGrouppublic void find(String key, Operator operator, Object value, Timestamp timestamp, Order order)
CommandGroupConcourse.find(String, Operator, Object, Timestamp, Order) to
this CommandGroup.find in interface CommandGrouppublic void find(String key, Operator operator, Object value, Timestamp timestamp, Page page)
CommandGroupConcourse.find(String, Operator, Object, Timestamp, Page) to this
CommandGroup.find in interface CommandGrouppublic void find(String key, String operator, Object value, Object value2, Order order)
CommandGroupConcourse.find(String, String, Object, Object, Order) to this
CommandGroup.find in interface CommandGrouppublic void find(String key, String operator, Object value, Object value2, Page page)
CommandGroupConcourse.find(String, String, Object, Object, Page) to this
CommandGroup.find in interface CommandGrouppublic void find(String key, String operator, Object value, Object value2, Timestamp timestamp)
CommandGroupConcourse.find(String, String, Object, Object, Timestamp) to this
CommandGroup.find in interface CommandGrouppublic void find(String key, String operator, Object value, Order order, Page page)
CommandGroupConcourse.find(String, String, Object, Order, Page) to this
CommandGroup.find in interface CommandGrouppublic void find(String key, String operator, Object value, Timestamp timestamp, Order order)
CommandGroupConcourse.find(String, String, Object, Timestamp, Order) to this
CommandGroup.find in interface CommandGrouppublic void find(String key, String operator, Object value, Timestamp timestamp, Page page)
CommandGroupConcourse.find(String, String, Object, Timestamp, Page) to this
CommandGroup.find in interface CommandGrouppublic void find(String key, Operator operator, Object value, Object value2, Order order, Page page)
CommandGroupConcourse.find(String, Operator, Object, Object, Order, Page) to
this CommandGroup.find in interface CommandGrouppublic void find(String key, Operator operator, Object value, Object value2, Timestamp timestamp, Order order)
CommandGroupConcourse.find(String, Operator, Object, Object, Timestamp, Order)
to this CommandGroup.find in interface CommandGrouppublic void find(String key, Operator operator, Object value, Object value2, Timestamp timestamp, Page page)
CommandGroupConcourse.find(String, Operator, Object, Object, Timestamp, Page)
to this CommandGroup.find in interface CommandGrouppublic void find(String key, Operator operator, Object value, Timestamp timestamp, Order order, Page page)
CommandGroupConcourse.find(String, Operator, Object, Timestamp, Order, Page)
to this CommandGroup.find in interface CommandGrouppublic void find(String key, String operator, Object value, Object value2, Order order, Page page)
CommandGroupConcourse.find(String, String, Object, Object, Order, Page) to
this CommandGroup.find in interface CommandGrouppublic void find(String key, String operator, Object value, Object value2, Timestamp timestamp, Order order)
CommandGroupConcourse.find(String, String, Object, Object, Timestamp, Order)
to this CommandGroup.find in interface CommandGrouppublic void find(String key, String operator, Object value, Object value2, Timestamp timestamp, Page page)
CommandGroupConcourse.find(String, String, Object, Object, Timestamp, Page)
to this CommandGroup.find in interface CommandGrouppublic void find(String key, String operator, Object value, Timestamp timestamp, Order order, Page page)
CommandGroupConcourse.find(String, String, Object, Timestamp, Order, Page) to
this CommandGroup.find in interface CommandGrouppublic void find(String key, Operator operator, Object value, Object value2, Timestamp timestamp, Order order, Page page)
CommandGroupConcourse.find(String, Operator, Object, Object, Timestamp, Order, Page)
to this CommandGroup.find in interface CommandGrouppublic void find(String key, String operator, Object value, Object value2, Timestamp timestamp, Order order, Page page)
CommandGroupConcourse.find(String, String, Object, Object, Timestamp, Order, Page)
to this CommandGroup.find in interface CommandGrouppublic void search(String key, String query)
CommandGroupConcourse.search(java.lang.String, java.lang.String) to this
CommandGroup.search in interface CommandGrouppublic void revert(Collection<String> keys, Collection<Long> records, Timestamp timestamp)
CommandGroupConcourse.revert(Collection, Collection, Timestamp) to this
CommandGroup.revert in interface CommandGrouppublic void revert(Collection<String> keys, long record, Timestamp timestamp)
CommandGroupConcourse.revert(Collection, long, Timestamp) to this
CommandGroup.revert in interface CommandGrouppublic void revert(String key, Collection<Long> records, Timestamp timestamp)
CommandGroupConcourse.revert(String, Collection, Timestamp) to this
CommandGroup.revert in interface CommandGrouppublic void revert(String key, long record, Timestamp timestamp)
CommandGroupConcourse.revert(String, long, Timestamp) to this
CommandGroup.revert in interface CommandGrouppublic void holds(Collection<Long> records)
CommandGroupConcourse.holds(Collection) to
this CommandGroup.holds in interface CommandGrouppublic void holds(long record)
CommandGroupConcourse.holds(long) to this
CommandGroup.holds in interface CommandGrouppublic void verifyAndSwap(String key, Object expected, long record, Object replacement)
CommandGroupConcourse.verifyAndSwap(java.lang.String, java.lang.Object, long, java.lang.Object) to this
CommandGroup.verifyAndSwap in interface CommandGrouppublic void verifyOrSet(String key, Object value, long record)
CommandGroupConcourse.verifyOrSet(java.lang.String, java.lang.Object, long) to this
CommandGroup.verifyOrSet in interface CommandGrouppublic void findOrAdd(String key, Object value)
CommandGroupConcourse.findOrAdd(java.lang.String, T) to this
CommandGroup.findOrAdd in interface CommandGrouppublic void findOrInsert(Criteria criteria, String json)
CommandGroupConcourse.findOrInsert(Criteria, String) to this
CommandGroup.findOrInsert in interface CommandGrouppublic void findOrInsert(String ccl, String json)
CommandGroupConcourse.findOrInsert(String, String) to this
CommandGroup.findOrInsert in interface CommandGrouppublic void time()
CommandGroupConcourse.time() to this
CommandGroup.time in interface CommandGrouppublic void time(String phrase)
CommandGroupConcourse.time(String) to this
CommandGroup.time in interface CommandGrouppublic void trace(Collection<Long> records)
CommandGroupConcourse.trace(Collection) to
this CommandGroup.trace in interface CommandGrouppublic void trace(long record)
CommandGroupConcourse.trace(long) to this
CommandGroup.trace in interface CommandGrouppublic void trace(Collection<Long> records, Timestamp timestamp)
CommandGroupConcourse.trace(Collection, Timestamp) to this
CommandGroup.trace in interface CommandGrouppublic void trace(long record,
Timestamp timestamp)
CommandGroupConcourse.trace(long, Timestamp)
to this CommandGroup.trace in interface CommandGrouppublic void consolidate(long first,
long second,
long... remaining)
CommandGroupConcourse.consolidate(long, long) to this
CommandGroup.consolidate in interface CommandGrouppublic void exec(String ccl)
CommandGroupConcourse.exec(String) to this
CommandGroup.exec in interface CommandGrouppublic void exec(Command command)
CommandGroupConcourse.exec(Command) to this
CommandGroup.exec in interface CommandGrouppublic void exec(Command command, Command... more)
CommandGroupConcourse.exec(Command, Command[])
to this CommandGroup.exec in interface CommandGrouppublic void exec(List<Command> commands)
CommandGroupConcourse.exec(List) to this
CommandGroup.exec in interface CommandGrouppublic void submit(String ccl)
CommandGroupConcourse.submit(String) to this
CommandGroup.submit in interface CommandGrouppublic void submit(Command command)
CommandGroupConcourse.submit(Command) to this
CommandGroup.submit in interface CommandGrouppublic void submit(Command command, Command... more)
CommandGroupConcourse.submit(Command, Command[]) to this
CommandGroup.submit in interface CommandGrouppublic void submit(List<Command> commands)
CommandGroupConcourse.submit(List) to this
CommandGroup.submit in interface CommandGrouppublic void ping()
CommandGroupConcourse.ping() to this
CommandGroup.ping in interface CommandGrouppublic void sum(String key)
CommandGroupCalculator.sum(String) to this
CommandGroup.sum in interface CommandGrouppublic void sum(String key, Collection<Long> records)
CommandGroupCalculator.sum(String, Collection)
to this CommandGroup.sum in interface CommandGrouppublic void sum(String key, Criteria criteria)
CommandGroupCalculator.sum(String, Criteria)
to this CommandGroup.sum in interface CommandGrouppublic void sum(String key, String ccl)
CommandGroupCalculator.sum(String, String) to
this CommandGroup.sum in interface CommandGrouppublic void sum(String key, Timestamp timestamp)
CommandGroupCalculator.sum(String, Timestamp)
to this CommandGroup.sum in interface CommandGrouppublic void sum(String key, long record)
CommandGroupCalculator.sum(String, long) to
this CommandGroup.sum in interface CommandGrouppublic void sum(String key, Collection<Long> records, Timestamp timestamp)
CommandGroupCalculator.sum(String, Collection, Timestamp) to this
CommandGroup.sum in interface CommandGrouppublic void sum(String key, Criteria criteria, Timestamp timestamp)
CommandGroupCalculator.sum(String, Criteria, Timestamp) to this
CommandGroup.sum in interface CommandGrouppublic void sum(String key, String ccl, Timestamp timestamp)
CommandGroupCalculator.sum(String, String, Timestamp) to this
CommandGroup.sum in interface CommandGrouppublic void sum(String key, long record, Timestamp timestamp)
CommandGroupCalculator.sum(String, long, Timestamp) to this
CommandGroup.sum in interface CommandGrouppublic void average(String key)
CommandGroupCalculator.average(String) to this
CommandGroup.average in interface CommandGrouppublic void average(String key, Collection<Long> records)
CommandGroupCalculator.average(String, Collection) to this
CommandGroup.average in interface CommandGrouppublic void average(String key, Criteria criteria)
CommandGroupCalculator.average(String, Criteria) to this
CommandGroup.average in interface CommandGrouppublic void average(String key, String ccl)
CommandGroupCalculator.average(String, String)
to this CommandGroup.average in interface CommandGrouppublic void average(String key, Timestamp timestamp)
CommandGroupCalculator.average(String, Timestamp) to this
CommandGroup.average in interface CommandGrouppublic void average(String key, long record)
CommandGroupCalculator.average(String, long)
to this CommandGroup.average in interface CommandGrouppublic void average(String key, Collection<Long> records, Timestamp timestamp)
CommandGroupCalculator.average(String, Collection, Timestamp) to this
CommandGroup.average in interface CommandGrouppublic void average(String key, Criteria criteria, Timestamp timestamp)
CommandGroupCalculator.average(String, Criteria, Timestamp) to this
CommandGroup.average in interface CommandGrouppublic void average(String key, String ccl, Timestamp timestamp)
CommandGroupCalculator.average(String, String, Timestamp) to this
CommandGroup.average in interface CommandGrouppublic void average(String key, long record, Timestamp timestamp)
CommandGroupCalculator.average(String, long, Timestamp) to this
CommandGroup.average in interface CommandGrouppublic void count(String key)
CommandGroupCalculator.count(String) to this
CommandGroup.count in interface CommandGrouppublic void count(String key, Collection<Long> records)
CommandGroupCalculator.count(String, Collection) to this
CommandGroup.count in interface CommandGrouppublic void count(String key, Criteria criteria)
CommandGroupCalculator.count(String, Criteria)
to this CommandGroup.count in interface CommandGrouppublic void count(String key, String ccl)
CommandGroupCalculator.count(String, String)
to this CommandGroup.count in interface CommandGrouppublic void count(String key, Timestamp timestamp)
CommandGroupCalculator.count(String, Timestamp) to this CommandGroup.count in interface CommandGrouppublic void count(String key, long record)
CommandGroupCalculator.count(String, long) to
this CommandGroup.count in interface CommandGrouppublic void count(String key, Collection<Long> records, Timestamp timestamp)
CommandGroupCalculator.count(String, Collection, Timestamp) to this
CommandGroup.count in interface CommandGrouppublic void count(String key, Criteria criteria, Timestamp timestamp)
CommandGroupCalculator.count(String, Criteria, Timestamp) to this
CommandGroup.count in interface CommandGrouppublic void count(String key, String ccl, Timestamp timestamp)
CommandGroupCalculator.count(String, String, Timestamp) to this
CommandGroup.count in interface CommandGrouppublic void count(String key, long record, Timestamp timestamp)
CommandGroupCalculator.count(String, long, Timestamp) to this
CommandGroup.count in interface CommandGrouppublic void max(String key)
CommandGroupCalculator.max(String) to this
CommandGroup.max in interface CommandGrouppublic void max(String key, Collection<Long> records)
CommandGroupCalculator.max(String, Collection)
to this CommandGroup.max in interface CommandGrouppublic void max(String key, Criteria criteria)
CommandGroupCalculator.max(String, Criteria)
to this CommandGroup.max in interface CommandGrouppublic void max(String key, String ccl)
CommandGroupCalculator.max(String, String) to
this CommandGroup.max in interface CommandGrouppublic void max(String key, Timestamp timestamp)
CommandGroupCalculator.max(String, Timestamp)
to this CommandGroup.max in interface CommandGrouppublic void max(String key, long record)
CommandGroupCalculator.max(String, long) to
this CommandGroup.max in interface CommandGrouppublic void max(String key, Collection<Long> records, Timestamp timestamp)
CommandGroupCalculator.max(String, Collection, Timestamp) to this
CommandGroup.max in interface CommandGrouppublic void max(String key, Criteria criteria, Timestamp timestamp)
CommandGroupCalculator.max(String, Criteria, Timestamp) to this
CommandGroup.max in interface CommandGrouppublic void max(String key, String ccl, Timestamp timestamp)
CommandGroupCalculator.max(String, String, Timestamp) to this
CommandGroup.max in interface CommandGrouppublic void max(String key, long record, Timestamp timestamp)
CommandGroupCalculator.max(String, long, Timestamp) to this
CommandGroup.max in interface CommandGrouppublic void min(String key)
CommandGroupCalculator.min(String) to this
CommandGroup.min in interface CommandGrouppublic void min(String key, Collection<Long> records)
CommandGroupCalculator.min(String, Collection)
to this CommandGroup.min in interface CommandGrouppublic void min(String key, Criteria criteria)
CommandGroupCalculator.min(String, Criteria)
to this CommandGroup.min in interface CommandGrouppublic void min(String key, String ccl)
CommandGroupCalculator.min(String, String) to
this CommandGroup.min in interface CommandGrouppublic void min(String key, Timestamp timestamp)
CommandGroupCalculator.min(String, Timestamp)
to this CommandGroup.min in interface CommandGrouppublic void min(String key, long record)
CommandGroupCalculator.min(String, long) to
this CommandGroup.min in interface CommandGrouppublic void min(String key, Collection<Long> records, Timestamp timestamp)
CommandGroupCalculator.min(String, Collection, Timestamp) to this
CommandGroup.min in interface CommandGrouppublic void min(String key, Criteria criteria, Timestamp timestamp)
CommandGroupCalculator.min(String, Criteria, Timestamp) to this
CommandGroup.min in interface CommandGrouppublic void min(String key, String ccl, Timestamp timestamp)
CommandGroupCalculator.min(String, String, Timestamp) to this
CommandGroup.min in interface CommandGrouppublic void min(String key, long record, Timestamp timestamp)
CommandGroupCalculator.min(String, long, Timestamp) to this
CommandGroup.min in interface CommandGrouppublic void navigate(Collection<String> keys, Collection<Long> records)
CommandGroupConcourse.navigate(Collection, Collection) to this
CommandGroup.navigate in interface CommandGrouppublic void navigate(Collection<String> keys, Criteria criteria)
CommandGroupConcourse.navigate(Collection, Criteria) to this
CommandGroup.navigate in interface CommandGrouppublic void navigate(Collection<String> keys, String ccl)
CommandGroupConcourse.navigate(Collection, String) to this
CommandGroup.navigate in interface CommandGrouppublic void navigate(Collection<String> keys, long record)
CommandGroupConcourse.navigate(Collection, long) to this
CommandGroup.navigate in interface CommandGrouppublic void navigate(String key, Collection<Long> records)
CommandGroupConcourse.navigate(String, Collection) to this
CommandGroup.navigate in interface CommandGrouppublic void navigate(String key, Criteria criteria)
CommandGroupConcourse.navigate(String, Criteria) to this
CommandGroup.navigate in interface CommandGrouppublic void navigate(String key, String ccl)
CommandGroupConcourse.navigate(String, String)
to this CommandGroup.navigate in interface CommandGrouppublic void navigate(String key, long record)
CommandGroupConcourse.navigate(String, long)
to this CommandGroup.navigate in interface CommandGrouppublic void navigate(Collection<String> keys, Collection<Long> records, Timestamp timestamp)
CommandGroupConcourse.navigate(Collection, Collection, Timestamp) to this
CommandGroup.navigate in interface CommandGrouppublic void navigate(Collection<String> keys, Criteria criteria, Timestamp timestamp)
CommandGroupConcourse.navigate(Collection, Criteria, Timestamp) to this
CommandGroup.navigate in interface CommandGrouppublic void navigate(Collection<String> keys, String ccl, Timestamp timestamp)
CommandGroupConcourse.navigate(Collection, String, Timestamp) to this
CommandGroup.navigate in interface CommandGrouppublic void navigate(Collection<String> keys, long record, Timestamp timestamp)
CommandGroupConcourse.navigate(Collection, long, Timestamp) to this
CommandGroup.navigate in interface CommandGrouppublic void navigate(String key, Collection<Long> records, Timestamp timestamp)
CommandGroupConcourse.navigate(String, Collection, Timestamp) to this
CommandGroup.navigate in interface CommandGrouppublic void navigate(String key, Criteria criteria, Timestamp timestamp)
CommandGroupConcourse.navigate(String, Criteria, Timestamp) to this
CommandGroup.navigate in interface CommandGrouppublic void navigate(String key, String ccl, Timestamp timestamp)
CommandGroupConcourse.navigate(String, String, Timestamp) to this
CommandGroup.navigate in interface CommandGrouppublic void navigate(String key, long record, Timestamp timestamp)
CommandGroupConcourse.navigate(String, long, Timestamp) to this
CommandGroup.navigate in interface CommandGroup