Class CuratorTempFrameworkImpl
java.lang.Object
org.apache.curator.framework.imps.CuratorTempFrameworkImpl
- All Implemented Interfaces:
Closeable
,AutoCloseable
,CuratorTempFramework
-
Constructor Summary
ConstructorDescriptionCuratorTempFrameworkImpl
(CuratorFrameworkFactory.Builder factory, long inactiveThresholdMs) -
Method Summary
-
Constructor Details
-
CuratorTempFrameworkImpl
-
-
Method Details
-
close
public void close()Description copied from interface:CuratorTempFramework
Stop the client- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceCloseable
- Specified by:
close
in interfaceCuratorTempFramework
-
inTransaction
Description copied from interface:CuratorTempFramework
Start a transaction builder- Specified by:
inTransaction
in interfaceCuratorTempFramework
- Returns:
- builder object
- Throws:
Exception
- errors
-
getData
Description copied from interface:CuratorTempFramework
Start a get data builder- Specified by:
getData
in interfaceCuratorTempFramework
- Returns:
- builder object
- Throws:
Exception
- errors
-