com.hazelcast.nio.serialization
Class FactoryIdHelper

java.lang.Object
  extended by com.hazelcast.nio.serialization.FactoryIdHelper

public final class FactoryIdHelper
extends Object

Author:
mdogan 4/30/13

Field Summary
static String ATOMIC_LONG_DS_FACTORY
           
static String ATOMIC_LONG_PORTABLE_FACTORY
           
static String CDL_DS_FACTORY
           
static String CDL_PORTABLE_FACTORY
           
static String CLIENT_DS_FACTORY
           
static String CLIENT_PORTABLE_FACTORY
           
static String CLIENT_TXN_PORTABLE_FACTORY
           
static String COLLECTION_DS_FACTORY
           
static String COLLECTION_PORTABLE_FACTORY
           
static String EXECUTOR_DS_FACTORY
           
static String EXECUTOR_PORTABLE_FACTORY
           
static String LOCK_DS_FACTORY
           
static String LOCK_PORTABLE_FACTORY
           
static String MAP_DS_FACTORY
           
static String MAP_PORTABLE_FACTORY
           
static String PARTITION_DS_FACTORY
           
static String PARTITION_PORTABLE_FACTORY
           
static String QUEUE_DS_FACTORY
           
static String QUEUE_PORTABLE_FACTORY
           
static String SEMAPHORE_DS_FACTORY
           
static String SEMAPHORE_PORTABLE_FACTORY
           
static String SPI_DS_FACTORY
           
static String SPI_PORTABLE_FACTORY
           
static String TOPIC_DS_FACTORY
           
static String TOPIC_PORTABLE_FACTORY
           
 
Constructor Summary
FactoryIdHelper()
           
 
Method Summary
static int getFactoryId(String prop, int defaultId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SPI_DS_FACTORY

public static final String SPI_DS_FACTORY
See Also:
Constant Field Values

PARTITION_DS_FACTORY

public static final String PARTITION_DS_FACTORY
See Also:
Constant Field Values

CLIENT_DS_FACTORY

public static final String CLIENT_DS_FACTORY
See Also:
Constant Field Values

MAP_DS_FACTORY

public static final String MAP_DS_FACTORY
See Also:
Constant Field Values

QUEUE_DS_FACTORY

public static final String QUEUE_DS_FACTORY
See Also:
Constant Field Values

COLLECTION_DS_FACTORY

public static final String COLLECTION_DS_FACTORY
See Also:
Constant Field Values

EXECUTOR_DS_FACTORY

public static final String EXECUTOR_DS_FACTORY
See Also:
Constant Field Values

TOPIC_DS_FACTORY

public static final String TOPIC_DS_FACTORY
See Also:
Constant Field Values

LOCK_DS_FACTORY

public static final String LOCK_DS_FACTORY
See Also:
Constant Field Values

SEMAPHORE_DS_FACTORY

public static final String SEMAPHORE_DS_FACTORY
See Also:
Constant Field Values

ATOMIC_LONG_DS_FACTORY

public static final String ATOMIC_LONG_DS_FACTORY
See Also:
Constant Field Values

CDL_DS_FACTORY

public static final String CDL_DS_FACTORY
See Also:
Constant Field Values

SPI_PORTABLE_FACTORY

public static final String SPI_PORTABLE_FACTORY
See Also:
Constant Field Values

PARTITION_PORTABLE_FACTORY

public static final String PARTITION_PORTABLE_FACTORY
See Also:
Constant Field Values

CLIENT_PORTABLE_FACTORY

public static final String CLIENT_PORTABLE_FACTORY
See Also:
Constant Field Values

CLIENT_TXN_PORTABLE_FACTORY

public static final String CLIENT_TXN_PORTABLE_FACTORY
See Also:
Constant Field Values

MAP_PORTABLE_FACTORY

public static final String MAP_PORTABLE_FACTORY
See Also:
Constant Field Values

QUEUE_PORTABLE_FACTORY

public static final String QUEUE_PORTABLE_FACTORY
See Also:
Constant Field Values

COLLECTION_PORTABLE_FACTORY

public static final String COLLECTION_PORTABLE_FACTORY
See Also:
Constant Field Values

EXECUTOR_PORTABLE_FACTORY

public static final String EXECUTOR_PORTABLE_FACTORY
See Also:
Constant Field Values

TOPIC_PORTABLE_FACTORY

public static final String TOPIC_PORTABLE_FACTORY
See Also:
Constant Field Values

LOCK_PORTABLE_FACTORY

public static final String LOCK_PORTABLE_FACTORY
See Also:
Constant Field Values

SEMAPHORE_PORTABLE_FACTORY

public static final String SEMAPHORE_PORTABLE_FACTORY
See Also:
Constant Field Values

ATOMIC_LONG_PORTABLE_FACTORY

public static final String ATOMIC_LONG_PORTABLE_FACTORY
See Also:
Constant Field Values

CDL_PORTABLE_FACTORY

public static final String CDL_PORTABLE_FACTORY
See Also:
Constant Field Values
Constructor Detail

FactoryIdHelper

public FactoryIdHelper()
Method Detail

getFactoryId

public static int getFactoryId(String prop,
                               int defaultId)


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