Uses of Interface
org.apache.curator.framework.recipes.locks.LockInternalsSorter

Packages that use LockInternalsSorter
org.apache.curator.framework.recipes.locks   
 

Uses of LockInternalsSorter in org.apache.curator.framework.recipes.locks
 

Methods in org.apache.curator.framework.recipes.locks with parameters of type LockInternalsSorter
static Collection<String> LockInternals.getParticipantNodes(org.apache.curator.framework.CuratorFramework client, String basePath, String lockName, LockInternalsSorter sorter)
           
static List<String> LockInternals.getSortedChildren(org.apache.curator.framework.CuratorFramework client, String basePath, String lockName, LockInternalsSorter sorter)
           
static List<String> LockInternals.getSortedChildren(String lockName, LockInternalsSorter sorter, List<String> children)
           
 



Copyright © 2011–2014 The Apache Software Foundation. All rights reserved.