public interface CommandGroup
Concourse API with void-returning
methods. Each method records a Command that represents the
corresponding server-side operation for batch submission via
Concourse.submit(CommandGroup).
Method signatures match the upstream Concourse (and
Calculator) API exactly. Collection is used
wherever the upstream API does, and historical instants are always expressed
as Timestamp rather than primitive long or String
convenience forms.
List<Command> commands()
Commands.Commandsvoid abort()
Concourse.abort() to this
CommandGroup.void add(String key, Object value)
Concourse.add(String, Object) to
this CommandGroup.void add(String key, Object value, Collection<Long> records)
Concourse.add(String, Object, Collection) to this
CommandGroup.void add(String key, Object value, long record)
Concourse.add(String, Object, long) to this CommandGroup.void link(String key, Collection<Long> destinations, long source)
Concourse.link(String, Collection, long) to this
CommandGroup.void link(String key, long destination, long source)
Concourse.link(String, long, long)
to this CommandGroup.void unlink(String key, long destination, long source)
Concourse.unlink(java.lang.String, long, long) to this
CommandGroup.void audit(long record)
Concourse.audit(long) to this
CommandGroup.void audit(String key, long record)
Concourse.audit(String, long) to
this CommandGroup.void audit(long record,
Timestamp start)
Concourse.audit(long, Timestamp)
to this CommandGroup.void audit(String key, long record, Timestamp start)
Concourse.audit(String, long, Timestamp) to this
CommandGroup.void audit(long record,
Timestamp start,
Timestamp end)
Concourse.audit(long, Timestamp, Timestamp) to this
CommandGroup.void audit(String key, long record, Timestamp start, Timestamp end)
Concourse.audit(String, long, Timestamp, Timestamp) to this
CommandGroup.void browse(Collection<String> keys)
Concourse.browse(Collection) to
this CommandGroup.void browse(String key)
Concourse.browse(String) to this
CommandGroup.void browse(Collection<String> keys, Timestamp timestamp)
Concourse.browse(Collection, Timestamp) to this
CommandGroup.void browse(String key, Timestamp timestamp)
Concourse.browse(String, Timestamp) to this CommandGroup.void chronicle(String key, long record)
Concourse.chronicle(String, long)
to this CommandGroup.void chronicle(String key, long record, Timestamp start)
Concourse.chronicle(String, long, Timestamp) to this
CommandGroup.void chronicle(String key, long record, Timestamp start, Timestamp end)
Concourse.chronicle(String, long, Timestamp, Timestamp) to this
CommandGroup.void clear(Collection<Long> records)
Concourse.clear(Collection) to
this CommandGroup.void clear(long record)
Concourse.clear(long) to this
CommandGroup.void clear(Collection<String> keys, Collection<Long> records)
Concourse.clear(Collection, Collection) to this
CommandGroup.void clear(Collection<String> keys, long record)
Concourse.clear(Collection, long)
to this CommandGroup.void clear(String key, Collection<Long> records)
Concourse.clear(String, Collection) to this CommandGroup.void clear(String key, long record)
Concourse.clear(String, long) to
this CommandGroup.void commit()
Concourse.commit() to this
CommandGroup.void describe()
Concourse.describe() to this
CommandGroup.void describe(Collection<Long> records)
Concourse.describe(Collection) to
this CommandGroup.void describe(Timestamp timestamp)
Concourse.describe(Timestamp) to
this CommandGroup.void describe(long record)
Concourse.describe(long) to this
CommandGroup.void describe(Collection<Long> records, Timestamp timestamp)
Concourse.describe(Collection, Timestamp) to this
CommandGroup.void describe(long record,
Timestamp timestamp)
Concourse.describe(long, Timestamp) to this CommandGroup.void diff(String key, Timestamp start)
Concourse.diff(String, Timestamp)
to this CommandGroup.void diff(long record,
Timestamp start)
Concourse.diff(long, Timestamp) to
this CommandGroup.void diff(String key, Timestamp start, Timestamp end)
Concourse.diff(String, Timestamp, Timestamp) to this
CommandGroup.void diff(String key, long record, Timestamp start)
Concourse.diff(String, long, Timestamp) to this
CommandGroup.void diff(long record,
Timestamp start,
Timestamp end)
Concourse.diff(long, Timestamp, Timestamp) to this
CommandGroup.void diff(String key, long record, Timestamp start, Timestamp end)
Concourse.diff(String, long, Timestamp, Timestamp) to this
CommandGroup.void stage()
Concourse.stage() to this
CommandGroup.void insert(String json)
Concourse.insert(String) to this
CommandGroup.void insert(String json, Collection<Long> records)
Concourse.insert(String, Collection) to this
CommandGroup.void insert(String json, long record)
Concourse.insert(String, long) to
this CommandGroup.void remove(String key, Object value, Collection<Long> records)
Concourse.remove(String, Object, Collection) to this
CommandGroup.void remove(String key, Object value, long record)
Concourse.remove(String, Object, long) to this
CommandGroup.void set(String key, Object value, Collection<Long> records)
Concourse.set(String, Object, Collection) to this
CommandGroup.void set(String key, Object value, long record)
Concourse.set(String, Object, long) to this CommandGroup.void reconcile(String key, long record, Collection<Object> values)
Concourse.reconcile(java.lang.String, long, java.util.Collection<T>) to this
CommandGroup.void inventory()
Concourse.inventory() to this
CommandGroup.void select(Collection<Long> records)
Concourse.select(Collection) to
this CommandGroup.void select(Criteria criteria)
Concourse.select(Criteria) to this
CommandGroup.void select(String ccl)
Concourse.select(String) to this
CommandGroup.void select(long record)
Concourse.select(long) to this
CommandGroup.void select(Collection<Long> records, Order order)
Concourse.select(Collection, Order) to this CommandGroup.void select(Collection<Long> records, Page page)
Concourse.select(Collection, Page)
to this CommandGroup.void select(Collection<Long> records, Timestamp timestamp)
Concourse.select(Collection, Timestamp) to this
CommandGroup.void select(Collection<String> keys, Collection<Long> records)
Concourse.select(Collection, Collection) to this
CommandGroup.void select(Collection<String> keys, Criteria criteria)
Concourse.select(Collection, Criteria) to this
CommandGroup.void select(Collection<String> keys, String ccl)
Concourse.select(Collection, String) to this
CommandGroup.void select(Collection<String> keys, long record)
Concourse.select(Collection, long)
to this CommandGroup.void select(Criteria criteria, Order order)
Concourse.select(Criteria, Order)
to this CommandGroup.void select(Criteria criteria, Page page)
Concourse.select(Criteria, Page)
to this CommandGroup.void select(Criteria criteria, Timestamp timestamp)
Concourse.select(Criteria, Timestamp) to this
CommandGroup.void select(String ccl, Order order)
Concourse.select(String, Order) to
this CommandGroup.void select(String ccl, Page page)
Concourse.select(String, Page) to
this CommandGroup.void select(String ccl, Timestamp timestamp)
Concourse.select(String, Timestamp) to this CommandGroup.void select(String key, Collection<Long> records)
Concourse.select(String, Collection) to this
CommandGroup.void select(String key, Criteria criteria)
Concourse.select(String, Criteria)
to this CommandGroup.void select(String key, String ccl)
Concourse.select(String, String)
to this CommandGroup.void select(String key, long record)
Concourse.select(String, long) to
this CommandGroup.void select(long record,
Timestamp timestamp)
Concourse.select(long, Timestamp)
to this CommandGroup.void select(Collection<Long> records, Order order, Page page)
Concourse.select(Collection, Order, Page) to this
CommandGroup.void select(Collection<Long> records, Timestamp timestamp, Order order)
Concourse.select(Collection, Timestamp, Order) to this
CommandGroup.void select(Collection<Long> records, Timestamp timestamp, Page page)
Concourse.select(Collection, Timestamp, Page) to this
CommandGroup.void select(Collection<String> keys, Collection<Long> records, Order order)
Concourse.select(Collection, Collection, Order) to this
CommandGroup.void select(Collection<String> keys, Collection<Long> records, Page page)
Concourse.select(Collection, Collection, Page) to this
CommandGroup.void select(Collection<String> keys, Collection<Long> records, Timestamp timestamp)
Concourse.select(Collection, Collection, Timestamp) to this
CommandGroup.void select(Collection<String> keys, Criteria criteria, Order order)
Concourse.select(Collection, Criteria, Order) to this
CommandGroup.void select(Collection<String> keys, Criteria criteria, Page page)
Concourse.select(Collection, Criteria, Page) to this
CommandGroup.void select(Collection<String> keys, Criteria criteria, Timestamp timestamp)
Concourse.select(Collection, Criteria, Timestamp) to this
CommandGroup.void select(Collection<String> keys, String ccl, Order order)
Concourse.select(Collection, String, Order) to this
CommandGroup.void select(Collection<String> keys, String ccl, Page page)
Concourse.select(Collection, String, Page) to this
CommandGroup.void select(Collection<String> keys, String ccl, Timestamp timestamp)
Concourse.select(Collection, String, Timestamp) to this
CommandGroup.void select(Collection<String> keys, long record, Timestamp timestamp)
Concourse.select(Collection, long, Timestamp) to this
CommandGroup.void select(Criteria criteria, Order order, Page page)
Concourse.select(Criteria, Order, Page) to this
CommandGroup.void select(Criteria criteria, Timestamp timestamp, Order order)
Concourse.select(Criteria, Timestamp, Order) to this
CommandGroup.void select(Criteria criteria, Timestamp timestamp, Page page)
Concourse.select(Criteria, Timestamp, Page) to this
CommandGroup.void select(String ccl, Order order, Page page)
Concourse.select(String, Order, Page) to this
CommandGroup.void select(String ccl, Timestamp timestamp, Order order)
Concourse.select(String, Timestamp, Order) to this
CommandGroup.void select(String ccl, Timestamp timestamp, Page page)
Concourse.select(String, Timestamp, Page) to this
CommandGroup.void select(String key, Collection<Long> records, Order order)
Concourse.select(String, Collection, Order) to this
CommandGroup.void select(String key, Collection<Long> records, Page page)
Concourse.select(String, Collection, Page) to this
CommandGroup.void select(String key, Collection<Long> records, Timestamp timestamp)
Concourse.select(String, Collection, Timestamp) to this
CommandGroup.void select(String key, Criteria criteria, Order order)
Concourse.select(String, Criteria, Order) to this
CommandGroup.void select(String key, Criteria criteria, Page page)
Concourse.select(String, Criteria, Page) to this
CommandGroup.void select(String key, Criteria criteria, Timestamp timestamp)
Concourse.select(String, Criteria, Timestamp) to this
CommandGroup.void select(String key, String ccl, Order order)
Concourse.select(String, String, Order) to this
CommandGroup.void select(String key, String ccl, Page page)
Concourse.select(String, String, Page) to this
CommandGroup.void select(String key, String ccl, Timestamp timestamp)
Concourse.select(String, String, Timestamp) to this
CommandGroup.void select(String key, long record, Timestamp timestamp)
Concourse.select(String, long, Timestamp) to this
CommandGroup.void select(Collection<Long> records, Timestamp timestamp, Order order, Page page)
Concourse.select(Collection, Timestamp, Order, Page) to this
CommandGroup.void select(Collection<String> keys, Collection<Long> records, Order order, Page page)
Concourse.select(Collection, Collection, Order, Page) to this
CommandGroup.void select(Collection<String> keys, Collection<Long> records, Timestamp timestamp, Order order)
Concourse.select(Collection, Collection, Timestamp, Order) to
this CommandGroup.void select(Collection<String> keys, Collection<Long> records, Timestamp timestamp, Page page)
Concourse.select(Collection, Collection, Timestamp, Page) to this
CommandGroup.void select(Collection<String> keys, Criteria criteria, Order order, Page page)
Concourse.select(Collection, Criteria, Order, Page) to this
CommandGroup.void select(Collection<String> keys, Criteria criteria, Timestamp timestamp, Order order)
Concourse.select(Collection, Criteria, Timestamp, Order) to this
CommandGroup.void select(Collection<String> keys, Criteria criteria, Timestamp timestamp, Page page)
Concourse.select(Collection, Criteria, Timestamp, Page) to this
CommandGroup.void select(Collection<String> keys, String ccl, Order order, Page page)
Concourse.select(Collection, String, Order, Page) to this
CommandGroup.void select(Collection<String> keys, String ccl, Timestamp timestamp, Order order)
Concourse.select(Collection, String, Timestamp, Order) to this
CommandGroup.void select(Collection<String> keys, String ccl, Timestamp timestamp, Page page)
Concourse.select(Collection, String, Timestamp, Page) to this
CommandGroup.void select(Criteria criteria, Timestamp timestamp, Order order, Page page)
Concourse.select(Criteria, Timestamp, Order, Page) to this
CommandGroup.void select(String ccl, Timestamp timestamp, Order order, Page page)
Concourse.select(String, Timestamp, Order, Page) to this
CommandGroup.void select(String key, Collection<Long> records, Order order, Page page)
Concourse.select(String, Collection, Order, Page) to this
CommandGroup.void select(String key, Collection<Long> records, Timestamp timestamp, Order order)
Concourse.select(String, Collection, Timestamp, Order) to this
CommandGroup.void select(String key, Collection<Long> records, Timestamp timestamp, Page page)
Concourse.select(String, Collection, Timestamp, Page) to this
CommandGroup.void select(String key, Criteria criteria, Order order, Page page)
Concourse.select(String, Criteria, Order, Page) to this
CommandGroup.void select(String key, Criteria criteria, Timestamp timestamp, Order order)
Concourse.select(String, Criteria, Timestamp, Order) to this
CommandGroup.void select(String key, Criteria criteria, Timestamp timestamp, Page page)
Concourse.select(String, Criteria, Timestamp, Page) to this
CommandGroup.void select(String key, String ccl, Order order, Page page)
Concourse.select(String, String, Order, Page) to this
CommandGroup.void select(String key, String ccl, Timestamp timestamp, Order order)
Concourse.select(String, String, Timestamp, Order) to this
CommandGroup.void select(String key, String ccl, Timestamp timestamp, Page page)
Concourse.select(String, String, Timestamp, Page) to this
CommandGroup.void select(Collection<String> keys, Collection<Long> records, Timestamp timestamp, Order order, Page page)
Concourse.select(Collection, Collection, Timestamp, Order, Page)
to this CommandGroup.void select(Collection<String> keys, Criteria criteria, Timestamp timestamp, Order order, Page page)
Concourse.select(Collection, Criteria, Timestamp, Order, Page) to
this CommandGroup.void select(Collection<String> keys, String ccl, Timestamp timestamp, Order order, Page page)
Concourse.select(Collection, String, Timestamp, Order, Page) to
this CommandGroup.void select(String key, Collection<Long> records, Timestamp timestamp, Order order, Page page)
Concourse.select(String, Collection, Timestamp, Order, Page) to
this CommandGroup.void select(String key, Criteria criteria, Timestamp timestamp, Order order, Page page)
Concourse.select(String, Criteria, Timestamp, Order, Page) to
this CommandGroup.void select(String key, String ccl, Timestamp timestamp, Order order, Page page)
Concourse.select(String, String, Timestamp, Order, Page) to this
CommandGroup.void get(Criteria criteria)
Concourse.get(Criteria) to this
CommandGroup.void get(String ccl)
Concourse.get(String) to this
CommandGroup.void get(Collection<String> keys, Collection<Long> records)
Concourse.get(Collection, Collection) to this
CommandGroup.void get(Collection<String> keys, Criteria criteria)
Concourse.get(Collection, Criteria) to this CommandGroup.void get(Collection<String> keys, String ccl)
Concourse.get(Collection, String)
to this CommandGroup.void get(Collection<String> keys, long record)
Concourse.get(Collection, long) to
this CommandGroup.void get(Criteria criteria, Order order)
Concourse.get(Criteria, Order) to
this CommandGroup.void get(Criteria criteria, Page page)
Concourse.get(Criteria, Page) to
this CommandGroup.void get(Criteria criteria, Timestamp timestamp)
Concourse.get(Criteria, Timestamp)
to this CommandGroup.void get(String ccl, Order order)
Concourse.get(String, Order) to
this CommandGroup.void get(String ccl, Page page)
Concourse.get(String, Page) to
this CommandGroup.void get(String ccl, Timestamp timestamp)
Concourse.get(String, Timestamp)
to this CommandGroup.void get(String key, Collection<Long> records)
Concourse.get(String, Collection)
to this CommandGroup.void get(String key, Criteria criteria)
Concourse.get(String, Criteria) to
this CommandGroup.void get(String key, String ccl)
Concourse.get(String, String) to
this CommandGroup.void get(String key, long record)
Concourse.get(String, long) to
this CommandGroup.void get(Collection<String> keys, Collection<Long> records, Order order)
Concourse.get(Collection, Collection, Order) to this
CommandGroup.void get(Collection<String> keys, Collection<Long> records, Page page)
Concourse.get(Collection, Collection, Page) to this
CommandGroup.void get(Collection<String> keys, Collection<Long> records, Timestamp timestamp)
Concourse.get(Collection, Collection, Timestamp) to this
CommandGroup.void get(Collection<String> keys, Criteria criteria, Order order)
Concourse.get(Collection, Criteria, Order) to this
CommandGroup.void get(Collection<String> keys, Criteria criteria, Page page)
Concourse.get(Collection, Criteria, Page) to this
CommandGroup.void get(Collection<String> keys, Criteria criteria, Timestamp timestamp)
Concourse.get(Collection, Criteria, Timestamp) to this
CommandGroup.void get(Collection<String> keys, String ccl, Order order)
Concourse.get(Collection, String, Order) to this
CommandGroup.void get(Collection<String> keys, String ccl, Page page)
Concourse.get(Collection, String, Page) to this
CommandGroup.void get(Collection<String> keys, String ccl, Timestamp timestamp)
Concourse.get(Collection, String, Timestamp) to this
CommandGroup.void get(Collection<String> keys, long record, Timestamp timestamp)
Concourse.get(Collection, long, Timestamp) to this
CommandGroup.void get(Criteria criteria, Order order, Page page)
Concourse.get(Criteria, Order, Page) to this
CommandGroup.void get(Criteria criteria, Timestamp timestamp, Order order)
Concourse.get(Criteria, Timestamp, Order) to this
CommandGroup.void get(Criteria criteria, Timestamp timestamp, Page page)
Concourse.get(Criteria, Timestamp, Page) to this
CommandGroup.void get(String ccl, Order order, Page page)
Concourse.get(String, Order, Page)
to this CommandGroup.void get(String ccl, Timestamp timestamp, Order order)
Concourse.get(String, Timestamp, Order) to this
CommandGroup.void get(String ccl, Timestamp timestamp, Page page)
Concourse.get(String, Timestamp, Page) to this
CommandGroup.void get(String key, Collection<Long> records, Order order)
Concourse.get(String, Collection, Order) to this
CommandGroup.void get(String key, Collection<Long> records, Page page)
Concourse.get(String, Collection, Page) to this
CommandGroup.void get(String key, Collection<Long> records, Timestamp timestamp)
Concourse.get(String, Collection, Timestamp) to this
CommandGroup.void get(String key, Criteria criteria, Order order)
Concourse.get(String, Criteria, Order) to this
CommandGroup.void get(String key, Criteria criteria, Page page)
Concourse.get(String, Criteria, Page) to this
CommandGroup.void get(String key, Criteria criteria, Timestamp timestamp)
Concourse.get(String, Criteria, Timestamp) to this
CommandGroup.void get(String key, String ccl, Order order)
Concourse.get(String, String, Order) to this
CommandGroup.void get(String key, String ccl, Page page)
Concourse.get(String, String, Page) to this CommandGroup.void get(String key, String ccl, Timestamp timestamp)
Concourse.get(String, String, Timestamp) to this
CommandGroup.void get(String key, long record, Timestamp timestamp)
Concourse.get(String, long, Timestamp) to this
CommandGroup.void get(Collection<String> keys, Collection<Long> records, Order order, Page page)
Concourse.get(Collection, Collection, Order, Page) to this
CommandGroup.void get(Collection<String> keys, Collection<Long> records, Timestamp timestamp, Order order)
Concourse.get(Collection, Collection, Timestamp, Order) to this
CommandGroup.void get(Collection<String> keys, Collection<Long> records, Timestamp timestamp, Page page)
Concourse.get(Collection, Collection, Timestamp, Page) to this
CommandGroup.void get(Collection<String> keys, Criteria criteria, Order order, Page page)
Concourse.get(Collection, Criteria, Order, Page) to this
CommandGroup.void get(Collection<String> keys, Criteria criteria, Timestamp timestamp, Order order)
Concourse.get(Collection, Criteria, Timestamp, Order) to this
CommandGroup.void get(Collection<String> keys, Criteria criteria, Timestamp timestamp, Page page)
Concourse.get(Collection, Criteria, Timestamp, Page) to this
CommandGroup.void get(Collection<String> keys, String ccl, Order order, Page page)
Concourse.get(Collection, String, Order, Page) to this
CommandGroup.void get(Collection<String> keys, String ccl, Timestamp timestamp, Order order)
Concourse.get(Collection, String, Timestamp, Order) to this
CommandGroup.void get(Collection<String> keys, String ccl, Timestamp timestamp, Page page)
Concourse.get(Collection, String, Timestamp, Page) to this
CommandGroup.void get(Criteria criteria, Timestamp timestamp, Order order, Page page)
Concourse.get(Criteria, Timestamp, Order, Page) to this
CommandGroup.void get(String ccl, Timestamp timestamp, Order order, Page page)
Concourse.get(String, Timestamp, Order, Page) to this
CommandGroup.void get(String key, Collection<Long> records, Order order, Page page)
Concourse.get(String, Collection, Order, Page) to this
CommandGroup.void get(String key, Collection<Long> records, Timestamp timestamp, Order order)
Concourse.get(String, Collection, Timestamp, Order) to this
CommandGroup.void get(String key, Collection<Long> records, Timestamp timestamp, Page page)
Concourse.get(String, Collection, Timestamp, Page) to this
CommandGroup.void get(String key, Criteria criteria, Order order, Page page)
Concourse.get(String, Criteria, Order, Page) to this
CommandGroup.void get(String key, Criteria criteria, Timestamp timestamp, Order order)
Concourse.get(String, Criteria, Timestamp, Order) to this
CommandGroup.void get(String key, Criteria criteria, Timestamp timestamp, Page page)
Concourse.get(String, Criteria, Timestamp, Page) to this
CommandGroup.void get(String key, String ccl, Order order, Page page)
Concourse.get(String, String, Order, Page) to this
CommandGroup.void get(String key, String ccl, Timestamp timestamp, Order order)
Concourse.get(String, String, Timestamp, Order) to this
CommandGroup.void get(String key, String ccl, Timestamp timestamp, Page page)
Concourse.get(String, String, Timestamp, Page) to this
CommandGroup.void get(Collection<String> keys, Collection<Long> records, Timestamp timestamp, Order order, Page page)
Concourse.get(Collection, Collection, Timestamp, Order, Page) to
this CommandGroup.void get(Collection<String> keys, Criteria criteria, Timestamp timestamp, Order order, Page page)
Concourse.get(Collection, Criteria, Timestamp, Order, Page) to
this CommandGroup.void get(Collection<String> keys, String ccl, Timestamp timestamp, Order order, Page page)
Concourse.get(Collection, String, Timestamp, Order, Page) to this
CommandGroup.void get(String key, Collection<Long> records, Timestamp timestamp, Order order, Page page)
Concourse.get(String, Collection, Timestamp, Order, Page) to this
CommandGroup.void get(String key, Criteria criteria, Timestamp timestamp, Order order, Page page)
Concourse.get(String, Criteria, Timestamp, Order, Page) to this
CommandGroup.void get(String key, String ccl, Timestamp timestamp, Order order, Page page)
Concourse.get(String, String, Timestamp, Order, Page) to this
CommandGroup.void verify(String key, Object value, long record)
Concourse.verify(String, Object, long) to this
CommandGroup.void verify(String key, Object value, long record, Timestamp timestamp)
Concourse.verify(String, Object, long, Timestamp) to this
CommandGroup.void jsonify(Collection<Long> records)
Concourse.jsonify(Collection) to
this CommandGroup.void jsonify(long record)
Concourse.jsonify(long) to this
CommandGroup.void jsonify(Collection<Long> records, Timestamp timestamp)
Concourse.jsonify(Collection, Timestamp) to this
CommandGroup.void jsonify(Collection<Long> records, boolean identifier)
Concourse.jsonify(Collection, boolean) to this
CommandGroup.void jsonify(long record,
Timestamp timestamp)
Concourse.jsonify(long, Timestamp)
to this CommandGroup.void jsonify(long record,
boolean identifier)
Concourse.jsonify(long, boolean)
to this CommandGroup.void jsonify(Collection<Long> records, Timestamp timestamp, boolean identifier)
Concourse.jsonify(Collection, Timestamp, boolean) to this
CommandGroup.void jsonify(long record,
Timestamp timestamp,
boolean identifier)
Concourse.jsonify(long, Timestamp, boolean) to this
CommandGroup.void find(Criteria criteria)
Concourse.find(Criteria) to this
CommandGroup.void find(String ccl)
Concourse.find(String) to this
CommandGroup.void find(Criteria criteria, Order order)
Concourse.find(Criteria, Order) to
this CommandGroup.void find(Criteria criteria, Page page)
Concourse.find(Criteria, Page) to
this CommandGroup.void find(String ccl, Order order)
Concourse.find(String, Order) to
this CommandGroup.void find(String ccl, Page page)
Concourse.find(String, Page) to
this CommandGroup.void find(String key, Object value)
Concourse.find(String, Object) to
this CommandGroup.void find(Criteria criteria, Order order, Page page)
Concourse.find(Criteria, Order, Page) to this
CommandGroup.void find(String ccl, Order order, Page page)
Concourse.find(String, Order, Page) to this CommandGroup.void find(String key, Object value, Order order)
Concourse.find(String, Object, Order) to this
CommandGroup.void find(String key, Object value, Page page)
Concourse.find(String, Object, Page) to this
CommandGroup.void find(String key, Object value, Timestamp timestamp)
Concourse.find(String, Object, Timestamp) to this
CommandGroup.void find(String key, Operator operator, Object value)
Concourse.find(String, Operator, Object) to this
CommandGroup.void find(String key, String operator, Object value)
Concourse.find(String, String, Object) to this
CommandGroup.void find(String key, Object value, Order order, Page page)
Concourse.find(String, Object, Order, Page) to this
CommandGroup.void find(String key, Object value, Timestamp timestamp, Order order)
Concourse.find(String, Object, Timestamp, Order) to this
CommandGroup.void find(String key, Object value, Timestamp timestamp, Page page)
Concourse.find(String, Object, Timestamp, Page) to this
CommandGroup.void find(String key, Operator operator, Object value, Object value2)
Concourse.find(String, Operator, Object, Object) to this
CommandGroup.void find(String key, Operator operator, Object value, Order order)
Concourse.find(String, Operator, Object, Order) to this
CommandGroup.void find(String key, Operator operator, Object value, Page page)
Concourse.find(String, Operator, Object, Page) to this
CommandGroup.void find(String key, Operator operator, Object value, Timestamp timestamp)
Concourse.find(String, Operator, Object, Timestamp) to this
CommandGroup.void find(String key, String operator, Object value, Object value2)
Concourse.find(String, String, Object, Object) to this
CommandGroup.void find(String key, String operator, Object value, Order order)
Concourse.find(String, String, Object, Order) to this
CommandGroup.void find(String key, String operator, Object value, Page page)
Concourse.find(String, String, Object, Page) to this
CommandGroup.void find(String key, String operator, Object value, Timestamp timestamp)
Concourse.find(String, String, Object, Timestamp) to this
CommandGroup.void find(String key, Object value, Timestamp timestamp, Order order, Page page)
Concourse.find(String, Object, Timestamp, Order, Page) to this
CommandGroup.void find(String key, Operator operator, Object value, Object value2, Order order)
Concourse.find(String, Operator, Object, Object, Order) to this
CommandGroup.void find(String key, Operator operator, Object value, Object value2, Page page)
Concourse.find(String, Operator, Object, Object, Page) to this
CommandGroup.void find(String key, Operator operator, Object value, Object value2, Timestamp timestamp)
Concourse.find(String, Operator, Object, Object, Timestamp) to
this CommandGroup.void find(String key, Operator operator, Object value, Order order, Page page)
Concourse.find(String, Operator, Object, Order, Page) to this
CommandGroup.void find(String key, Operator operator, Object value, Timestamp timestamp, Order order)
Concourse.find(String, Operator, Object, Timestamp, Order) to
this CommandGroup.void find(String key, Operator operator, Object value, Timestamp timestamp, Page page)
Concourse.find(String, Operator, Object, Timestamp, Page) to this
CommandGroup.void find(String key, String operator, Object value, Object value2, Order order)
Concourse.find(String, String, Object, Object, Order) to this
CommandGroup.void find(String key, String operator, Object value, Object value2, Page page)
Concourse.find(String, String, Object, Object, Page) to this
CommandGroup.void find(String key, String operator, Object value, Object value2, Timestamp timestamp)
Concourse.find(String, String, Object, Object, Timestamp) to this
CommandGroup.void find(String key, String operator, Object value, Order order, Page page)
Concourse.find(String, String, Object, Order, Page) to this
CommandGroup.void find(String key, String operator, Object value, Timestamp timestamp, Order order)
Concourse.find(String, String, Object, Timestamp, Order) to this
CommandGroup.void find(String key, String operator, Object value, Timestamp timestamp, Page page)
Concourse.find(String, String, Object, Timestamp, Page) to this
CommandGroup.void find(String key, Operator operator, Object value, Object value2, Order order, Page page)
Concourse.find(String, Operator, Object, Object, Order, Page) to
this CommandGroup.void find(String key, Operator operator, Object value, Object value2, Timestamp timestamp, Order order)
Concourse.find(String, Operator, Object, Object, Timestamp, Order)
to this CommandGroup.void find(String key, Operator operator, Object value, Object value2, Timestamp timestamp, Page page)
Concourse.find(String, Operator, Object, Object, Timestamp, Page)
to this CommandGroup.void find(String key, Operator operator, Object value, Timestamp timestamp, Order order, Page page)
Concourse.find(String, Operator, Object, Timestamp, Order, Page)
to this CommandGroup.void find(String key, String operator, Object value, Object value2, Order order, Page page)
Concourse.find(String, String, Object, Object, Order, Page) to
this CommandGroup.void find(String key, String operator, Object value, Object value2, Timestamp timestamp, Order order)
Concourse.find(String, String, Object, Object, Timestamp, Order)
to this CommandGroup.void find(String key, String operator, Object value, Object value2, Timestamp timestamp, Page page)
Concourse.find(String, String, Object, Object, Timestamp, Page)
to this CommandGroup.void find(String key, String operator, Object value, Timestamp timestamp, Order order, Page page)
Concourse.find(String, String, Object, Timestamp, Order, Page) to
this CommandGroup.void find(String key, Operator operator, Object value, Object value2, Timestamp timestamp, Order order, Page page)
Concourse.find(String, Operator, Object, Object, Timestamp, Order, Page)
to this CommandGroup.void find(String key, String operator, Object value, Object value2, Timestamp timestamp, Order order, Page page)
Concourse.find(String, String, Object, Object, Timestamp, Order, Page)
to this CommandGroup.void search(String key, String query)
Concourse.search(java.lang.String, java.lang.String) to this
CommandGroup.void revert(Collection<String> keys, Collection<Long> records, Timestamp timestamp)
Concourse.revert(Collection, Collection, Timestamp) to this
CommandGroup.void revert(Collection<String> keys, long record, Timestamp timestamp)
Concourse.revert(Collection, long, Timestamp) to this
CommandGroup.void revert(String key, Collection<Long> records, Timestamp timestamp)
Concourse.revert(String, Collection, Timestamp) to this
CommandGroup.void revert(String key, long record, Timestamp timestamp)
Concourse.revert(String, long, Timestamp) to this
CommandGroup.void holds(Collection<Long> records)
Concourse.holds(Collection) to
this CommandGroup.void holds(long record)
Concourse.holds(long) to this
CommandGroup.void verifyAndSwap(String key, Object expected, long record, Object replacement)
Concourse.verifyAndSwap(java.lang.String, java.lang.Object, long, java.lang.Object) to this
CommandGroup.void verifyOrSet(String key, Object value, long record)
Concourse.verifyOrSet(java.lang.String, java.lang.Object, long) to this
CommandGroup.void findOrAdd(String key, Object value)
Concourse.findOrAdd(java.lang.String, T) to this
CommandGroup.void findOrInsert(Criteria criteria, String json)
Concourse.findOrInsert(Criteria, String) to this
CommandGroup.void findOrInsert(String ccl, String json)
Concourse.findOrInsert(String, String) to this
CommandGroup.void time()
Concourse.time() to this
CommandGroup.void time(String phrase)
Concourse.time(String) to this
CommandGroup.void trace(Collection<Long> records)
Concourse.trace(Collection) to
this CommandGroup.void trace(long record)
Concourse.trace(long) to this
CommandGroup.void trace(Collection<Long> records, Timestamp timestamp)
Concourse.trace(Collection, Timestamp) to this
CommandGroup.void trace(long record,
Timestamp timestamp)
Concourse.trace(long, Timestamp)
to this CommandGroup.void consolidate(long first,
long second,
long... remaining)
Concourse.consolidate(long, long) to this
CommandGroup.void exec(String ccl)
Concourse.exec(String) to this
CommandGroup.void exec(Command command)
Concourse.exec(Command) to this
CommandGroup.void exec(Command command, Command... more)
Concourse.exec(Command, Command[])
to this CommandGroup.void exec(List<Command> commands)
Concourse.exec(List) to this
CommandGroup.void submit(String ccl)
Concourse.submit(String) to this
CommandGroup.void submit(Command command)
Concourse.submit(Command) to this
CommandGroup.void submit(Command command, Command... more)
Concourse.submit(Command, Command[]) to this
CommandGroup.void submit(List<Command> commands)
Concourse.submit(List) to this
CommandGroup.void ping()
Concourse.ping() to this
CommandGroup.void sum(String key)
Calculator.sum(String) to this
CommandGroup.void sum(String key, Collection<Long> records)
Calculator.sum(String, Collection)
to this CommandGroup.void sum(String key, Criteria criteria)
Calculator.sum(String, Criteria)
to this CommandGroup.void sum(String key, String ccl)
Calculator.sum(String, String) to
this CommandGroup.void sum(String key, Timestamp timestamp)
Calculator.sum(String, Timestamp)
to this CommandGroup.void sum(String key, long record)
Calculator.sum(String, long) to
this CommandGroup.void sum(String key, Collection<Long> records, Timestamp timestamp)
Calculator.sum(String, Collection, Timestamp) to this
CommandGroup.void sum(String key, Criteria criteria, Timestamp timestamp)
Calculator.sum(String, Criteria, Timestamp) to this
CommandGroup.void sum(String key, String ccl, Timestamp timestamp)
Calculator.sum(String, String, Timestamp) to this
CommandGroup.void sum(String key, long record, Timestamp timestamp)
Calculator.sum(String, long, Timestamp) to this
CommandGroup.void average(String key)
Calculator.average(String) to this
CommandGroup.void average(String key, Collection<Long> records)
Calculator.average(String, Collection) to this
CommandGroup.void average(String key, Criteria criteria)
Calculator.average(String, Criteria) to this
CommandGroup.void average(String key, String ccl)
Calculator.average(String, String)
to this CommandGroup.void average(String key, Timestamp timestamp)
Calculator.average(String, Timestamp) to this
CommandGroup.void average(String key, long record)
Calculator.average(String, long)
to this CommandGroup.void average(String key, Collection<Long> records, Timestamp timestamp)
Calculator.average(String, Collection, Timestamp) to this
CommandGroup.void average(String key, Criteria criteria, Timestamp timestamp)
Calculator.average(String, Criteria, Timestamp) to this
CommandGroup.void average(String key, String ccl, Timestamp timestamp)
Calculator.average(String, String, Timestamp) to this
CommandGroup.void average(String key, long record, Timestamp timestamp)
Calculator.average(String, long, Timestamp) to this
CommandGroup.void count(String key)
Calculator.count(String) to this
CommandGroup.void count(String key, Collection<Long> records)
Calculator.count(String, Collection) to this
CommandGroup.void count(String key, Criteria criteria)
Calculator.count(String, Criteria)
to this CommandGroup.void count(String key, String ccl)
Calculator.count(String, String)
to this CommandGroup.void count(String key, Timestamp timestamp)
Calculator.count(String, Timestamp) to this CommandGroup.void count(String key, long record)
Calculator.count(String, long) to
this CommandGroup.void count(String key, Collection<Long> records, Timestamp timestamp)
Calculator.count(String, Collection, Timestamp) to this
CommandGroup.void count(String key, Criteria criteria, Timestamp timestamp)
Calculator.count(String, Criteria, Timestamp) to this
CommandGroup.void count(String key, String ccl, Timestamp timestamp)
Calculator.count(String, String, Timestamp) to this
CommandGroup.void count(String key, long record, Timestamp timestamp)
Calculator.count(String, long, Timestamp) to this
CommandGroup.void max(String key)
Calculator.max(String) to this
CommandGroup.void max(String key, Collection<Long> records)
Calculator.max(String, Collection)
to this CommandGroup.void max(String key, Criteria criteria)
Calculator.max(String, Criteria)
to this CommandGroup.void max(String key, String ccl)
Calculator.max(String, String) to
this CommandGroup.void max(String key, Timestamp timestamp)
Calculator.max(String, Timestamp)
to this CommandGroup.void max(String key, long record)
Calculator.max(String, long) to
this CommandGroup.void max(String key, Collection<Long> records, Timestamp timestamp)
Calculator.max(String, Collection, Timestamp) to this
CommandGroup.void max(String key, Criteria criteria, Timestamp timestamp)
Calculator.max(String, Criteria, Timestamp) to this
CommandGroup.void max(String key, String ccl, Timestamp timestamp)
Calculator.max(String, String, Timestamp) to this
CommandGroup.void max(String key, long record, Timestamp timestamp)
Calculator.max(String, long, Timestamp) to this
CommandGroup.void min(String key)
Calculator.min(String) to this
CommandGroup.void min(String key, Collection<Long> records)
Calculator.min(String, Collection)
to this CommandGroup.void min(String key, Criteria criteria)
Calculator.min(String, Criteria)
to this CommandGroup.void min(String key, String ccl)
Calculator.min(String, String) to
this CommandGroup.void min(String key, Timestamp timestamp)
Calculator.min(String, Timestamp)
to this CommandGroup.void min(String key, long record)
Calculator.min(String, long) to
this CommandGroup.void min(String key, Collection<Long> records, Timestamp timestamp)
Calculator.min(String, Collection, Timestamp) to this
CommandGroup.void min(String key, Criteria criteria, Timestamp timestamp)
Calculator.min(String, Criteria, Timestamp) to this
CommandGroup.void min(String key, String ccl, Timestamp timestamp)
Calculator.min(String, String, Timestamp) to this
CommandGroup.void min(String key, long record, Timestamp timestamp)
Calculator.min(String, long, Timestamp) to this
CommandGroup.void navigate(Collection<String> keys, Collection<Long> records)
Concourse.navigate(Collection, Collection) to this
CommandGroup.void navigate(Collection<String> keys, Criteria criteria)
Concourse.navigate(Collection, Criteria) to this
CommandGroup.void navigate(Collection<String> keys, String ccl)
Concourse.navigate(Collection, String) to this
CommandGroup.void navigate(Collection<String> keys, long record)
Concourse.navigate(Collection, long) to this
CommandGroup.void navigate(String key, Collection<Long> records)
Concourse.navigate(String, Collection) to this
CommandGroup.void navigate(String key, Criteria criteria)
Concourse.navigate(String, Criteria) to this
CommandGroup.void navigate(String key, String ccl)
Concourse.navigate(String, String)
to this CommandGroup.void navigate(String key, long record)
Concourse.navigate(String, long)
to this CommandGroup.void navigate(Collection<String> keys, Collection<Long> records, Timestamp timestamp)
Concourse.navigate(Collection, Collection, Timestamp) to this
CommandGroup.void navigate(Collection<String> keys, Criteria criteria, Timestamp timestamp)
Concourse.navigate(Collection, Criteria, Timestamp) to this
CommandGroup.void navigate(Collection<String> keys, String ccl, Timestamp timestamp)
Concourse.navigate(Collection, String, Timestamp) to this
CommandGroup.void navigate(Collection<String> keys, long record, Timestamp timestamp)
Concourse.navigate(Collection, long, Timestamp) to this
CommandGroup.void navigate(String key, Collection<Long> records, Timestamp timestamp)
Concourse.navigate(String, Collection, Timestamp) to this
CommandGroup.void navigate(String key, Criteria criteria, Timestamp timestamp)
Concourse.navigate(String, Criteria, Timestamp) to this
CommandGroup.void navigate(String key, String ccl, Timestamp timestamp)
Concourse.navigate(String, String, Timestamp) to this
CommandGroup.void navigate(String key, long record, Timestamp timestamp)
Concourse.navigate(String, long, Timestamp) to this
CommandGroup.