org.apache.curator.framework.recipes.locks
Class StandardLockInternalsDriver

java.lang.Object
  extended by org.apache.curator.framework.recipes.locks.StandardLockInternalsDriver

public class StandardLockInternalsDriver
extends Object


Constructor Summary
StandardLockInternalsDriver()
           
 
Method Summary
 String fixForSorting(String str, String lockName)
           
 org.apache.curator.framework.recipes.locks.PredicateResults getsTheLock(org.apache.curator.framework.CuratorFramework client, List<String> children, String sequenceNodeName, int maxLeases)
           
static String standardFixForSorting(String str, String lockName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StandardLockInternalsDriver

public StandardLockInternalsDriver()
Method Detail

getsTheLock

public org.apache.curator.framework.recipes.locks.PredicateResults getsTheLock(org.apache.curator.framework.CuratorFramework client,
                                                                               List<String> children,
                                                                               String sequenceNodeName,
                                                                               int maxLeases)
                                                                        throws Exception
Throws:
Exception

fixForSorting

public String fixForSorting(String str,
                            String lockName)

standardFixForSorting

public static String standardFixForSorting(String str,
                                           String lockName)


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