public class RWSetInfo extends Object implements Externalizable
| Modifier and Type | Field and Description |
|---|---|
HashSet<String> |
readSet |
HashSet<String> |
unusedSet |
HashSet<String> |
writeSet |
| Constructor and Description |
|---|
RWSetInfo() |
RWSetInfo(RWSetInfo_thrift rwSetInfo_thrift)
Constructs a Java representation of a RWSetInfo out of a Thrift representation
|
| Modifier and Type | Method and Description |
|---|---|
void |
readExternal(ObjectInput in) |
String |
toString() |
void |
writeExternal(ObjectOutput out) |
public RWSetInfo()
public RWSetInfo(RWSetInfo_thrift rwSetInfo_thrift)
rwSetInfo_thrift - The Thrift representation of a RWSetInfo that is to be convertedpublic void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal in interface ExternalizableIOExceptionClassNotFoundExceptionpublic void writeExternal(ObjectOutput out) throws IOException
writeExternal in interface ExternalizableIOException