public class ReplicatedMapPortableHook extends Object implements PortableHook
| Modifier and Type | Field and Description | 
|---|---|
| static int | ADD_LISTENER | 
| static int | ADD_NEAR_CACHE_ENTRY_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_ENTRIES | 
| static int | MAP_ENTRY_EVENT | 
| 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 and Description | 
|---|
| ReplicatedMapPortableHook() | 
| Modifier and Type | Method and Description | 
|---|---|
| PortableFactory | createFactory() | 
| Collection<ClassDefinition> | getBuiltinDefinitions() | 
| int | getFactoryId() | 
public static final int F_ID
public static final int SIZE
public static final int IS_EMPTY
public static final int CONTAINS_KEY
public static final int CONTAINS_VALUE
public static final int PUT_TTL
public static final int GET
public static final int REMOVE
public static final int PUT_ALL
public static final int KEY_SET
public static final int VALUES
public static final int ENTRY_SET
public static final int MAP_ENTRIES
public static final int MAP_KEY_SET
public static final int VALUES_COLLECTION
public static final int GET_RESPONSE
public static final int ADD_LISTENER
public static final int REMOVE_LISTENER
public static final int MAP_ENTRY_EVENT
public static final int CLEAR
public static final int ADD_NEAR_CACHE_ENTRY_LISTENER
public int getFactoryId()
getFactoryId in interface PortableHookpublic PortableFactory createFactory()
createFactory in interface PortableHookpublic Collection<ClassDefinition> getBuiltinDefinitions()
getBuiltinDefinitions in interface PortableHookCopyright © 2015 Hazelcast, Inc.. All Rights Reserved.