com.hazelcast.map.impl.client
Class MapSizeRequest
java.lang.Object
   com.hazelcast.client.impl.client.ClientRequest
com.hazelcast.client.impl.client.ClientRequest
       com.hazelcast.client.impl.client.AllPartitionsClientRequest
com.hazelcast.client.impl.client.AllPartitionsClientRequest
           com.hazelcast.map.impl.client.MapSizeRequest
com.hazelcast.map.impl.client.MapSizeRequest
- All Implemented Interfaces: 
- RetryableRequest, SecureRequest, Portable, VersionedPortable
- public class MapSizeRequest 
- extends AllPartitionsClientRequest- implements Portable, RetryableRequest, SecureRequest
 
 
 
 
 
| Methods inherited from class com.hazelcast.client.impl.client.ClientRequest | 
| getCallId, getClassVersion, getClientEngine, getDistributedObjectType, getEndpoint, 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 | 
 
 
 
MapSizeRequest
public MapSizeRequest()
MapSizeRequest
public MapSizeRequest(String name)
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
 
getClassId
public int getClassId()
- Description copied from interface: Portable
- Returns class identifier for this portable class. Class id should be unique per PortableFactory.
 
- 
- Specified by:
- getClassIdin interface- Portable
 
- 
- Returns:
- class 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
 
createOperationFactory
protected OperationFactory createOperationFactory()
- 
- Specified by:
- createOperationFactoryin class- AllPartitionsClientRequest
 
- 
 
reduce
protected Object reduce(Map<Integer,Object> map)
- 
- Specified by:
- reducein class- AllPartitionsClientRequest
 
- 
 
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:
 
getMethodName
public String getMethodName()
- Description copied from interface: SecureRequest
- Used for SecurityInterceptorMethod name which called via a distributedObject
 for map.put, methodName will be 'put'
 For requests which do not produced via a distributedObject should return null, for example internal client.
 
- 
- Specified by:
- getMethodNamein interface- SecureRequest
- Overrides:
- getMethodNamein class- ClientRequest
 
- 
- Returns:
 
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.