Skip navigation links
A B C D E F G H I L M N O P R S T U V 

A

activate(ComponentContext) - Method in class org.apache.sling.discovery.impl.cluster.ClusterViewChangeListener
 
activate(ComponentContext) - Method in class org.apache.sling.discovery.impl.cluster.voting.VotingHandler
 
activate(Map<String, Object>) - Method in class org.apache.sling.discovery.impl.Config
 
activate(BundleContext) - Method in class org.apache.sling.discovery.impl.DiscoveryServiceImpl
Activate this service
activate(BundleContext) - Method in class org.apache.sling.discovery.impl.TopologyWebConsolePlugin
 
analyzeVotings(ResourceResolver) - Method in class org.apache.sling.discovery.impl.cluster.voting.VotingHandler
Analyze any ongoing voting in the repository.
announcementRegistry - Variable in class org.apache.sling.discovery.impl.common.heartbeat.HeartbeatHandler
 

B

bindPropertyProvider(PropertyProvider, Map<String, Object>) - Method in class org.apache.sling.discovery.impl.DiscoveryServiceImpl
Bind a new property provider.
bindTopologyEventListener(TopologyEventListener) - Method in class org.apache.sling.discovery.impl.DiscoveryServiceImpl
bind a topology event listener

C

checkForLocalClusterViewChange() - Method in class org.apache.sling.discovery.impl.DiscoveryServiceImpl
only checks for local clusterView changes.
checkForTopologyChange() - Method in class org.apache.sling.discovery.impl.DiscoveryServiceImpl
Check the current topology for any potential change
cleanupTimedoutVotings(ResourceResolver) - Method in class org.apache.sling.discovery.impl.cluster.voting.VotingHandler
 
ClusterViewChangeListener - Class in org.apache.sling.discovery.impl.cluster
osgi event handler which takes note when the established view changes in the repository - or when an announcement changed in one of the instances
ClusterViewChangeListener() - Constructor for class org.apache.sling.discovery.impl.cluster.ClusterViewChangeListener
 
ClusterViewServiceImpl - Class in org.apache.sling.discovery.impl.cluster
Default implementation of the ClusterViewService interface.
ClusterViewServiceImpl() - Constructor for class org.apache.sling.discovery.impl.cluster.ClusterViewServiceImpl
 
Config - Class in org.apache.sling.discovery.impl
Configuration object used as a central config point for the discovery service implementation
Config() - Constructor for class org.apache.sling.discovery.impl.Config
 
configure(Map<String, Object>) - Method in class org.apache.sling.discovery.impl.Config
 
CONNECTION_TIMEOUT_KEY - Static variable in class org.apache.sling.discovery.impl.Config
 
connectorRegistry - Variable in class org.apache.sling.discovery.impl.common.heartbeat.HeartbeatHandler
 

D

deactivate() - Method in class org.apache.sling.discovery.impl.cluster.ClusterViewChangeListener
 
deactivate() - Method in class org.apache.sling.discovery.impl.cluster.voting.VotingHandler
 
deactivate() - Method in class org.apache.sling.discovery.impl.common.heartbeat.HeartbeatHandler
 
deactivate() - Method in class org.apache.sling.discovery.impl.DiscoveryServiceImpl
Deactivate this service
deactivate() - Method in class org.apache.sling.discovery.impl.TopologyWebConsolePlugin
 
DEFAULT_CONNECTION_TIMEOUT - Static variable in class org.apache.sling.discovery.impl.Config
Configure the socket connect timeout for topology connectors.
DEFAULT_HEARTBEAT_INTERVAL - Static variable in class org.apache.sling.discovery.impl.Config
Configure the interval (in seconds) according to which the heartbeats are exchanged in the topology.
DEFAULT_HEARTBEAT_TIMEOUT - Static variable in class org.apache.sling.discovery.impl.Config
Configure the timeout (in seconds) after which an instance is considered dead/crashed.
DEFAULT_MIN_EVENT_DELAY - Static variable in class org.apache.sling.discovery.impl.Config
Configure the time (in seconds) which must be passed at minimum between sending TOPOLOGY_CHANGING/_CHANGED (avoid flooding).
DEFAULT_SO_TIMEOUT - Static variable in class org.apache.sling.discovery.impl.Config
Configure the socket read timeout (SO_TIMEOUT) for topology connectors.
determineLiveInstances(Resource, Config) - Static method in class org.apache.sling.discovery.impl.common.ViewHelper
Return the list of cluster instances that are 'live', ie that have sent a heartbeat within the configured heartbeat timeout
DISCOVERY_RESOURCE_PATH_KEY - Static variable in class org.apache.sling.discovery.impl.Config
 
DiscoveryServiceImpl - Class in org.apache.sling.discovery.impl
This implementation of the cross-cluster service uses the view manager implementation for detecting changes in a cluster and only supports one cluster (of which this instance is part of).
DiscoveryServiceImpl() - Constructor for class org.apache.sling.discovery.impl.DiscoveryServiceImpl
 
DiscoveryServiceMBean - Interface in org.apache.sling.discovery.impl
MBean of the DiscoveryServiceImpl
DiscoveryServiceMBeanImpl - Class in org.apache.sling.discovery.impl
MBean implementation for the DiscoveryServiceImpl
doActivate() - Method in class org.apache.sling.discovery.impl.common.heartbeat.HeartbeatHandler
 
doCheckView() - Method in class org.apache.sling.discovery.impl.common.heartbeat.HeartbeatHandler
Check whether the established view matches the reality, ie matches the heartbeats

E

equals(Object) - Method in class org.apache.sling.discovery.impl.common.View
 
EstablishedClusterView - Class in org.apache.sling.discovery.impl.common.resource
A ClusterView which represents an established view and contains all members as stored in the repository at the according location
EstablishedClusterView(Config, View, String) - Constructor for class org.apache.sling.discovery.impl.common.resource.EstablishedClusterView
Construct a new established cluster view
EstablishedInstanceDescription - Class in org.apache.sling.discovery.impl.common.resource
An InstanceDescription which reads the properties from the according location in the repository
EstablishedInstanceDescription(DefaultClusterView, Resource, String, boolean, boolean) - Constructor for class org.apache.sling.discovery.impl.common.resource.EstablishedInstanceDescription
 

F

failedEstablishedViewId - Variable in class org.apache.sling.discovery.impl.common.heartbeat.HeartbeatHandler
 
forcedShutdown() - Method in class org.apache.sling.discovery.impl.DiscoveryServiceImpl
SLING-2901 : send a TOPOLOGY_CHANGING event and shutdown the service thereafter

G

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).

H

handleEvent(Event) - Method in class org.apache.sling.discovery.impl.cluster.ClusterViewChangeListener
Handle osgi events from the repository and take note when the established view, properties or announcements change - and inform the DiscoveryServiceImpl in those cases.
handleEvent(Event) - Method in class org.apache.sling.discovery.impl.cluster.voting.VotingHandler
handle repository changes and react to ongoing votings
handleIsolatedFromTopology() - Method in class org.apache.sling.discovery.impl.DiscoveryServiceImpl
 
handleTopologyChanging() - Method in class org.apache.sling.discovery.impl.DiscoveryServiceImpl
Handle the fact that the topology has started to change - inform the listeners asap
handleTopologyEvent(TopologyEvent) - Method in class org.apache.sling.discovery.impl.TopologyWebConsolePlugin
keep a truncated history of the log events for information purpose (to be shown in the webconsole)
hashCode() - Method in class org.apache.sling.discovery.impl.common.View
 
hasNoVotes() - Method in class org.apache.sling.discovery.impl.cluster.voting.VotingView
Checks whether there are any no votes on this voting
hasVotedYes(String) - Method in class org.apache.sling.discovery.impl.cluster.voting.VotingView
Checks whether the given slingId has voted yes for this voting
HEARTBEAT_INTERVAL_KEY - Static variable in class org.apache.sling.discovery.impl.Config
 
HEARTBEAT_TIMEOUT_KEY - Static variable in class org.apache.sling.discovery.impl.Config
 
HeartbeatHandler - Class in org.apache.sling.discovery.impl.common.heartbeat
The heartbeat handler is responsible and capable of issuing both local and remote heartbeats and registers a periodic job with the scheduler for doing so.
HeartbeatHandler() - Constructor for class org.apache.sling.discovery.impl.common.heartbeat.HeartbeatHandler
 
heartbeatInterval - Variable in class org.apache.sling.discovery.impl.Config
 
heartbeatTimeout - Variable in class org.apache.sling.discovery.impl.Config
 

I

initialize(DiscoveryServiceImpl, String) - Method in class org.apache.sling.discovery.impl.common.heartbeat.HeartbeatHandler
The initialize method is called by the DiscoveryServiceImpl.activate as we require the discoveryService (and the discoveryService has a reference on us - but we cant have circular references in osgi).
invalidateCurrentEstablishedView() - Method in class org.apache.sling.discovery.impl.common.heartbeat.HeartbeatHandler
Mark the current establishedView as invalid - requiring it to be replaced with a new one, be it by another instance or this one, via a new vote
invalidateEstablishedViewId(String) - Method in class org.apache.sling.discovery.impl.cluster.ClusterViewServiceImpl
 
INVERT_REPOSITORY_DESCRIPTOR_NAME_KEY - Static variable in class org.apache.sling.discovery.impl.Config
Whether or not (default false) the leaderElectionRepositoryDescriptor should be inverted (if that one is configured at all).
isAutoStopLocalLoopEnabled() - Method in class org.apache.sling.discovery.impl.Config
 
isEncryptionEnabled() - Method in class org.apache.sling.discovery.impl.Config
 
isGzipConnectorRequestsEnabled() - Method in class org.apache.sling.discovery.impl.Config
 
isHmacEnabled() - Method in class org.apache.sling.discovery.impl.Config
 
isInitiatedBy(String) - Method in class org.apache.sling.discovery.impl.cluster.voting.VotingView
Checks whether this voting was initiated by the given slingId
isOngoingVoting(Config) - Method in class org.apache.sling.discovery.impl.cluster.voting.VotingView
Checks whether this voting is still ongoing - that is, whether a valid votingStart is set and whether that's within the heartbeat timeout configured
issueClusterLocalHeartbeat() - Method in class org.apache.sling.discovery.impl.common.heartbeat.HeartbeatHandler
Issue a cluster local heartbeat (into the repository)
issueHeartbeat() - Method in class org.apache.sling.discovery.impl.common.heartbeat.HeartbeatHandler
Issue a heartbeat.
isTimedoutVoting(Config) - Method in class org.apache.sling.discovery.impl.cluster.voting.VotingView
Checks whether this voting has timed out - that is, whether there is a valid votingStart set and whether that has timed out
isWinning() - Method in class org.apache.sling.discovery.impl.cluster.voting.VotingView
Checks whether this voting is winning - winning is when it has votes from each of the members and all are yes votes

L

LABEL - Static variable in class org.apache.sling.discovery.impl.TopologyWebConsolePlugin
 
LEADER_ELECTION_REPOSITORY_DESCRIPTOR_NAME_KEY - Static variable in class org.apache.sling.discovery.impl.Config
Name of the repository descriptor to be taken into account for leader election: those instances have preference to become leader which have the corresponding descriptor value of 'false'
listOpenNonWinningVotings(ResourceResolver, Config) - Static method in class org.apache.sling.discovery.impl.cluster.voting.VotingHelper
List all the votings that are currently 'open' but 'not winning'.
listTimedoutVotings(ResourceResolver, Config) - Static method in class org.apache.sling.discovery.impl.cluster.voting.VotingHelper
List all the votings that have timed out
listVotings(ResourceResolver, Config) - Static method in class org.apache.sling.discovery.impl.cluster.voting.VotingHelper
 

M

matches(Set<String>) - Method in class org.apache.sling.discovery.impl.common.View
Compare this view with the given set of slingIds
matchesLiveView(Config) - Method in class org.apache.sling.discovery.impl.cluster.voting.VotingView
Checks if this voting matches the current live view
matchesLiveView(Resource, Config) - Method in class org.apache.sling.discovery.impl.common.View
Checks whether this view matches the 'live view' as represented in the clusterInstances resource
MIN_EVENT_DELAY_KEY - Static variable in class org.apache.sling.discovery.impl.Config
 
minEventDelay - Variable in class org.apache.sling.discovery.impl.Config
 

N

NAME - Variable in class org.apache.sling.discovery.impl.cluster.voting.VotingHandler
the name used for the period job with the scheduler
newVoting(ResourceResolver, Config, String, String, Set<String>) - Static method in class org.apache.sling.discovery.impl.cluster.voting.VotingView
Create a new voting with the given list of instances, the given voting/view id and the given slingid of the initiator.

O

org.apache.sling.discovery.impl - package org.apache.sling.discovery.impl
 
org.apache.sling.discovery.impl.cluster - package org.apache.sling.discovery.impl.cluster
 
org.apache.sling.discovery.impl.cluster.voting - package org.apache.sling.discovery.impl.cluster.voting
 
org.apache.sling.discovery.impl.common - package org.apache.sling.discovery.impl.common
 
org.apache.sling.discovery.impl.common.heartbeat - package org.apache.sling.discovery.impl.common.heartbeat
 
org.apache.sling.discovery.impl.common.resource - package org.apache.sling.discovery.impl.common.resource
 

P

periodicCheckJob - Variable in class org.apache.sling.discovery.impl.common.heartbeat.HeartbeatHandler
 
printConfiguration(PrintWriter) - Method in class org.apache.sling.discovery.impl.TopologyWebConsolePlugin
 

R

registerMBean(BundleContext) - Method in class org.apache.sling.discovery.impl.DiscoveryServiceImpl
 
remove(boolean) - Method in class org.apache.sling.discovery.impl.common.View
Delete this view from the repository
renderContent(HttpServletRequest, HttpServletResponse) - Method in class org.apache.sling.discovery.impl.TopologyWebConsolePlugin
 
resetLeaderElectionId() - Method in class org.apache.sling.discovery.impl.common.heartbeat.HeartbeatHandler
Hook that will cause a reset of the leaderElectionId on next invocation of issueClusterLocalHeartbeat.
resourceResolverFactory - Variable in class org.apache.sling.discovery.impl.common.heartbeat.HeartbeatHandler
 

S

scheduler - Variable in class org.apache.sling.discovery.impl.common.heartbeat.HeartbeatHandler
 
setLeaderElectionId(String) - Method in class org.apache.sling.discovery.impl.cluster.voting.VotingHandler
 
shouldInvertRepositoryDescriptor() - Method in class org.apache.sling.discovery.impl.Config
Returns true when the value of the repository descriptor identified via the property 'leaderElectionRepositoryDescriptor' should be inverted - only applies when 'leaderElectionRepositoryDescriptor' is configured of course.
slingSettingsService - Variable in class org.apache.sling.discovery.impl.common.heartbeat.HeartbeatHandler
 
SO_TIMEOUT_KEY - Static variable in class org.apache.sling.discovery.impl.Config
 
startNewVoting() - Method in class org.apache.sling.discovery.impl.common.heartbeat.HeartbeatHandler
Management function to trigger the otherwise algorithm-dependent start of a new voting.
startNewVoting() - Method in interface org.apache.sling.discovery.impl.DiscoveryServiceMBean
Starts a new voting (based on the current set of active instances in the cluster).
startNewVoting() - Method in class org.apache.sling.discovery.impl.DiscoveryServiceMBeanImpl
 

T

testConstructor(SlingSettingsService, ResourceResolverFactory, Config) - Static method in class org.apache.sling.discovery.impl.cluster.ClusterViewServiceImpl
 
testConstructor(SlingSettingsService, ResourceResolverFactory, Config) - Static method in class org.apache.sling.discovery.impl.cluster.voting.VotingHandler
for testing only
testConstructor(SlingSettingsService, ResourceResolverFactory, AnnouncementRegistry, ConnectorRegistry, Config, Scheduler, VotingHandler) - Static method in class org.apache.sling.discovery.impl.common.heartbeat.HeartbeatHandler
for testing only
testConstructor(ResourceResolverFactory, AnnouncementRegistry, ConnectorRegistry, ClusterViewServiceImpl, HeartbeatHandler, SlingSettingsService, Scheduler, Config, SyncTokenService) - Static method in class org.apache.sling.discovery.impl.DiscoveryServiceImpl
for testing only
TITLE - Static variable in class org.apache.sling.discovery.impl.TopologyWebConsolePlugin
 
TOPOLOGY_CONNECTOR_URLS_KEY - Static variable in class org.apache.sling.discovery.impl.Config
URLs where to join a topology, eg http://localhost:4502/libs/sling/topology/connector
TOPOLOGY_CONNECTOR_WHITELIST_KEY - Static variable in class org.apache.sling.discovery.impl.Config
 
TopologyWebConsolePlugin - Class in org.apache.sling.discovery.impl
Simple webconsole which gives an overview of the topology visible by the discovery service
TopologyWebConsolePlugin() - Constructor for class org.apache.sling.discovery.impl.TopologyWebConsolePlugin
 
toString() - Method in class org.apache.sling.discovery.impl.cluster.voting.VotingView
 

U

unbindPropertyProvider(PropertyProvider, Map<String, Object>) - Method in class org.apache.sling.discovery.impl.DiscoveryServiceImpl
Unbind a property provider
unbindTopologyEventListener(TopologyEventListener) - Method in class org.apache.sling.discovery.impl.DiscoveryServiceImpl
Unbind a topology event listener
updatedPropertyProvider(PropertyProvider, Map<String, Object>) - Method in class org.apache.sling.discovery.impl.DiscoveryServiceImpl
Update a property provider.
updateProperties() - Method in class org.apache.sling.discovery.impl.common.heartbeat.HeartbeatHandler
 
updateProperties() - Method in class org.apache.sling.discovery.impl.DiscoveryServiceImpl
Update the properties and sent a topology event if applicable
useSyncTokenService() - Method in class org.apache.sling.discovery.impl.Config
 

V

valueOf(String) - Static method in enum org.apache.sling.discovery.impl.cluster.voting.VotingHandler.VotingDetail
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.apache.sling.discovery.impl.cluster.voting.VotingHandler.VotingDetail
Returns an array containing the constants of this enum type, in the order they are declared.
View - Class in org.apache.sling.discovery.impl.common
DAO for a view stored in the repository.
View(Resource) - Constructor for class org.apache.sling.discovery.impl.common.View
 
VIEW_PROPERTY_CLUSTER_ID - Static variable in class org.apache.sling.discovery.impl.common.View
 
VIEW_PROPERTY_CLUSTER_ID_DEFINED_AT - Static variable in class org.apache.sling.discovery.impl.common.View
 
VIEW_PROPERTY_CLUSTER_ID_DEFINED_BY - Static variable in class org.apache.sling.discovery.impl.common.View
 
ViewHelper - Class in org.apache.sling.discovery.impl.common
helper for views
ViewHelper() - Constructor for class org.apache.sling.discovery.impl.common.ViewHelper
 
vote(String, Boolean, String) - Method in class org.apache.sling.discovery.impl.cluster.voting.VotingView
add a vote from the given slingId to this voting
VotingHandler - Class in org.apache.sling.discovery.impl.cluster.voting
The osgi event handler responsible for following any votings and vote accordingly
VotingHandler() - Constructor for class org.apache.sling.discovery.impl.cluster.voting.VotingHandler
 
VotingHandler.VotingDetail - Enum in org.apache.sling.discovery.impl.cluster.voting
 
VotingHelper - Class in org.apache.sling.discovery.impl.cluster.voting
Helper class for voting
VotingHelper() - Constructor for class org.apache.sling.discovery.impl.cluster.voting.VotingHelper
 
VotingView - Class in org.apache.sling.discovery.impl.cluster.voting
DAO for an ongoing voting, providing a few helper methods
VotingView(Resource) - Constructor for class org.apache.sling.discovery.impl.cluster.voting.VotingView
Construct a voting view based on the given resource
A B C D E F G H I L M N O P R S T U V 
Skip navigation links

Copyright © 2007–2017 The Apache Software Foundation. All rights reserved.