Package org.apache.sling.discovery.impl.cluster.voting

Examples of org.apache.sling.discovery.impl.cluster.voting.VotingView


            } catch(Exception e) {
                logger.warn("doCheckView: Exception occurred while cleaning up votings: "+e, e);
            }
        }

        final VotingView winningVoting = VotingHelper.getWinningVoting(
                resourceResolver, config);
        int numOpenNonWinningVotes = VotingHelper.listOpenNonWinningVotings(
                resourceResolver, config).size();
        if (winningVoting != null || (numOpenNonWinningVotes > 0)) {
            // then there are votings pending and I shall wait for them to
View Full Code Here

TOP

Related Classes of org.apache.sling.discovery.impl.cluster.voting.VotingView

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.