Constant Field Values


Contents
org.shoal.*

org.shoal.ha.cache.api.ShoalCacheLoggerConstants
public static final java.lang.String CACHE_COMMAND "org.shoal.ha.cache.command"
public static final java.lang.String CACHE_CONFIG "org.shoal.ha.cache.config"
public static final java.lang.String CACHE_DATA_STORE "org.shoal.ha.cache.store"
public static final java.lang.String CACHE_DATA_STORE_LOAD "org.shoal.ha.cache.store.load"
public static final java.lang.String CACHE_DATA_STORE_REMOVE "org.shoal.ha.cache.store.remove"
public static final java.lang.String CACHE_DATA_STORE_SAVE "org.shoal.ha.cache.store.save"
public static final java.lang.String CACHE_KEY_MAPPER "org.shoal.ha.cache.mapper"
public static final java.lang.String CACHE_LOAD_REQUEST_COMMAND "org.shoal.ha.cache.command.load_request"
public static final java.lang.String CACHE_LOAD_RESPONSE_COMMAND "org.shoal.ha.cache.command.load_response"
public static final java.lang.String CACHE_MONITOR "org.shoal.ha.monitor"
public static final java.lang.String CACHE_REMOVE_COMMAND "org.shoal.ha.cache.command.remove"
public static final java.lang.String CACHE_REVEIVE_INTERCEPTOR "org.shoal.ha.cache.interceptor.receive"
public static final java.lang.String CACHE_SAVE_COMMAND "org.shoal.ha.cache.command.save"
public static final java.lang.String CACHE_STALE_REMOVE_COMMAND "org.shoal.ha.cache.command.remove"
public static final java.lang.String CACHE_TOUCH_COMMAND "org.shoal.ha.cache.command.touch"
public static final java.lang.String CACHE_TRANSMIT_INTERCEPTOR "org.shoal.ha.cache.interceptor.transmit"

org.shoal.ha.cache.impl.command.ReplicationCommandOpcode
public static final byte BROADCAST_LOAD_REQUEST 41
public static final byte LOAD_REQUEST 35
public static final byte LOAD_RESPONSE 37
public static final byte MONITOR_LIST_BACKING_STORE_CONF 84
public static final byte MONITOR_LIST_BACKING_STORE_CONF_RESPONSE 86
public static final byte MONITOR_LIST_REPLICA_STORE_ENTRIES 87
public static final byte REMOVE 36
public static final byte REMOVE_EXPIRED 39
public static final byte REPLICATION_FRAME_PAYLOAD 16
public static final byte SAVE 33
public static final byte SAVE_DELTA 34
public static final byte STALE_REMOVE 40
public static final byte STOREABLE_BROADCAST_LOAD_REQUEST 70
public static final byte STOREABLE_FULL_SAVE_COMMAND 76
public static final byte STOREABLE_LOAD_RESPONSE 72
public static final byte STOREABLE_REMOVE 71
public static final byte STOREABLE_REMOVE_EXPIRED 74
public static final byte STOREABLE_SAVE 68
public static final byte STOREABLE_STALE_REMOVE 75
public static final byte STOREABLE_TOUCH 73
public static final byte STOREABLE_UNICAST_LOAD_REQUEST 69
public static final byte TOUCH 38



Copyright © 2010. All Rights Reserved.