Class TypeAndPath
- java.lang.Object
-
- org.apache.curator.framework.api.transaction.TypeAndPath
-
public class TypeAndPath extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description TypeAndPath(OperationType type, java.lang.String forPath)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetForPath()OperationTypegetType()
-
-
-
Constructor Detail
-
TypeAndPath
public TypeAndPath(OperationType type, java.lang.String forPath)
-
-
Method Detail
-
getType
public OperationType getType()
-
getForPath
public java.lang.String getForPath()
-
-