|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Clock | |
---|---|
org.apache.cassandra.thrift |
Uses of Clock in org.apache.cassandra.thrift |
---|
Fields in org.apache.cassandra.thrift declared as Clock | |
---|---|
Clock |
Cassandra.remove_args.clock
|
Clock |
Column.clock
|
Clock |
Deletion.clock
|
Methods in org.apache.cassandra.thrift that return Clock | |
---|---|
Clock |
Clock.clone()
Deprecated. |
Clock |
Clock.deepCopy()
|
Clock |
Cassandra.remove_args.getClock()
|
Clock |
Column.getClock()
|
Clock |
Deletion.getClock()
|
Clock |
Clock.setTimestamp(long timestamp)
|
Methods in org.apache.cassandra.thrift with parameters of type Clock | |
---|---|
int |
Clock.compareTo(Clock other)
|
boolean |
Clock.equals(Clock that)
|
void |
CassandraServer.remove(byte[] key,
ColumnPath column_path,
Clock clock,
ConsistencyLevel consistency_level)
|
void |
Cassandra.Iface.remove(byte[] key,
ColumnPath column_path,
Clock clock,
ConsistencyLevel consistency_level)
Remove data from the row specified by key at the granularity specified by column_path, and the given clock. |
void |
Cassandra.Client.remove(byte[] key,
ColumnPath column_path,
Clock clock,
ConsistencyLevel consistency_level)
|
void |
Cassandra.AsyncIface.remove(byte[] key,
ColumnPath column_path,
Clock clock,
ConsistencyLevel consistency_level,
org.apache.thrift.async.AsyncMethodCallback<Cassandra.AsyncClient.remove_call> resultHandler)
|
void |
Cassandra.AsyncClient.remove(byte[] key,
ColumnPath column_path,
Clock clock,
ConsistencyLevel consistency_level,
org.apache.thrift.async.AsyncMethodCallback<Cassandra.AsyncClient.remove_call> resultHandler)
|
void |
Cassandra.Client.send_remove(byte[] key,
ColumnPath column_path,
Clock clock,
ConsistencyLevel consistency_level)
|
Cassandra.remove_args |
Cassandra.remove_args.setClock(Clock clock)
|
Column |
Column.setClock(Clock clock)
|
Deletion |
Deletion.setClock(Clock clock)
|
static IClock |
ThriftValidation.validateClock(Clock clock)
|
Constructors in org.apache.cassandra.thrift with parameters of type Clock | |
---|---|
Cassandra.AsyncClient.remove_call(byte[] key,
ColumnPath column_path,
Clock clock,
ConsistencyLevel consistency_level,
org.apache.thrift.async.AsyncMethodCallback<Cassandra.AsyncClient.remove_call> resultHandler,
org.apache.thrift.async.TAsyncClient client,
org.apache.thrift.protocol.TProtocolFactory protocolFactory,
org.apache.thrift.transport.TNonblockingTransport transport)
|
|
Cassandra.remove_args(byte[] key,
ColumnPath column_path,
Clock clock,
ConsistencyLevel consistency_level)
|
|
Clock(Clock other)
Performs a deep copy on other. |
|
Column(byte[] name,
byte[] value,
Clock clock)
|
|
Deletion(Clock clock)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |