public interface TcpCacheOperations
Modifier and Type | Field and Description |
---|---|
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 |
static final int GET_CHILDREN_NAMES
static final int GET_KEY
static final int GET
static final int EXISTS
static final int PUT_KEY_VAL
static final int PUT
static final int REMOVE_KEY
static final int REMOVE
static final int REMOVE_DATA
static final int LOAD_ENTIRE_STATE
static final int STORE_ENTIRE_STATE
static final int PUT_LIST
Copyright © 2012 JBoss, a division of Red Hat. All Rights Reserved.