Uses of Interface
org.apache.curator.framework.api.CreateBuilderMain
-
Packages that use CreateBuilderMain Package Description org.apache.curator.framework.api org.apache.curator.framework.imps -
-
Uses of CreateBuilderMain in org.apache.curator.framework.api
Subinterfaces of CreateBuilderMain in org.apache.curator.framework.api Modifier and Type Interface Description interfaceCreateBuilderinterfaceCreateBuilder2Methods in org.apache.curator.framework.api that return CreateBuilderMain Modifier and Type Method Description CreateBuilderMainCreateBuilder. withTtl(long ttl)Specify a TTL when mode isCreateMode.PERSISTENT_WITH_TTLorCreateMode.PERSISTENT_SEQUENTIAL_WITH_TTL.CreateBuilderMainCreateBuilder2. withTtl(long ttl)Specify a TTL when mode isCreateMode.PERSISTENT_WITH_TTLorCreateMode.PERSISTENT_SEQUENTIAL_WITH_TTL. -
Uses of CreateBuilderMain in org.apache.curator.framework.imps
Classes in org.apache.curator.framework.imps that implement CreateBuilderMain Modifier and Type Class Description classCreateBuilderImplMethods in org.apache.curator.framework.imps that return CreateBuilderMain Modifier and Type Method Description CreateBuilderMainCreateBuilderImpl. withTtl(long ttl)
-