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 java.util.concurrent.ConcurrentMap<InetAddressAndPort,EndpointState>Gossiper. endpointStateMapstatic IVersionedSerializer<EndpointState>EndpointState. nullableSerializerstatic IVersionedSerializer<EndpointState>EndpointState. serializerMethods in org.apache.cassandra.gms that return EndpointState Modifier and Type Method Description EndpointStateGossiper. copyEndpointStateForEndpoint(InetAddressAndPort ep)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)booleanEndpointState. isSupersededBy(EndpointState that)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)voidGossiper. notifyFailureDetector(java.util.Map<InetAddressAndPort,EndpointState> remoteEpStateMap)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 voidDefaultSchemaUpdateHandler. beforeChange(InetAddressAndPort endpoint, EndpointState currentState, ApplicationState newStateKey, VersionedValue newValue)voidDefaultSchemaUpdateHandler. onAlive(InetAddressAndPort endpoint, EndpointState state)voidDefaultSchemaUpdateHandler. onDead(InetAddressAndPort endpoint, EndpointState state)voidDefaultSchemaUpdateHandler. onJoin(InetAddressAndPort endpoint, EndpointState epState)voidDefaultSchemaUpdateHandler. onRestart(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.service.disk.usage
Methods in org.apache.cassandra.service.disk.usage with parameters of type EndpointState Modifier and Type Method Description voidDiskUsageBroadcaster. beforeChange(InetAddressAndPort endpoint, EndpointState currentState, ApplicationState newStateKey, VersionedValue newValue)voidDiskUsageBroadcaster. onAlive(InetAddressAndPort endpoint, EndpointState state)voidDiskUsageBroadcaster. onDead(InetAddressAndPort endpoint, EndpointState state)voidDiskUsageBroadcaster. onJoin(InetAddressAndPort endpoint, EndpointState epState)voidDiskUsageBroadcaster. onRestart(InetAddressAndPort endpoint, EndpointState state) -
Uses of EndpointState in org.apache.cassandra.service.paxos.cleanup
Methods in org.apache.cassandra.service.paxos.cleanup with parameters of type EndpointState Modifier and Type Method Description voidPaxosCleanupSession. beforeChange(InetAddressAndPort endpoint, EndpointState currentState, ApplicationState newStateKey, VersionedValue newValue)voidPaxosCleanupSession. onAlive(InetAddressAndPort endpoint, EndpointState state)voidPaxosCleanupSession. onDead(InetAddressAndPort endpoint, EndpointState state)voidPaxosCleanupSession. onJoin(InetAddressAndPort endpoint, EndpointState epState)voidPaxosCleanupSession. onRestart(InetAddressAndPort endpoint, EndpointState state)static PaxosStartPrepareCleanupPaxosStartPrepareCleanup. prepare(TableId tableId, java.util.Collection<InetAddressAndPort> endpoints, EndpointState localEpState, java.util.Collection<Range<Token>> ranges)We run paxos repair as part of topology changes, so we include the local endpoint state in the paxos repair prepare message to prevent racing with gossip dissemination and guarantee that every repair participant is aware of the pending ring change during repair.Constructors in org.apache.cassandra.service.paxos.cleanup with parameters of type EndpointState Constructor Description Request(TableId tableId, EndpointState epState, java.util.Collection<Range<Token>> ranges) -
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)
-