public class WriteEntriesResult extends Object implements SmartExternalizable, Textualizable
Constructor and Description |
---|
WriteEntriesResult()
Required for Externalizable
|
WriteEntriesResult(int length) |
Modifier and Type | Method and Description |
---|---|
Exception[] |
getErrors() |
WriteEntryResult[] |
getResults() |
int |
getSize() |
boolean |
isError(int i) |
void |
readExternal(ObjectInput in) |
void |
setError(int i,
Exception exception) |
void |
setResult(int i,
WriteEntryResult result) |
String |
toString() |
void |
toText(Textualizer textualizer) |
void |
writeExternal(ObjectOutput out) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
enabledSmartExternalizableWithReference
public WriteEntriesResult()
public WriteEntriesResult(int length)
public int getSize()
public void setResult(int i, WriteEntryResult result)
public boolean isError(int i)
public void setError(int i, Exception exception)
public Exception[] getErrors()
public WriteEntryResult[] getResults()
public void toText(Textualizer textualizer)
toText
in interface Textualizable
public void writeExternal(ObjectOutput out) throws IOException
writeExternal
in interface Externalizable
IOException
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
IOException
ClassNotFoundException
Copyright © GigaSpaces.