public class RemainingCapacityRequest extends CallableClientRequest implements RetryableRequest
Modifier and Type | Field and Description |
---|---|
protected String |
name |
callId, clientEngine, endpoint, service
Constructor and Description |
---|
RemainingCapacityRequest() |
RemainingCapacityRequest(String name) |
Modifier and Type | Method and Description |
---|---|
Object |
call() |
int |
getClassId() |
int |
getFactoryId() |
Permission |
getRequiredPermission() |
String |
getServiceName() |
void |
read(PortableReader reader) |
void |
write(PortableWriter writer) |
getCallId, getClientEngine, getEndpoint, getService, isSingleConnection, readPortable, setCallId, setSingleConnection, writePortable
protected String name
public RemainingCapacityRequest()
public RemainingCapacityRequest(String name)
public int getFactoryId()
getFactoryId
in interface Portable
public int getClassId()
getClassId
in interface Portable
public void write(PortableWriter writer) throws IOException
write
in class ClientRequest
IOException
public void read(PortableReader reader) throws IOException
read
in class ClientRequest
IOException
public String getServiceName()
getServiceName
in class ClientRequest
public Permission getRequiredPermission()
getRequiredPermission
in interface SecureRequest
Copyright © 2014 Hazelcast, Inc.. All rights reserved.