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(DataInputPlus input) |
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 © 2016 The Apache Software Foundation