Constructor and Description |
---|
CreateTTLTxn() |
CreateTTLTxn(String path,
byte[] data,
List<ACL> acl,
int parentCVersion,
long ttl) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(Object peer_) |
void |
deserialize(InputArchive a_,
String tag) |
boolean |
equals(Object peer_) |
List<ACL> |
getAcl() |
byte[] |
getData() |
int |
getParentCVersion() |
String |
getPath() |
long |
getTtl() |
int |
hashCode() |
void |
readFields(DataInput in) |
void |
serialize(OutputArchive a_,
String tag) |
void |
setAcl(List<ACL> m_) |
void |
setData(byte[] m_) |
void |
setParentCVersion(int m_) |
void |
setPath(String m_) |
void |
setTtl(long m_) |
static String |
signature() |
String |
toString() |
void |
write(DataOutput out) |
public String getPath()
public void setPath(String m_)
public byte[] getData()
public void setData(byte[] m_)
public int getParentCVersion()
public void setParentCVersion(int m_)
public long getTtl()
public void setTtl(long m_)
public void serialize(OutputArchive a_, String tag) throws IOException
serialize
in interface Record
IOException
public void deserialize(InputArchive a_, String tag) throws IOException
deserialize
in interface Record
IOException
public void write(DataOutput out) throws IOException
IOException
public void readFields(DataInput in) throws IOException
IOException
public int compareTo(Object peer_) throws ClassCastException
ClassCastException
public static String signature()
Copyright © 2008–2020 The Apache Software Foundation. All rights reserved.