Package | Description |
---|---|
org.apache.cassandra.db.monitoring | |
org.apache.cassandra.net |
Modifier and Type | Method and Description |
---|---|
ConstructionTime |
Monitorable.constructionTime() |
ConstructionTime |
MonitorableImpl.constructionTime() |
Modifier and Type | Method and Description |
---|---|
void |
MonitorableImpl.setMonitoringTime(ConstructionTime constructionTime,
long timeout)
This setter is ugly but the construction chain to ReadCommand
is too complex, it would require passing new parameters to all serializers
or specializing the serializers to accept these message properties.
|
Modifier and Type | Field and Description |
---|---|
ConstructionTime |
MessageIn.constructionTime |
Modifier and Type | Method and Description |
---|---|
static ConstructionTime |
MessageIn.createTimestamp() |
static ConstructionTime |
MessageIn.readTimestamp(java.net.InetAddress from,
DataInputPlus input,
long timestamp) |
Modifier and Type | Method and Description |
---|---|
static <T> MessageIn<T> |
MessageIn.create(java.net.InetAddress from,
T payload,
java.util.Map<java.lang.String,byte[]> parameters,
MessagingService.Verb verb,
int version,
ConstructionTime constructionTime) |
static <T2> MessageIn<T2> |
MessageIn.read(DataInputPlus in,
int version,
int id,
ConstructionTime constructionTime) |
Copyright © 2017 The Apache Software Foundation