Uses of Enum Class
org.apache.cassandra.gms.ApplicationState
Packages that use ApplicationState
Package
Description
-
Uses of ApplicationState in org.apache.cassandra.gms
Methods in org.apache.cassandra.gms that return ApplicationStateModifier and TypeMethodDescriptionstatic ApplicationStateReturns the enum constant of this class with the specified name.static ApplicationState[]ApplicationState.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.cassandra.gms that return types with arguments of type ApplicationStateMethods in org.apache.cassandra.gms with parameters of type ApplicationStateModifier and TypeMethodDescriptionvoidEndpointState.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) EndpointState.getApplicationState(ApplicationState key) Gossiper.getApplicationState(InetAddressAndPort endpoint, ApplicationState state) The value for the provided application state for the provided endpoint as currently known by this Gossip instance.Gossiper.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 ApplicationStateModifier and TypeMethodDescriptionvoidEndpointState.addApplicationStates(Map<ApplicationState, VersionedValue> values) voidEndpointState.addApplicationStates(Set<Map.Entry<ApplicationState, VersionedValue>> values) voidEndpointState.addApplicationStates(Set<Map.Entry<ApplicationState, VersionedValue>> values, HeartBeatState hbState) voidGossiper.addLocalApplicationStates(List<Pair<ApplicationState, VersionedValue>> states) voidGossiper.start(int generationNbr, 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 ApplicationStateModifierConstructorDescriptionEndpointState(HeartBeatState initialHbState, Map<ApplicationState, VersionedValue> states) -
Uses of ApplicationState in org.apache.cassandra.locator
Methods in org.apache.cassandra.locator with parameters of type ApplicationStateModifier and TypeMethodDescriptionvoidReconnectableSnitchHelper.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 ApplicationStateModifier and TypeMethodDescriptionvoidDefaultSchemaUpdateHandler.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 ApplicationStateModifier and TypeMethodDescriptionvoidActiveRepairService.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 ApplicationStateModifier and TypeMethodDescriptionvoidDiskUsageBroadcaster.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 ApplicationStateModifier and TypeMethodDescriptionvoidPaxosCleanupSession.beforeChange(InetAddressAndPort endpoint, EndpointState currentState, ApplicationState newStateKey, VersionedValue newValue) voidPaxosCleanupSession.onChange(InetAddressAndPort endpoint, ApplicationState state, VersionedValue value)