Package com.apama.correlator.memstore

Interface Summary
ClusterMembershipListener Listener interface for notification of changes in the membership of a cluster.
RowKeyValueConverter<K,V> Interface to allow custom application-specific Java classes to be used to represent keys and values instead of the default String (for keys) and RowValue classes.
 

Class Summary
AbstractStore A named distributed 'store' instance, which is a factory for tables and typically encapsulates a connection to a single distributed cluster.
AbstractStoreFactory Factory object for creating store objects, and holding the configuration properties requried to do so.
AbstractTable A table exposed by a distributed store, providing the ability to get and modify the Rows that hold the key/value data held by the cache.
ConcurrentMapAdapter<K,V> Helper class for implementing the distributed MemoryStore AbstractTable class using an instance of ConcurrentMap, which is exposed by many providers.
DefaultRowKeyValueConverter<K,V> Helper class for implementing RowKeyValueConverter using String for the keys and RowValue for the values.
RowValue The value of an entry/row in a distributed cache table.
 

Exception Summary
DistMemStoreProviderException Represents a distributed MemoryStore error that is not a programming bug - i.e either a runtime/deployment problem reported by the 3rd party library (e.g networking problem etc) or problem with the configuration specified by the user.
 



Submit a bug or feature
Copyright (c) 2013 Software AG, Darmstadt, Germany and/or Software AG USA Inc., Reston, VA, USA, and/or Terracotta Inc., San Francisco, CA, USA, and/or Software AG (Canada) Inc., Cambridge, Ontario, Canada, and/or, Software AG (UK) Ltd., Derby, United Kingdom, and/or Software A.G. (Israel) Ltd., Or-Yehuda, Israel and/or their licensors. Use, reproduction, transfer, publication or disclosure is prohibited except as specifically provided for in your License Agreement with Software AG