org.jboss.cache.loader.tcp
Interface TcpCacheOperations


public interface TcpCacheOperations

Statics that used to exist in the DelegatingCacheLoader class.

Since:
2.0.0
Author:
Manik Surtani

Field Summary
static int EXISTS
           
static int GET
           
static int GET_CHILDREN_NAMES
           
static int GET_KEY
           
static int LOAD_ENTIRE_STATE
           
static int PUT
           
static int PUT_KEY_VAL
           
static int PUT_LIST
           
static int REMOVE
           
static int REMOVE_DATA
           
static int REMOVE_KEY
           
static int STORE_ENTIRE_STATE
           
 

Field Detail

GET_CHILDREN_NAMES

static final int GET_CHILDREN_NAMES
See Also:
Constant Field Values

GET_KEY

static final int GET_KEY
See Also:
Constant Field Values

GET

static final int GET
See Also:
Constant Field Values

EXISTS

static final int EXISTS
See Also:
Constant Field Values

PUT_KEY_VAL

static final int PUT_KEY_VAL
See Also:
Constant Field Values

PUT

static final int PUT
See Also:
Constant Field Values

REMOVE_KEY

static final int REMOVE_KEY
See Also:
Constant Field Values

REMOVE

static final int REMOVE
See Also:
Constant Field Values

REMOVE_DATA

static final int REMOVE_DATA
See Also:
Constant Field Values

LOAD_ENTIRE_STATE

static final int LOAD_ENTIRE_STATE
See Also:
Constant Field Values

STORE_ENTIRE_STATE

static final int STORE_ENTIRE_STATE
See Also:
Constant Field Values

PUT_LIST

static final int PUT_LIST
See Also:
Constant Field Values


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