Interface CuratorOp
-
- All Known Implementing Classes:
ExtractingCuratorOp
public interface CuratorOp
Internal representation of a transaction operation
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.apache.zookeeper.Op
get()
TypeAndPath
getTypeAndPath()
-
-
-
Method Detail
-
get
org.apache.zookeeper.Op get()
-
getTypeAndPath
TypeAndPath getTypeAndPath()
-
-