Package com.opencloud.rhino.resource
Interface KeyValueStoreResourceMBean
-
- All Superinterfaces:
PersistingResourceMBean
- All Known Subinterfaces:
CassandraKeyValueStoreResourceMBean
public interface KeyValueStoreResourceMBean extends PersistingResourceMBean
A
KeyValueStoreResourceMBean
provides access to a key/value store.- Since:
- Rhino 3.2
-
-
Field Summary
Fields Modifier and Type Field Description static String
RESOURCE_TYPE_VALUE
The value of the JMX Object NamePersistingResourceMBean.RESOURCE_TYPE_KEY
property that MBeans of this type will be registered with.-
Fields inherited from interface com.opencloud.rhino.resource.PersistingResourceMBean
BASE_OBJECT_NAME, MBEAN_NAME, RESOURCE_NAME_KEY, RESOURCE_TYPE_KEY, RESOURCE_VARIANT_KEY
-
-
Method Summary
-
Methods inherited from interface com.opencloud.rhino.resource.PersistingResourceMBean
dumpTable, getDataDefinitions, getDataDefinitions, getKeyspaces, getObjectName, getTableNames
-
-
-
-
Field Detail
-
RESOURCE_TYPE_VALUE
static final String RESOURCE_TYPE_VALUE
The value of the JMX Object Name
PersistingResourceMBean.RESOURCE_TYPE_KEY
property that MBeans of this type will be registered with. This value is equal to the string "kvstore".- See Also:
- Constant Field Values
-
-