public class ReplicationStatistics extends Object implements Externalizable
Modifier and Type | Class and Description |
---|---|
static class |
ReplicationStatistics.ChannelState
Specifies the current channel state
|
static class |
ReplicationStatistics.OutgoingChannel
Expose outgoing replication channel statistics
|
static class |
ReplicationStatistics.OutgoingReplication |
static class |
ReplicationStatistics.ReplicationMode |
static class |
ReplicationStatistics.ReplicationOperatingMode
Specifies the replication channel current operating mode.
|
Constructor and Description |
---|
ReplicationStatistics() |
ReplicationStatistics(ReplicationStatistics.OutgoingReplication outReplication) |
Modifier and Type | Method and Description |
---|---|
ReplicationStatistics.OutgoingReplication |
getOutgoingReplication() |
void |
readExternal(ObjectInput in) |
String |
toString() |
void |
writeExternal(ObjectOutput out) |
public ReplicationStatistics()
public ReplicationStatistics(ReplicationStatistics.OutgoingReplication outReplication)
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
IOException
ClassNotFoundException
public void writeExternal(ObjectOutput out) throws IOException
writeExternal
in interface Externalizable
IOException
public ReplicationStatistics.OutgoingReplication getOutgoingReplication()
Copyright © GigaSpaces.