Uses of Class
org.apache.cassandra.gms.ApplicationState
-
-
Uses of ApplicationState in org.apache.cassandra.gms
Methods in org.apache.cassandra.gms that return ApplicationState Modifier and Type Method Description static ApplicationStateApplicationState. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ApplicationState[]ApplicationState. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.cassandra.gms that return types with arguments of type ApplicationState Modifier and Type Method Description java.util.Set<java.util.Map.Entry<ApplicationState,VersionedValue>>EndpointState. states()Methods in org.apache.cassandra.gms with parameters of type ApplicationState Modifier and Type Method Description voidEndpointState. addApplicationState(ApplicationState key, VersionedValue value)voidGossiper. addLocalApplicationState(ApplicationState applicationState, VersionedValue value)default voidIEndpointStateChangeSubscriber. beforeChange(InetAddressAndPort endpoint, EndpointState currentState, ApplicationState newStateKey, VersionedValue newValue)booleanEndpointState. containsApplicationState(ApplicationState key)voidGossiper. doOnChangeNotifications(InetAddressAndPort addr, ApplicationState state, VersionedValue value)VersionedValueEndpointState. getApplicationState(ApplicationState key)java.lang.StringGossiper. getApplicationState(InetAddressAndPort endpoint, ApplicationState state)The value for the provided application state for the provided endpoint as currently known by this Gossip instance.java.lang.StringGossiper. getForEndpoint(InetAddressAndPort ep, ApplicationState state)voidGossiper. injectApplicationState(InetAddressAndPort endpoint, ApplicationState state, VersionedValue value)default voidIEndpointStateChangeSubscriber. onChange(InetAddressAndPort endpoint, ApplicationState state, VersionedValue value)Method parameters in org.apache.cassandra.gms with type arguments of type ApplicationState Modifier and Type Method Description voidEndpointState. addApplicationStates(java.util.Map<ApplicationState,VersionedValue> values)voidEndpointState. addApplicationStates(java.util.Set<java.util.Map.Entry<ApplicationState,VersionedValue>> values)voidEndpointState. addApplicationStates(java.util.Set<java.util.Map.Entry<ApplicationState,VersionedValue>> values, HeartBeatState hbState)voidGossiper. addLocalApplicationStates(java.util.List<Pair<ApplicationState,VersionedValue>> states)voidGossiper. start(int generationNbr, java.util.Map<ApplicationState,VersionedValue> preloadLocalStates)Start the gossiper with the generation number, preloading the map of application states before startingConstructor parameters in org.apache.cassandra.gms with type arguments of type ApplicationState Constructor Description EndpointState(HeartBeatState initialHbState, java.util.Map<ApplicationState,VersionedValue> states) -
Uses of ApplicationState in org.apache.cassandra.locator
Methods in org.apache.cassandra.locator with parameters of type ApplicationState Modifier and Type Method Description voidReconnectableSnitchHelper. beforeChange(InetAddressAndPort endpoint, EndpointState currentState, ApplicationState newStateKey, VersionedValue newValue)voidReconnectableSnitchHelper. onChange(InetAddressAndPort endpoint, ApplicationState state, VersionedValue value) -
Uses of ApplicationState in org.apache.cassandra.schema
Methods in org.apache.cassandra.schema with parameters of type ApplicationState Modifier and Type Method Description voidDefaultSchemaUpdateHandler. beforeChange(InetAddressAndPort endpoint, EndpointState currentState, ApplicationState newStateKey, VersionedValue newValue)voidDefaultSchemaUpdateHandler. onChange(InetAddressAndPort endpoint, ApplicationState state, VersionedValue value) -
Uses of ApplicationState in org.apache.cassandra.service
Methods in org.apache.cassandra.service with parameters of type ApplicationState 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. onChange(InetAddressAndPort endpoint, ApplicationState state, VersionedValue value)voidLoadBroadcaster. onChange(InetAddressAndPort endpoint, ApplicationState state, VersionedValue value)voidStorageService. onChange(InetAddressAndPort endpoint, ApplicationState state, VersionedValue value) -
Uses of ApplicationState in org.apache.cassandra.service.disk.usage
Methods in org.apache.cassandra.service.disk.usage with parameters of type ApplicationState Modifier and Type Method Description voidDiskUsageBroadcaster. beforeChange(InetAddressAndPort endpoint, EndpointState currentState, ApplicationState newStateKey, VersionedValue newValue)voidDiskUsageBroadcaster. onChange(InetAddressAndPort endpoint, ApplicationState state, VersionedValue value) -
Uses of ApplicationState in org.apache.cassandra.service.paxos.cleanup
Methods in org.apache.cassandra.service.paxos.cleanup with parameters of type ApplicationState Modifier and Type Method Description voidPaxosCleanupSession. beforeChange(InetAddressAndPort endpoint, EndpointState currentState, ApplicationState newStateKey, VersionedValue newValue)voidPaxosCleanupSession. onChange(InetAddressAndPort endpoint, ApplicationState state, VersionedValue value)
-