Uses of Class
org.apache.cassandra.gms.EndpointState
-
-
Uses of EndpointState in org.apache.cassandra.gms
Fields in org.apache.cassandra.gms with type parameters of type EndpointState Modifier and Type Field Description static IVersionedSerializer<EndpointState>EndpointState. serializerMethods in org.apache.cassandra.gms that return EndpointState Modifier and Type Method Description EndpointStateGossiper. getEndpointStateForEndpoint(InetAddressAndPort ep)Methods in org.apache.cassandra.gms that return types with arguments of type EndpointState Modifier and Type Method Description java.util.Map<InetAddressAndPort,EndpointState>Gossiper. doShadowRound()java.util.Map<InetAddressAndPort,EndpointState>Gossiper. doShadowRound(java.util.Set<InetAddressAndPort> peers)Do a single 'shadow' round of gossip by retrieving endpoint states that will be stored exclusively in the map return value, instead of endpointStateMap.Methods in org.apache.cassandra.gms with parameters of type EndpointState Modifier and Type Method Description default voidIEndpointStateChangeSubscriber. beforeChange(InetAddressAndPort endpoint, EndpointState currentState, ApplicationState newStateKey, VersionedValue newValue)booleanGossiper. isAdministrativelyInactiveState(EndpointState epState)booleanGossiper. isDeadState(EndpointState epState)booleanGossiper. isSilentShutdownState(EndpointState epState)voidGossiper. markDead(InetAddressAndPort addr, EndpointState localState)default voidIEndpointStateChangeSubscriber. onAlive(InetAddressAndPort endpoint, EndpointState state)default voidIEndpointStateChangeSubscriber. onDead(InetAddressAndPort endpoint, EndpointState state)default voidIEndpointStateChangeSubscriber. onJoin(InetAddressAndPort endpoint, EndpointState epState)Use to inform interested parties about the change in the state for specified endpointdefault voidIEndpointStateChangeSubscriber. onRestart(InetAddressAndPort endpoint, EndpointState state)Called whenever a node is restarted.voidGossiper. realMarkAlive(InetAddressAndPort addr, EndpointState localState)Method parameters in org.apache.cassandra.gms with type arguments of type EndpointState Modifier and Type Method Description voidGossiper. applyStateLocally(java.util.Map<InetAddressAndPort,EndpointState> epStateMap)java.util.UUIDGossiper. getHostId(InetAddressAndPort endpoint, java.util.Map<InetAddressAndPort,EndpointState> epStates)booleanGossiper. isSafeForStartup(InetAddressAndPort endpoint, java.util.UUID localHostUUID, boolean isBootstrapping, java.util.Map<InetAddressAndPort,EndpointState> epStates)Check if this node can safely be started and join the ring.protected voidGossiper. maybeFinishShadowRound(InetAddressAndPort respondent, boolean isInShadowRound, java.util.Map<InetAddressAndPort,EndpointState> epStateMap)booleanGossiper. sufficientForStartupSafetyCheck(java.util.Map<InetAddressAndPort,EndpointState> epStateMap)Constructors in org.apache.cassandra.gms with parameters of type EndpointState Constructor Description EndpointState(EndpointState other) -
Uses of EndpointState in org.apache.cassandra.locator
Methods in org.apache.cassandra.locator with parameters of type EndpointState Modifier and Type Method Description voidReconnectableSnitchHelper. beforeChange(InetAddressAndPort endpoint, EndpointState currentState, ApplicationState newStateKey, VersionedValue newValue)voidReconnectableSnitchHelper. onAlive(InetAddressAndPort endpoint, EndpointState state)voidReconnectableSnitchHelper. onDead(InetAddressAndPort endpoint, EndpointState state)voidReconnectableSnitchHelper. onJoin(InetAddressAndPort endpoint, EndpointState epState)voidReconnectableSnitchHelper. onRestart(InetAddressAndPort endpoint, EndpointState state) -
Uses of EndpointState in org.apache.cassandra.repair
Methods in org.apache.cassandra.repair with parameters of type EndpointState Modifier and Type Method Description voidRepairSession. onRestart(InetAddressAndPort endpoint, EndpointState epState) -
Uses of EndpointState in org.apache.cassandra.schema
Methods in org.apache.cassandra.schema with parameters of type EndpointState Modifier and Type Method Description java.util.concurrent.Future<java.lang.Void>MigrationCoordinator. reportEndpointVersion(InetAddressAndPort endpoint, EndpointState state) -
Uses of EndpointState in org.apache.cassandra.service
Methods in org.apache.cassandra.service with parameters of type EndpointState Modifier and Type Method Description voidActiveRepairService. beforeChange(InetAddressAndPort endpoint, EndpointState currentState, ApplicationState newStateKey, VersionedValue newValue)voidStorageService. beforeChange(InetAddressAndPort endpoint, EndpointState currentState, ApplicationState newStateKey, VersionedValue newValue)voidActiveRepairService. onAlive(InetAddressAndPort endpoint, EndpointState state)voidStorageService. onAlive(InetAddressAndPort endpoint, EndpointState state)voidActiveRepairService. onDead(InetAddressAndPort endpoint, EndpointState state)voidStorageService. onDead(InetAddressAndPort endpoint, EndpointState state)voidActiveRepairService. onJoin(InetAddressAndPort endpoint, EndpointState epState)voidLoadBroadcaster. onJoin(InetAddressAndPort endpoint, EndpointState epState)voidStorageService. onJoin(InetAddressAndPort endpoint, EndpointState epState)voidActiveRepairService. onRestart(InetAddressAndPort endpoint, EndpointState state)voidStorageService. onRestart(InetAddressAndPort endpoint, EndpointState state) -
Uses of EndpointState in org.apache.cassandra.streaming
Methods in org.apache.cassandra.streaming with parameters of type EndpointState Modifier and Type Method Description voidStreamSession. onRestart(InetAddressAndPort endpoint, EndpointState epState)
-