Index
All Classes and Interfaces|All Packages|Constant Field Values
A
- allFeatures() - Static method in enum class org.gridgain.internal.upgrade.GridGainFeature
-
Returns a
BitSetwith bits set for every feature known to this build.
B
- blockConfigurationUpdatesIfNeeded() - Method in interface org.gridgain.internal.upgrade.RollingUpgradeManager
-
Block configuration updates if needed.
C
- cancelUpgrade() - Method in interface org.gridgain.internal.upgrade.RollingUpgradeManager
-
Cancels rolling upgrade process.
- commitUpgrade() - Method in interface org.gridgain.internal.upgrade.RollingUpgradeManager
-
Commits rolling upgrade process.
- currentVersion() - Method in class org.gridgain.internal.upgrade.UpgradeState
- currentVersionNodes() - Method in class org.gridgain.internal.upgrade.UpgradeState
E
- encode(BitSet) - Static method in enum class org.gridgain.internal.upgrade.GridGainFeature
-
Encodes a
BitSetinto a Base64 string suitable for node attributes. - equals(Object) - Method in class org.gridgain.internal.upgrade.UpgradeState
F
- FeatureChecker - Interface in org.gridgain.internal.upgrade
-
Provides a uniform way to check whether a
GridGainFeatureis available in the current cluster. - featureId() - Method in enum class org.gridgain.internal.upgrade.GridGainFeature
-
Returns the unique bit position for this feature.
G
- GridGainFeature - Enum Class in org.gridgain.internal.upgrade
-
Enumerates cluster-wide features whose availability is determined by the presence of the feature on every node in the logical topology.
H
- hashCode() - Method in class org.gridgain.internal.upgrade.UpgradeState
I
- isNodeUpgraded(String) - Method in interface org.gridgain.internal.upgrade.RollingUpgradeManager
-
Checks if the node is upgraded to the target version.
- isSupported(GridGainFeature) - Method in interface org.gridgain.internal.upgrade.FeatureChecker
-
Returns
trueif all nodes in the cluster support the given feature. - isTargetVersion(String) - Method in interface org.gridgain.internal.upgrade.RollingUpgradeManager
-
Checks is provided version is the target version for rolling upgrade.
- isUpgradeInProgress() - Method in interface org.gridgain.internal.upgrade.RollingUpgradeManager
-
Returns future that shows whether upgrade is in progress or not.
L
- LOCAL_SNAPSHOT_SCANNING - Enum constant in enum class org.gridgain.internal.upgrade.GridGainFeature
-
Local snapshot scanning.
N
- nextVersion() - Method in class org.gridgain.internal.upgrade.UpgradeState
- nextVersionNodes() - Method in class org.gridgain.internal.upgrade.UpgradeState
- NODE_ATTRIBUTES_KEY - Static variable in enum class org.gridgain.internal.upgrade.GridGainFeature
-
System attribute key under which the node's supported-features BitSet is stored.
O
- onUpgradeCommitted(String) - Method in interface org.gridgain.internal.upgrade.UpgradeListener
-
Called when the rolling upgrade is committed.
- onUpgradeStarted(String) - Method in interface org.gridgain.internal.upgrade.UpgradeListener
-
Called when a new rolling upgrade is started.
- org.gridgain.internal.upgrade - package org.gridgain.internal.upgrade
P
- PARTITION_STORAGE_ADMISSION - Enum constant in enum class org.gridgain.internal.upgrade.GridGainFeature
-
Partition stop-write logic (NodeStorageStateMessage / NodeStorageStateRequestMessage).
R
- registerUpgradeListener(UpgradeListener) - Method in interface org.gridgain.internal.upgrade.RollingUpgradeManager
-
Registers a listener that will be notified when the rolling upgrade is committed.
- RollingUpgradeManager - Interface in org.gridgain.internal.upgrade
-
Rolling upgrade manager.
S
- SQL_SHARED_STATE_V2 - Enum constant in enum class org.gridgain.internal.upgrade.GridGainFeature
-
SQL shared state V2 protocol for query batching.
- SQL_STAT_GATHERING_V2 - Enum constant in enum class org.gridgain.internal.upgrade.GridGainFeature
-
SQL statistics gathering V2.
- startUpgrade(String) - Method in interface org.gridgain.internal.upgrade.RollingUpgradeManager
-
Starts rolling upgrade process.
- supports(String, GridGainFeature) - Static method in enum class org.gridgain.internal.upgrade.GridGainFeature
-
Checks whether the given feature is present in a Base64-encoded feature set.
U
- UpgradeListener - Interface in org.gridgain.internal.upgrade
-
Listener that is notified about rolling upgrade lifecycle events.
- upgradeState() - Method in interface org.gridgain.internal.upgrade.RollingUpgradeManager
-
Retrieves the current state of the rolling upgrade process.
- UpgradeState - Class in org.gridgain.internal.upgrade
-
Represents rolling upgrade state.
- UpgradeState(String, String, Set<String>, Set<String>) - Constructor for class org.gridgain.internal.upgrade.UpgradeState
-
Constructor.
V
- valueOf(String) - Static method in enum class org.gridgain.internal.upgrade.GridGainFeature
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class org.gridgain.internal.upgrade.GridGainFeature
-
Returns an array containing the constants of this enum class, in the order they are declared.
All Classes and Interfaces|All Packages|Constant Field Values