- getAnnouncementRegistry() - Method in class org.apache.sling.discovery.impl.common.heartbeat.HeartbeatHandler
-
- getAnnouncementRegistry() - Method in class org.apache.sling.discovery.impl.DiscoveryServiceImpl
-
- getBackoffStableFactor() - Method in class org.apache.sling.discovery.impl.Config
-
Returns the (maximum) backoff factor to be used for stable connectors
- getBackoffStandbyFactor() - Method in class org.apache.sling.discovery.impl.Config
-
Returns the backoff factor to be used for standby (loop) connectors
- getBackoffStandbyInterval() - Method in class org.apache.sling.discovery.impl.Config
-
Returns the backoff interval for standby (loop) connectors in seconds
- getClusterInstancesPath() - Method in class org.apache.sling.discovery.impl.Config
-
Returns the resource path where cluster instance informations are stored.
- getClusterSyncServiceIntervalMillis() - Method in class org.apache.sling.discovery.impl.Config
-
- getClusterSyncServiceTimeoutMillis() - Method in class org.apache.sling.discovery.impl.Config
-
- getClusterViewService() - Method in class org.apache.sling.discovery.impl.DiscoveryServiceImpl
-
- getClusterViewServiceImpl() - Method in class org.apache.sling.discovery.impl.DiscoveryServiceImpl
-
- getConnectorConfig() - Method in class org.apache.sling.discovery.impl.common.heartbeat.HeartbeatHandler
-
- getConnectorPingInterval() - Method in class org.apache.sling.discovery.impl.Config
-
- getConnectorPingTimeout() - Method in class org.apache.sling.discovery.impl.Config
-
- getConnectorRegistry() - Method in class org.apache.sling.discovery.impl.common.heartbeat.HeartbeatHandler
-
- getDiscoveryResourcePath() - Method in class org.apache.sling.discovery.impl.Config
-
- getEstablishedView(ResourceResolver, Config) - Static method in class org.apache.sling.discovery.impl.common.ViewHelper
-
Return the currently established cluster view - or null if there is no
cluster view established at the moment.
- getEstablishedViewPath() - Method in class org.apache.sling.discovery.impl.Config
-
Returns the resource path where the established view is stored.
- getHeartbeatInterval() - Method in class org.apache.sling.discovery.impl.Config
-
Returns the interval (in seconds) in which heartbeats are sent
- getHeartbeatTimeout() - Method in class org.apache.sling.discovery.impl.Config
-
Returns the timeout (in seconds) after which an instance or voting is considered invalid/timed out
- getHeartbeatTimeoutMillis() - Method in class org.apache.sling.discovery.impl.Config
-
Returns the timeout (in milliseconds) after which an instance or voting is considered invalid/timed out
- getIdMapPath() - Method in class org.apache.sling.discovery.impl.Config
-
- getKeyInterval() - Method in class org.apache.sling.discovery.impl.Config
-
- getLabel() - Method in class org.apache.sling.discovery.impl.TopologyWebConsolePlugin
-
- getLeaderElectionRepositoryDescriptor() - Method in class org.apache.sling.discovery.impl.Config
-
Returns the repository descriptor key which is to be included in the
cluster leader election - or null.
- getLocalClusterView() - Method in class org.apache.sling.discovery.impl.cluster.ClusterViewServiceImpl
-
- getMinEventDelay() - Method in class org.apache.sling.discovery.impl.Config
-
Returns the minimum time (in seconds) between sending TOPOLOGY_CHANGING/_CHANGED events - to avoid flooding
- getOngoingVotingsPath() - Method in class org.apache.sling.discovery.impl.Config
-
Returns the resource path where ongoing votings are stored.
- getPreviousViewPath() - Method in class org.apache.sling.discovery.impl.Config
-
Returns the resource path where the previous view is stored.
- getResource() - Method in class org.apache.sling.discovery.impl.common.View
-
Returns the underlying resource of this view.
- getResourceResolverFactory() - Method in class org.apache.sling.discovery.impl.common.heartbeat.HeartbeatHandler
-
- getScheduler() - Method in class org.apache.sling.discovery.impl.common.heartbeat.HeartbeatHandler
-
- getSharedKey() - Method in class org.apache.sling.discovery.impl.Config
-
- getSlingId() - Method in class org.apache.sling.discovery.impl.cluster.ClusterViewServiceImpl
-
- getSlingSettingsService() - Method in class org.apache.sling.discovery.impl.common.heartbeat.HeartbeatHandler
-
- getSocketConnectTimeout() - Method in class org.apache.sling.discovery.impl.Config
-
Returns the socket connect() timeout used by the topology connector, 0 disables the timeout
- getSoTimeout() - Method in class org.apache.sling.discovery.impl.Config
-
Returns the socket read timeout (SO_TIMEOUT) used by the topology connector, 0 disables the timeout
- getSyncTokenPath() - Method in class org.apache.sling.discovery.impl.Config
-
- getTitle() - Method in class org.apache.sling.discovery.impl.TopologyWebConsolePlugin
-
- getTopologyConnectorURLs() - Method in class org.apache.sling.discovery.impl.Config
-
Returns the URLs to which to open a topology connector - or null/empty if no topology connector
is configured (default is null)
- getTopologyConnectorWhitelist() - Method in class org.apache.sling.discovery.impl.Config
-
Returns a comma separated list of hostnames and/or ip addresses which are allowed as
remote hosts to open connections to the topology connector servlet
- getViewId() - Method in class org.apache.sling.discovery.impl.common.View
-
Returns the id of this view.
- getViewStateManager() - Method in class org.apache.sling.discovery.impl.DiscoveryServiceImpl
-
for testing only
- getVote(String) - Method in class org.apache.sling.discovery.impl.cluster.voting.VotingView
-
Get the vote of the instance with the given slingId
- getVotingId() - Method in class org.apache.sling.discovery.impl.cluster.voting.VotingView
-
- getWinningVoting(ResourceResolver, Config) - Static method in class org.apache.sling.discovery.impl.cluster.voting.VotingHelper
-
Return the still valid (ongoing) and winning (received a yes vote
from everybody) voting
- getYesVotingsOf(ResourceResolver, Config, String) - Static method in class org.apache.sling.discovery.impl.cluster.voting.VotingHelper
-
Returns the voting for which the given slingId has vote yes or was the
initiator (which is equal to yes).