public final class SpiPortableHook extends Object implements PortableHook
| Modifier and Type | Field and Description | 
|---|---|
| static int | CACHE_PARTITION_LOST_EVENT | 
| static int | COLLECTION | 
| static int | DISTRIBUTED_OBJECT_EVENT | 
| static int | ENTRY_EVENT | 
| static int | ID | 
| static int | ITEM_EVENT | 
| static int | MAP_PARTITION_LOST_EVENT | 
| static int | PARTITION_LOST_EVENT | 
| static int | USERNAME_PWD_CRED | 
| Constructor and Description | 
|---|
| SpiPortableHook() | 
| Modifier and Type | Method and Description | 
|---|---|
| PortableFactory | createFactory() | 
| Collection<ClassDefinition> | getBuiltinDefinitions() | 
| int | getFactoryId() | 
public static final int ID
public static final int USERNAME_PWD_CRED
public static final int COLLECTION
public static final int ITEM_EVENT
public static final int ENTRY_EVENT
public static final int DISTRIBUTED_OBJECT_EVENT
public static final int MAP_PARTITION_LOST_EVENT
public static final int PARTITION_LOST_EVENT
public static final int CACHE_PARTITION_LOST_EVENT
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.