org.infinispan.marshall
Interface Ids


public interface Ids

Indexes for object types. These are currently limited to being unsigned bytes, so valid values are considered those in the range of 0 to 254. Please note that the use of 255 is forbidden since this is reserved for foreign, or user defined, externalizers.

Since:
4.0
Author:
Galder ZamarreƱo

Field Summary
static byte ARRAY_LIST
           
static byte ATOMIC_CLEAR_OPERATION
           
static byte ATOMIC_HASH_MAP
           
static byte ATOMIC_HASH_MAP_DELTA
           
static byte ATOMIC_PUT_OPERATION
           
static byte ATOMIC_REMOVE_OPERATION
           
static byte BUCKET
           
static byte BYTE_ARRAY_KEY
           
static byte DEADLOCK_DETECTING_GLOBAL_TRANSACTION
           
static byte DEFAULT_CONSISTENT_HASH
           
static byte EXCEPTION_RESPONSE
           
static byte EXTENDED_RESPONSE
           
static byte GLOBAL_TRANSACTION
           
static byte IMMORTAL_ENTRY
           
static byte IMMORTAL_VALUE
           
static byte IMMUTABLE_MAP
           
static byte JDK_SETS
           
static byte JGROUPS_ADDRESS
           
static byte LINKED_LIST
           
static byte MAPS
           
static byte MARSHALLED_VALUE
           
static int MAX_ID
           
static byte MORTAL_ENTRY
           
static byte MORTAL_VALUE
           
static byte NODE_TOPOLOGY_INFO
           
static byte REPLICABLE_COMMAND
           
static byte REQUEST_IGNORED_RESPONSE
           
static byte SINGLETON_LIST
           
static byte SUCCESSFUL_RESPONSE
           
static byte TOPOLOGY_AWARE_CH
           
static byte TRANSACTION_LOG_ENTRY
           
static byte TRANSIENT_ENTRY
           
static byte TRANSIENT_MORTAL_ENTRY
           
static byte TRANSIENT_MORTAL_VALUE
           
static byte TRANSIENT_VALUE
           
static byte UNION_CONSISTENT_HASH
           
static byte UNSUCCESSFUL_RESPONSE
           
static byte UNSURE_RESPONSE
           
 

Field Detail

MAX_ID

static final int MAX_ID
See Also:
Constant Field Values

ARRAY_LIST

static final byte ARRAY_LIST
See Also:
Constant Field Values

LINKED_LIST

static final byte LINKED_LIST
See Also:
Constant Field Values

MAPS

static final byte MAPS
See Also:
Constant Field Values

JDK_SETS

static final byte JDK_SETS
See Also:
Constant Field Values

SINGLETON_LIST

static final byte SINGLETON_LIST
See Also:
Constant Field Values

SUCCESSFUL_RESPONSE

static final byte SUCCESSFUL_RESPONSE
See Also:
Constant Field Values

EXTENDED_RESPONSE

static final byte EXTENDED_RESPONSE
See Also:
Constant Field Values

EXCEPTION_RESPONSE

static final byte EXCEPTION_RESPONSE
See Also:
Constant Field Values

UNSUCCESSFUL_RESPONSE

static final byte UNSUCCESSFUL_RESPONSE
See Also:
Constant Field Values

REQUEST_IGNORED_RESPONSE

static final byte REQUEST_IGNORED_RESPONSE
See Also:
Constant Field Values

IMMORTAL_ENTRY

static final byte IMMORTAL_ENTRY
See Also:
Constant Field Values

MORTAL_ENTRY

static final byte MORTAL_ENTRY
See Also:
Constant Field Values

TRANSIENT_ENTRY

static final byte TRANSIENT_ENTRY
See Also:
Constant Field Values

TRANSIENT_MORTAL_ENTRY

static final byte TRANSIENT_MORTAL_ENTRY
See Also:
Constant Field Values

IMMORTAL_VALUE

static final byte IMMORTAL_VALUE
See Also:
Constant Field Values

MORTAL_VALUE

static final byte MORTAL_VALUE
See Also:
Constant Field Values

TRANSIENT_VALUE

static final byte TRANSIENT_VALUE
See Also:
Constant Field Values

TRANSIENT_MORTAL_VALUE

static final byte TRANSIENT_MORTAL_VALUE
See Also:
Constant Field Values

IMMUTABLE_MAP

static final byte IMMUTABLE_MAP
See Also:
Constant Field Values

ATOMIC_HASH_MAP

static final byte ATOMIC_HASH_MAP
See Also:
Constant Field Values

GLOBAL_TRANSACTION

static final byte GLOBAL_TRANSACTION
See Also:
Constant Field Values

JGROUPS_ADDRESS

static final byte JGROUPS_ADDRESS
See Also:
Constant Field Values

MARSHALLED_VALUE

static final byte MARSHALLED_VALUE
See Also:
Constant Field Values

TRANSACTION_LOG_ENTRY

static final byte TRANSACTION_LOG_ENTRY
See Also:
Constant Field Values

BUCKET

static final byte BUCKET
See Also:
Constant Field Values

DEADLOCK_DETECTING_GLOBAL_TRANSACTION

static final byte DEADLOCK_DETECTING_GLOBAL_TRANSACTION
See Also:
Constant Field Values

ATOMIC_HASH_MAP_DELTA

static final byte ATOMIC_HASH_MAP_DELTA
See Also:
Constant Field Values

ATOMIC_PUT_OPERATION

static final byte ATOMIC_PUT_OPERATION
See Also:
Constant Field Values

ATOMIC_REMOVE_OPERATION

static final byte ATOMIC_REMOVE_OPERATION
See Also:
Constant Field Values

ATOMIC_CLEAR_OPERATION

static final byte ATOMIC_CLEAR_OPERATION
See Also:
Constant Field Values

DEFAULT_CONSISTENT_HASH

static final byte DEFAULT_CONSISTENT_HASH
See Also:
Constant Field Values

UNION_CONSISTENT_HASH

static final byte UNION_CONSISTENT_HASH
See Also:
Constant Field Values

UNSURE_RESPONSE

static final byte UNSURE_RESPONSE
See Also:
Constant Field Values

BYTE_ARRAY_KEY

static final byte BYTE_ARRAY_KEY
See Also:
Constant Field Values

NODE_TOPOLOGY_INFO

static final byte NODE_TOPOLOGY_INFO
See Also:
Constant Field Values

TOPOLOGY_AWARE_CH

static final byte TOPOLOGY_AWARE_CH
See Also:
Constant Field Values

REPLICABLE_COMMAND

static final byte REPLICABLE_COMMAND
See Also:
Constant Field Values

Google Analytics

Copyright © 2010 JBoss, a division of Red Hat. All Rights Reserved.