com.hazelcast.replicatedmap.impl.client
Class ReplicatedMapPortableHook

java.lang.Object
  extended by com.hazelcast.replicatedmap.impl.client.ReplicatedMapPortableHook
All Implemented Interfaces:
PortableHook

public class ReplicatedMapPortableHook
extends Object
implements PortableHook

This class registers all Portable serializers that are needed for communication between nodes and clients


Field Summary
static int ADD_LISTENER
           
static int CLEAR
           
static int CONTAINS_KEY
           
static int CONTAINS_VALUE
           
static int ENTRY_SET
           
static int F_ID
           
static int GET
           
static int GET_RESPONSE
           
static int IS_EMPTY
           
static int KEY_SET
           
static int MAP_ENTRY_EVENT
           
static int MAP_ENTRY_SET
           
static int MAP_KEY_SET
           
static int PUT_ALL
           
static int PUT_TTL
           
static int REMOVE
           
static int REMOVE_LISTENER
           
static int SIZE
           
static int VALUES
           
static int VALUES_COLLECTION
           
 
Constructor Summary
ReplicatedMapPortableHook()
           
 
Method Summary
 PortableFactory createFactory()
           
 Collection<ClassDefinition> getBuiltinDefinitions()
           
 int getFactoryId()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

F_ID

public static final int F_ID

SIZE

public static final int SIZE
See Also:
Constant Field Values

IS_EMPTY

public static final int IS_EMPTY
See Also:
Constant Field Values

CONTAINS_KEY

public static final int CONTAINS_KEY
See Also:
Constant Field Values

CONTAINS_VALUE

public static final int CONTAINS_VALUE
See Also:
Constant Field Values

PUT_TTL

public static final int PUT_TTL
See Also:
Constant Field Values

GET

public static final int GET
See Also:
Constant Field Values

REMOVE

public static final int REMOVE
See Also:
Constant Field Values

PUT_ALL

public static final int PUT_ALL
See Also:
Constant Field Values

KEY_SET

public static final int KEY_SET
See Also:
Constant Field Values

VALUES

public static final int VALUES
See Also:
Constant Field Values

ENTRY_SET

public static final int ENTRY_SET
See Also:
Constant Field Values

MAP_ENTRY_SET

public static final int MAP_ENTRY_SET
See Also:
Constant Field Values

MAP_KEY_SET

public static final int MAP_KEY_SET
See Also:
Constant Field Values

VALUES_COLLECTION

public static final int VALUES_COLLECTION
See Also:
Constant Field Values

GET_RESPONSE

public static final int GET_RESPONSE
See Also:
Constant Field Values

ADD_LISTENER

public static final int ADD_LISTENER
See Also:
Constant Field Values

REMOVE_LISTENER

public static final int REMOVE_LISTENER
See Also:
Constant Field Values

MAP_ENTRY_EVENT

public static final int MAP_ENTRY_EVENT
See Also:
Constant Field Values

CLEAR

public static final int CLEAR
See Also:
Constant Field Values
Constructor Detail

ReplicatedMapPortableHook

public ReplicatedMapPortableHook()
Method Detail

getFactoryId

public int getFactoryId()
Specified by:
getFactoryId in interface PortableHook

createFactory

public PortableFactory createFactory()
Specified by:
createFactory in interface PortableHook

getBuiltinDefinitions

public Collection<ClassDefinition> getBuiltinDefinitions()
Specified by:
getBuiltinDefinitions in interface PortableHook


Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.