Class MultiBucketSingleFileProcessResult
java.lang.Object
com.gigaspaces.internal.cluster.node.impl.processlog.multibucketsinglefile.MultiBucketSingleFileProcessResult
- All Implemented Interfaces:
IProcessResult,SmartExternalizable,Externalizable,Serializable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final MultiBucketSingleFileProcessResultstatic final MultiBucketSingleFileProcessResult -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.gigaspaces.serialization.SmartExternalizable
enabledSmartExternalizableWithReference
-
Field Details
-
OK
-
PENDING
-
-
Constructor Details
-
MultiBucketSingleFileProcessResult
public MultiBucketSingleFileProcessResult() -
MultiBucketSingleFileProcessResult
public MultiBucketSingleFileProcessResult(boolean processed) -
MultiBucketSingleFileProcessResult
-
-
Method Details
-
isProcessed
public boolean isProcessed() -
getError
-
writeExternal
- Specified by:
writeExternalin interfaceExternalizable- Throws:
IOException
-
readExternal
- Specified by:
readExternalin interfaceExternalizable- Throws:
IOExceptionClassNotFoundException
-
isPending
public boolean isPending()
-