com.hazelcast.concurrent.atomicreference.client
Class ModifyRequest
java.lang.Object
   com.hazelcast.client.impl.client.ClientRequest
com.hazelcast.client.impl.client.ClientRequest
       com.hazelcast.client.impl.client.PartitionClientRequest
com.hazelcast.client.impl.client.PartitionClientRequest
           com.hazelcast.concurrent.atomicreference.client.ModifyRequest
com.hazelcast.concurrent.atomicreference.client.ModifyRequest
- All Implemented Interfaces: 
- SecureRequest, Portable, VersionedPortable
- Direct Known Subclasses: 
- CompareAndSetRequest, GetAndSetRequest, SetRequest
- public abstract class ModifyRequest 
- extends PartitionClientRequest- implements Portable, SecureRequest
 
 
 
 
 
| Methods inherited from class com.hazelcast.client.impl.client.ClientRequest | 
| getCallId, getClassVersion, getClientEngine, getDistributedObjectType, getEndpoint, getMethodName, getParameters, getService, isSingleConnection, readPortable, setCallId, setClientEngine, setEndpoint, setOperationService, setSerializationService, setService, setSingleConnection, writePortable | 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
 
 
ModifyRequest
public ModifyRequest()
ModifyRequest
public ModifyRequest(String name,
                     Data update)
getPartition
protected int getPartition()
- 
- Specified by:
- getPartitionin class- PartitionClientRequest
 
- 
 
getServiceName
public String getServiceName()
- 
- Specified by:
- getServiceNamein class- ClientRequest
 
- 
 
getFactoryId
public int getFactoryId()
- Description copied from interface: Portable
- Returns PortableFactory id for this portable class
 
- 
- Specified by:
- getFactoryIdin interface- Portable
 
- 
- Returns:
- factory id
 
write
public void write(PortableWriter writer)
           throws IOException
- 
- Overrides:
- writein class- ClientRequest
 
- 
- Throws:
- IOException
 
read
public void read(PortableReader reader)
          throws IOException
- 
- Overrides:
- readin class- ClientRequest
 
- 
- Throws:
- IOException
 
getRequiredPermission
public Permission getRequiredPermission()
- 
- Specified by:
- getRequiredPermissionin interface- SecureRequest
 
- 
 
getDistributedObjectName
public String getDistributedObjectName()
- Description copied from interface: SecureRequest
- Used for SecurityInterceptor
 
- 
- Specified by:
- getDistributedObjectNamein interface- SecureRequest
- Overrides:
- getDistributedObjectNamein class- ClientRequest
 
- 
- Returns:
 
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.