Uses of Class
org.apache.cassandra.gms.VersionedValue
Packages that use VersionedValue
Package
Description
-
Uses of VersionedValue in org.apache.cassandra.gms
Fields in org.apache.cassandra.gms with type parameters of type VersionedValueModifier and TypeFieldDescriptionstatic final IVersionedSerializer<VersionedValue>VersionedValue.serializerMethods in org.apache.cassandra.gms that return VersionedValueModifier and TypeMethodDescriptionVersionedValue.VersionedValueFactory.bootReplacing(InetAddress oldNode) Deprecated.See CASSANDRA-7544VersionedValue.VersionedValueFactory.bootReplacingWithPort(InetAddressAndPort oldNode) VersionedValue.VersionedValueFactory.bootstrapping(Collection<Token> tokens) VersionedValue.VersionedValueFactory.cloneWithHigherVersion(VersionedValue value) VersionedValue.VersionedValueFactory.datacenter(String dcId) EndpointState.getApplicationState(ApplicationState key) VersionedValue.VersionedValueFactory.hibernate(boolean value) VersionedValue.VersionedValueFactory.indexStatus(String status) VersionedValue.VersionedValueFactory.internalAddressAndPort(InetAddressAndPort private_ip_and_port) VersionedValue.VersionedValueFactory.internalIP(InetAddress private_ip) VersionedValue.VersionedValueFactory.leaving(Collection<Token> tokens) VersionedValue.VersionedValueFactory.left(Collection<Token> tokens, long expireTime) VersionedValue.VersionedValueFactory.left(Collection<Token> tokens, long expireTime, int generation) VersionedValue.VersionedValueFactory.load(double load) VersionedValue.VersionedValueFactory.nativeaddressAndPort(InetAddressAndPort address) VersionedValue.VersionedValueFactory.networkVersion()VersionedValue.VersionedValueFactory.networkVersion(int version) VersionedValue.VersionedValueFactory.normal(Collection<Token> tokens) VersionedValue.VersionedValueFactory.releaseVersion()VersionedValue.VersionedValueFactory.releaseVersion(String version) VersionedValue.VersionedValueFactory.removalCoordinator(UUID hostId) VersionedValue.VersionedValueFactory.removedNonlocal(UUID hostId, long expireTime) VersionedValue.VersionedValueFactory.removingNonlocal(UUID hostId) VersionedValue.VersionedValueFactory.rpcaddress(InetAddress endpoint) VersionedValue.VersionedValueFactory.rpcReady(boolean value) VersionedValue.VersionedValueFactory.severity(double value) VersionedValue.VersionedValueFactory.shutdown(boolean value) VersionedValue.VersionedValueFactory.sstableVersions(Set<Version> versions) VersionedValue.VersionedValueFactory.tokens(Collection<Token> tokens) static VersionedValueVersionedValue.unsafeMakeVersionedValue(String value, int version) VersionedValue.withVersion(int version) Methods in org.apache.cassandra.gms that return types with arguments of type VersionedValueMethods in org.apache.cassandra.gms with parameters of type VersionedValueModifier and TypeMethodDescriptionvoidEndpointState.addApplicationState(ApplicationState key, VersionedValue value) voidGossiper.addLocalApplicationState(ApplicationState applicationState, VersionedValue value) default voidIEndpointStateChangeSubscriber.beforeChange(InetAddressAndPort endpoint, EndpointState currentState, ApplicationState newStateKey, VersionedValue newValue) VersionedValue.VersionedValueFactory.cloneWithHigherVersion(VersionedValue value) intVersionedValue.compareTo(VersionedValue value) voidGossiper.doOnChangeNotifications(InetAddressAndPort addr, ApplicationState state, VersionedValue value) 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 VersionedValueModifier 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 VersionedValueModifierConstructorDescriptionEndpointState(HeartBeatState initialHbState, Map<ApplicationState, VersionedValue> states) -
Uses of VersionedValue in org.apache.cassandra.index
Methods in org.apache.cassandra.index with parameters of type VersionedValueModifier and TypeMethodDescriptionvoidIndexStatusManager.receivePeerIndexStatus(InetAddressAndPort endpoint, VersionedValue versionedValue) Recieve a new index status map from a peer. -
Uses of VersionedValue in org.apache.cassandra.locator
Methods in org.apache.cassandra.locator with parameters of type VersionedValueModifier and TypeMethodDescriptionvoidReconnectableSnitchHelper.beforeChange(InetAddressAndPort endpoint, EndpointState currentState, ApplicationState newStateKey, VersionedValue newValue) voidReconnectableSnitchHelper.onChange(InetAddressAndPort endpoint, ApplicationState state, VersionedValue value) -
Uses of VersionedValue in org.apache.cassandra.schema
Methods in org.apache.cassandra.schema with parameters of type VersionedValueModifier and TypeMethodDescriptionvoidDefaultSchemaUpdateHandler.beforeChange(InetAddressAndPort endpoint, EndpointState currentState, ApplicationState newStateKey, VersionedValue newValue) voidDefaultSchemaUpdateHandler.onChange(InetAddressAndPort endpoint, ApplicationState state, VersionedValue value) -
Uses of VersionedValue in org.apache.cassandra.service
Methods in org.apache.cassandra.service with parameters of type VersionedValueModifier 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 VersionedValue in org.apache.cassandra.service.disk.usage
Methods in org.apache.cassandra.service.disk.usage with parameters of type VersionedValueModifier and TypeMethodDescriptionvoidDiskUsageBroadcaster.beforeChange(InetAddressAndPort endpoint, EndpointState currentState, ApplicationState newStateKey, VersionedValue newValue) voidDiskUsageBroadcaster.onChange(InetAddressAndPort endpoint, ApplicationState state, VersionedValue value) -
Uses of VersionedValue in org.apache.cassandra.service.paxos.cleanup
Methods in org.apache.cassandra.service.paxos.cleanup with parameters of type VersionedValueModifier and TypeMethodDescriptionvoidPaxosCleanupSession.beforeChange(InetAddressAndPort endpoint, EndpointState currentState, ApplicationState newStateKey, VersionedValue newValue) voidPaxosCleanupSession.onChange(InetAddressAndPort endpoint, ApplicationState state, VersionedValue value)