public class CollectionHolder extends java.lang.Object implements java.io.Serializable, DataSerializable
DataSerializable.Replaceable| Modifier and Type | Field and Description |
|---|---|
java.lang.String[] |
arr |
static java.lang.String[] |
secIds |
| Constructor and Description |
|---|
CollectionHolder()
Creates a new instance of CollectionHolder
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
void |
fromData(java.io.DataInput in)
Reads the state of this object as primitive data from the given
DataInput. |
java.lang.String[] |
getArr() |
int |
hashCode() |
void |
toData(java.io.DataOutput out)
Writes the state of this object as primitive data to the given
DataOutput. |
public CollectionHolder()
public java.lang.String[] getArr()
public void fromData(java.io.DataInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
DataSerializableDataInput.fromData in interface DataSerializablejava.io.IOException - A problem occurs while reading from injava.lang.ClassNotFoundException - A class could not be loaded while reading from inpublic void toData(java.io.DataOutput out)
throws java.io.IOException
DataSerializableDataOutput.
Since 5.7 it is possible for any method call to the specified DataOutput to throw
GemFireRethrowable. It should not be caught by user code. If it is it
must be rethrown.
toData in interface DataSerializablejava.io.IOException - A problem occurs while writing to outpublic int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object