public class UpdateLeaseSpaceOperationRequest extends SpaceOperationRequest<UpdateLeaseSpaceOperationResult>
| Constructor and Description | 
|---|
| UpdateLeaseSpaceOperationRequest()Required for Externalizable | 
| UpdateLeaseSpaceOperationRequest(String uid,
                                String typeName,
                                int leaseObjectType,
                                long duration,
                                Object routingValue) | 
| Modifier and Type | Method and Description | 
|---|---|
| UpdateLeaseSpaceOperationResult | createRemoteOperationResult() | 
| long | getDuration() | 
| UpdateLeaseSpaceOperationResult | getFinalResult() | 
| int | getLeaseObjectType() | 
| String | getLRMIMethodTrackingId() | 
| int | getOperationCode() | 
| PartitionedClusterExecutionType | getPartitionedClusterExecutionType() | 
| Object | getPartitionedClusterRoutingValue(PartitionedClusterRemoteOperationRouter router) | 
| String | getTypeName() | 
| String | getUid() | 
| boolean | isCancel() | 
| boolean | processPartitionResult(UpdateLeaseSpaceOperationResult remoteOperationResult,
                      List<UpdateLeaseSpaceOperationResult> previousResults,
                      int numOfPartitions) | 
| void | readExternal(ObjectInput in) | 
| void | toText(Textualizer textualizer) | 
| void | writeExternal(ObjectOutput out) | 
afterOperationExecution, beforeOperationExecution, clone, createCopy, getAsyncFinalResult, getPreciseDistributionGroupingCode, getRemoteOperationResult, getSpaceContext, getTransaction, hasLockedResources, isBlockingOperation, isDedicatedPoolRequired, isDirectExecutionEnabled, processUnknownTypeException, requiresPartitionedPreciseDistribution, setRemoteOperationExecutionError, setRemoteOperationResult, setSpaceContext, supportsSecurity, toStringequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitenabledSmartExternalizableWithReferencepublic UpdateLeaseSpaceOperationRequest()
public int getOperationCode()
public UpdateLeaseSpaceOperationResult createRemoteOperationResult()
public PartitionedClusterExecutionType getPartitionedClusterExecutionType()
public boolean processPartitionResult(UpdateLeaseSpaceOperationResult remoteOperationResult, List<UpdateLeaseSpaceOperationResult> previousResults, int numOfPartitions)
processPartitionResult in interface RemoteOperationRequest<UpdateLeaseSpaceOperationResult>processPartitionResult in class SpaceOperationRequest<UpdateLeaseSpaceOperationResult>public UpdateLeaseSpaceOperationResult getFinalResult()
public Object getPartitionedClusterRoutingValue(PartitionedClusterRemoteOperationRouter router)
public String getUid()
public String getTypeName()
public int getLeaseObjectType()
public long getDuration()
public boolean isCancel()
public void toText(Textualizer textualizer)
toText in interface TextualizabletoText in class SpaceOperationRequest<UpdateLeaseSpaceOperationResult>public String getLRMIMethodTrackingId()
public void writeExternal(ObjectOutput out) throws IOException
writeExternal in interface ExternalizablewriteExternal in class SpaceOperationRequest<UpdateLeaseSpaceOperationResult>IOExceptionpublic void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal in interface ExternalizablereadExternal in class SpaceOperationRequest<UpdateLeaseSpaceOperationResult>IOExceptionClassNotFoundExceptionCopyright © GigaSpaces.