Package org.apache.cassandra.gms
Class GossipShutdown
- java.lang.Object
-
- org.apache.cassandra.gms.GossipShutdown
-
public class GossipShutdown extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
GossipShutdown.Serializer
-
Field Summary
Fields Modifier and Type Field Description static GossipShutdown.Serializer
serializer
EndpointState
state
-
Constructor Summary
Constructors Constructor Description GossipShutdown(EndpointState state)
-
-
-
Field Detail
-
serializer
public static final GossipShutdown.Serializer serializer
-
state
public final EndpointState state
-
-
Constructor Detail
-
GossipShutdown
public GossipShutdown(EndpointState state)
-
-