public class MultiBucketSingleFileProcessResult extends Object implements IProcessResult
Modifier and Type | Field and Description |
---|---|
static MultiBucketSingleFileProcessResult |
OK |
static MultiBucketSingleFileProcessResult |
PENDING |
Constructor and Description |
---|
MultiBucketSingleFileProcessResult() |
MultiBucketSingleFileProcessResult(boolean processed) |
MultiBucketSingleFileProcessResult(Throwable error) |
Modifier and Type | Method and Description |
---|---|
Throwable |
getError() |
boolean |
isPending() |
boolean |
isProcessed() |
void |
readExternal(ObjectInput in) |
void |
writeExternal(ObjectOutput out) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
enabledSmartExternalizableWithReference
public static final MultiBucketSingleFileProcessResult OK
public static final MultiBucketSingleFileProcessResult PENDING
public MultiBucketSingleFileProcessResult()
public MultiBucketSingleFileProcessResult(boolean processed)
public MultiBucketSingleFileProcessResult(Throwable error)
public boolean isProcessed()
public Throwable getError()
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
public boolean isPending()
Copyright © GigaSpaces.