Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.apache.ignite.cache Classes and Interfaces - 80 results found.
NameDescriptionTypePackageFramework
AffinityProvides affinity information to detect which node is primary and which nodes are backups for a partitioned cache.Interfaceorg.apache.ignite.cache.affinityIgnite
AffinityCentralizedFunctionAnnotation marker which identifies affinity function that must be calculated on one centralized node instead of independently on each node.Classorg.apache.ignite.cache.affinityIgnite
AffinityFunctionCache key affinity which maps keys to nodes.Interfaceorg.apache.ignite.cache.affinityIgnite
AffinityFunctionContextAffinity function context.Interfaceorg.apache.ignite.cache.affinityIgnite
AffinityKeyOptional wrapper for cache keys to provide support for custom affinity mapping.Classorg.apache.ignite.cache.affinityIgnite
AffinityKeyMappedOptional annotation to specify custom key-to-node affinity.Classorg.apache.ignite.cache.affinityIgnite
AffinityKeyMapperAffinity mapper which maps cache key to an affinity key.Interfaceorg.apache.ignite.cache.affinityIgnite
AffinityNodeAddressHashResolverNode hash resolver which uses ClusterNode.Classorg.apache.ignite.cache.affinityIgnite
AffinityNodeHashResolverResolver which is used to provide node hash value for affinity function.Interfaceorg.apache.ignite.cache.affinityIgnite
AffinityNodeIdHashResolverNode hash resolver which uses generated node ID as node hash value.Classorg.apache.ignite.cache.affinityIgnite
BasicJdbcDialectBasic implementation of dialect based on JDBC specification.Classorg.apache.ignite.cache.store.jdbc.dialectIgnite
CacheAbstractJdbcStore Store works with database via SQL dialect.Classorg.apache.ignite.cache.store.jdbcIgnite
CacheAbstractJdbcStore .EntryMappingEntry mapping description.Classorg.apache.ignite.cache.store.jdbcIgnite
CacheAtomicityModeenum CacheAtomicityModeCache atomicity mode controls whether cache should maintain fully transactional semanticsClassorg.apache.ignite.cacheIgnite
CacheAtomicUpdateTimeoutExceptionException thrown when atomic operation timeout occurs.Classorg.apache.ignite.cacheIgnite
CacheAtomicWriteOrderModeenum CacheAtomicWriteOrderModeCache write ordering mode.Classorg.apache.ignite.cacheIgnite
CacheEntryEventSerializableFilterThis filter adds Serializable interface to CacheEntryEventFilter object.Interfaceorg.apache.ignite.cacheIgnite
CacheEntryProcessorThis processor adds Serializable interface to EntryProcessor object.Interfaceorg.apache.ignite.cacheIgnite
CacheExistsExceptionException thrown when cache must be created but it already exists.Classorg.apache.ignite.cacheIgnite
CacheInterceptorCache interceptor.Interfaceorg.apache.ignite.cacheIgnite
CacheInterceptorAdapterCache interceptor convenience adapter.Classorg.apache.ignite.cacheIgnite
CacheJdbcBlobStoreCacheStore implementation backed by JDBC.Classorg.apache.ignite.cache.store.jdbcIgnite
CacheJdbcPojoStore This implementation stores objects in underlying database using java beans mapping description via reflection.Classorg.apache.ignite.cache.store.jdbcIgnite
CacheJdbcPojoStore .PojoMethodsCacheClassorg.apache.ignite.cache.store.jdbcIgnite
CacheJndiTmLookupClassorg.apache.ignite.cache.jta.jndiIgnite
CacheLoadOnlyStoreAdapterThis adapter designed to support stores with bulk loading from stream-like source.Classorg.apache.ignite.cache.storeIgnite
CacheManagerClassorg.apache.ignite.cacheIgnite
CacheMemoryModeenum CacheMemoryModeDefines set of memory modes.Classorg.apache.ignite.cacheIgnite
CacheMetricsCache metrics used to obtain statistics on cache itself.Interfaceorg.apache.ignite.cacheIgnite
CacheModeEnumeration of all supported caching modes.Classorg.apache.ignite.cacheIgnite
CachePartialUpdateExceptionException thrown from non-transactional cache in case when update succeeded only partially.Classorg.apache.ignite.cacheIgnite
CachePeekModeEnumeration of all supported cache peek modes.Classorg.apache.ignite.cacheIgnite
CacheRebalanceModeenum CacheRebalanceModeCache rebalance mode.Classorg.apache.ignite.cacheIgnite
CacheReflectionTmLookup JTA manager by calling static method on the class.Classorg.apache.ignite.cache.jta.reflectIgnite
CacheServerNotFoundExceptionException thrown when all data nodes left the grid.Classorg.apache.ignite.cacheIgnite
CacheStoreAPI for cache persistent storage for read-through and write-through behavior.Interfaceorg.apache.ignite.cache.storeIgnite
CacheStoreAdapterCache storage convenience adapter.Classorg.apache.ignite.cache.storeIgnite
CacheStoreSessionSession for the cache store operations.Interfaceorg.apache.ignite.cache.storeIgnite
CacheTmLookupAllows grid to use different transactional systems.Interfaceorg.apache.ignite.cache.jtaIgnite
CacheTypeFieldMetadataType field metadata.Classorg.apache.ignite.cacheIgnite
CacheTypeMetadataClassorg.apache.ignite.cacheIgnite
CacheWriteSynchronizationModeenum CacheWriteSynchronizationModeMode indicating how Ignite should wait for write replies from other nodes.Classorg.apache.ignite.cacheIgnite
CachingProviderClassorg.apache.ignite.cacheIgnite
ContinuousQueryAPI for configuring continuous cache queries.Classorg.apache.ignite.cache.queryIgnite
DB2DialectA dialect compatible with the IBM DB2 database.Classorg.apache.ignite.cache.store.jdbc.dialectIgnite
EvictableEntryEvictable cache entry passed into EvictionPolicy.Interfaceorg.apache.ignite.cache.evictionIgnite
EvictionFilterEviction filter to specify which entries should not be evicted.Interfaceorg.apache.ignite.cache.evictionIgnite
EvictionPolicyPluggable cache eviction policy.Interfaceorg.apache.ignite.cache.evictionIgnite
FairAffinityFunctionFair affinity function which tries to ensure that all nodes get equal number of partitions with minimum amount of reassignments between existing nodes.Classorg.apache.ignite.cache.affinity.fairIgnite
FifoEvictionPolicyEviction policy based on First In First Out (FIFO) algorithm.Classorg.apache.ignite.cache.eviction.fifoIgnite
FifoEvictionPolicyMBeanMBean for FIFO eviction policy.Interfaceorg.apache.ignite.cache.eviction.fifoIgnite
H2DialectA dialect compatible with the H2 database.Classorg.apache.ignite.cache.store.jdbc.dialectIgnite
IgfsEvictionFilterIGFS eviction filter which will not evict blocks of particular files.Classorg.apache.ignite.cache.eviction.igfsIgnite
IgfsPerBlockLruEvictionPolicyIGFS eviction policy which evicts particular blocks.Classorg.apache.ignite.cache.eviction.igfsIgnite
IgfsPerBlockLruEvictionPolicyMXBeanMBean for IGFS per-block LRU eviction policy.Interfaceorg.apache.ignite.cache.eviction.igfsIgnite
JdbcDialectRepresents a dialect of SQL implemented by a particular RDBMS.Interfaceorg.apache.ignite.cache.store.jdbc.dialectIgnite
LruEvictionPolicyEviction policy based on Least Recently Used (LRU) algorithm.Classorg.apache.ignite.cache.eviction.lruIgnite
LruEvictionPolicyMBeanMBean for LRU eviction policy.Interfaceorg.apache.ignite.cache.eviction.lruIgnite
MySQLDialectA dialect compatible with the MySQL database.Classorg.apache.ignite.cache.store.jdbc.dialectIgnite
OracleDialectA dialect compatible with the Oracle database.Classorg.apache.ignite.cache.store.jdbc.dialectIgnite
QueryBase class for all Ignite cache queries.Classorg.apache.ignite.cache.queryIgnite
QueryCursorQuery result cursor.Interfaceorg.apache.ignite.cache.queryIgnite
QueryGroupIndexDescribes group index.Classorg.apache.ignite.cache.query.annotationsIgnite
QueryGroupIndex .ListList of group indexes for type.Classorg.apache.ignite.cache.query.annotationsIgnite
QueryMetricsCache query metrics used to obtain statistics on query.Interfaceorg.apache.ignite.cache.queryIgnite
QuerySqlFieldAnnotates fields for SQL queries.Classorg.apache.ignite.cache.query.annotationsIgnite
QuerySqlField .GroupDescribes group of index and position of field in this group.Classorg.apache.ignite.cache.query.annotationsIgnite
QuerySqlFunctionAnnotates public static methods in classes to be used in SQL queries as custom functions.Classorg.apache.ignite.cache.query.annotationsIgnite
QueryTextFieldAnnotation for fields or getters to be indexed for full text search using Lucene.Classorg.apache.ignite.cache.query.annotationsIgnite
RandomEvictionPolicyCache eviction policy which will select random cache entry for eviction if cache size exceeds the getMaxSize() parameter.Classorg.apache.ignite.cache.eviction.randomIgnite
RandomEvictionPolicyMBeanMBean for random eviction policy.Interfaceorg.apache.ignite.cache.eviction.randomIgnite
RendezvousAffinityFunctionAffinity function for partitioned cache based on Highest Random Weight algorithm.Classorg.apache.ignite.cache.affinity.rendezvousIgnite
ScanQueryScan query over cache entries.Classorg.apache.ignite.cache.queryIgnite
SpiQueryQuery to be used by IndexingSpi implementations.Classorg.apache.ignite.cache.queryIgnite
SpringCacheManager Spring cache abstraction allows to enable caching for Java methods so that the result of a method execution is stored in some storage.Classorg.apache.ignite.cache.springIgnite
SqlFieldsQuerySee Also:IgniteCache.Classorg.apache.ignite.cache.queryIgnite
SqlQuerySee Also:IgniteCache.Classorg.apache.ignite.cache.queryIgnite
SQLServerDialectA dialect compatible with the Microsoft SQL Server database.Classorg.apache.ignite.cache.store.jdbc.dialectIgnite
TextQueryQuery for Lucene based fulltext search.Classorg.apache.ignite.cache.queryIgnite
WebSessionFilterFilter for web sessions caching.Classorg.apache.ignite.cache.websessionIgnite