| Package | Description | 
|---|---|
| com.hazelcast.internal.adapter | Data structure adapters for Near Cache. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | TransactionalMapDataStructureAdapter. clear() | 
| void | IMapDataStructureAdapter. close() | 
| void | TransactionalMapDataStructureAdapter. close() | 
| void | ReplicatedMapDataStructureAdapter. close() | 
| void | ReplicatedMapDataStructureAdapter. delete(K key) | 
| ICompletableFuture<Boolean> | IMapDataStructureAdapter. deleteAsync(K key) | 
| ICompletableFuture<Boolean> | TransactionalMapDataStructureAdapter. deleteAsync(K key) | 
| ICompletableFuture<Boolean> | ReplicatedMapDataStructureAdapter. deleteAsync(K key) | 
| boolean | TransactionalMapDataStructureAdapter. evict(K key) | 
| boolean | ReplicatedMapDataStructureAdapter. evict(K key) | 
| boolean | ICacheDataStructureAdapter. evict(K key) | 
| void | TransactionalMapDataStructureAdapter. evictAll() | 
| void | ReplicatedMapDataStructureAdapter. evictAll() | 
| void | ICacheDataStructureAdapter. evictAll() | 
| Map<K,Object> | TransactionalMapDataStructureAdapter. executeOnEntries(EntryProcessor entryProcessor) | 
| Map<K,Object> | ReplicatedMapDataStructureAdapter. executeOnEntries(EntryProcessor entryProcessor) | 
| Map<K,Object> | ICacheDataStructureAdapter. executeOnEntries(EntryProcessor entryProcessor) | 
| Map<K,Object> | TransactionalMapDataStructureAdapter. executeOnEntries(EntryProcessor entryProcessor,
                Predicate predicate) | 
| Map<K,Object> | ReplicatedMapDataStructureAdapter. executeOnEntries(EntryProcessor entryProcessor,
                Predicate predicate) | 
| Map<K,Object> | ICacheDataStructureAdapter. executeOnEntries(EntryProcessor entryProcessor,
                Predicate predicate) | 
| Object | TransactionalMapDataStructureAdapter. executeOnKey(K key,
            EntryProcessor entryProcessor) | 
| Object | ReplicatedMapDataStructureAdapter. executeOnKey(K key,
            EntryProcessor entryProcessor) | 
| Object | ICacheDataStructureAdapter. executeOnKey(K key,
            EntryProcessor entryProcessor) | 
| Map<K,Object> | TransactionalMapDataStructureAdapter. executeOnKeys(Set<K> keys,
             EntryProcessor entryProcessor) | 
| Map<K,Object> | ReplicatedMapDataStructureAdapter. executeOnKeys(Set<K> keys,
             EntryProcessor entryProcessor) | 
| Map<K,Object> | ICacheDataStructureAdapter. executeOnKeys(Set<K> keys,
             EntryProcessor entryProcessor) | 
| Map<K,V> | TransactionalMapDataStructureAdapter. getAll(Set<K> keys) | 
| ICompletableFuture<V> | TransactionalMapDataStructureAdapter. getAsync(K key) | 
| ICompletableFuture<V> | ReplicatedMapDataStructureAdapter. getAsync(K key) | 
| LocalMapStats | TransactionalMapDataStructureAdapter. getLocalMapStats() | 
| LocalMapStats | ReplicatedMapDataStructureAdapter. getLocalMapStats() | 
| LocalMapStats | ICacheDataStructureAdapter. getLocalMapStats() | 
| <T> T | IMapDataStructureAdapter. invoke(K key,
      javax.cache.processor.EntryProcessor<K,V,T> entryProcessor,
      Object... arguments) | 
| <T> T | TransactionalMapDataStructureAdapter. invoke(K key,
      javax.cache.processor.EntryProcessor<K,V,T> entryProcessor,
      Object... arguments) | 
| <T> T | ReplicatedMapDataStructureAdapter. invoke(K key,
      javax.cache.processor.EntryProcessor<K,V,T> entryProcessor,
      Object... arguments) | 
| <T> Map<K,javax.cache.processor.EntryProcessorResult<T>> | IMapDataStructureAdapter. invokeAll(Set<? extends K> keys,
         javax.cache.processor.EntryProcessor<K,V,T> entryProcessor,
         Object... arguments) | 
| <T> Map<K,javax.cache.processor.EntryProcessorResult<T>> | TransactionalMapDataStructureAdapter. invokeAll(Set<? extends K> keys,
         javax.cache.processor.EntryProcessor<K,V,T> entryProcessor,
         Object... arguments) | 
| <T> Map<K,javax.cache.processor.EntryProcessorResult<T>> | ReplicatedMapDataStructureAdapter. invokeAll(Set<? extends K> keys,
         javax.cache.processor.EntryProcessor<K,V,T> entryProcessor,
         Object... arguments) | 
| void | TransactionalMapDataStructureAdapter. loadAll(boolean replaceExistingValues) | 
| void | ReplicatedMapDataStructureAdapter. loadAll(boolean replaceExistingValues) | 
| void | ICacheDataStructureAdapter. loadAll(boolean replaceExistingValues) | 
| void | IMapDataStructureAdapter. loadAll(Set<? extends K> keys,
       boolean replaceExistingValues,
       javax.cache.integration.CompletionListener completionListener) | 
| void | TransactionalMapDataStructureAdapter. loadAll(Set<? extends K> keys,
       boolean replaceExistingValues,
       javax.cache.integration.CompletionListener completionListener) | 
| void | ReplicatedMapDataStructureAdapter. loadAll(Set<? extends K> keys,
       boolean replaceExistingValues,
       javax.cache.integration.CompletionListener completionListener) | 
| void | TransactionalMapDataStructureAdapter. loadAll(Set<K> keys,
       boolean replaceExistingValues) | 
| void | ReplicatedMapDataStructureAdapter. loadAll(Set<K> keys,
       boolean replaceExistingValues) | 
| void | ICacheDataStructureAdapter. loadAll(Set<K> keys,
       boolean replaceExistingValues) | 
| void | TransactionalMapDataStructureAdapter. putAll(Map<K,V> map) | 
| ICompletableFuture<V> | TransactionalMapDataStructureAdapter. putAsync(K key,
        V value) | 
| ICompletableFuture<V> | ReplicatedMapDataStructureAdapter. putAsync(K key,
        V value) | 
| ICompletableFuture<V> | IMapDataStructureAdapter. putAsync(K key,
        V value,
        javax.cache.expiry.ExpiryPolicy expiryPolicy) | 
| ICompletableFuture<V> | TransactionalMapDataStructureAdapter. putAsync(K key,
        V value,
        javax.cache.expiry.ExpiryPolicy expiryPolicy) | 
| ICompletableFuture<V> | ReplicatedMapDataStructureAdapter. putAsync(K key,
        V value,
        javax.cache.expiry.ExpiryPolicy expiryPolicy) | 
| ICompletableFuture<V> | TransactionalMapDataStructureAdapter. putAsync(K key,
        V value,
        long ttl,
        TimeUnit timeunit) | 
| ICompletableFuture<V> | ReplicatedMapDataStructureAdapter. putAsync(K key,
        V value,
        long ttl,
        TimeUnit timeunit) | 
| ICompletableFuture<V> | ICacheDataStructureAdapter. putAsync(K key,
        V value,
        long time,
        TimeUnit unit) | 
| boolean | ReplicatedMapDataStructureAdapter. putIfAbsent(K key,
           V value) | 
| ICompletableFuture<Boolean> | IMapDataStructureAdapter. putIfAbsentAsync(K key,
                V value) | 
| ICompletableFuture<Boolean> | TransactionalMapDataStructureAdapter. putIfAbsentAsync(K key,
                V value) | 
| ICompletableFuture<Boolean> | ReplicatedMapDataStructureAdapter. putIfAbsentAsync(K key,
                V value) | 
| void | TransactionalMapDataStructureAdapter. putTransient(K key,
            V value,
            long ttl,
            TimeUnit timeunit) | 
| void | ReplicatedMapDataStructureAdapter. putTransient(K key,
            V value,
            long ttl,
            TimeUnit timeunit) | 
| void | ICacheDataStructureAdapter. putTransient(K key,
            V value,
            long ttl,
            TimeUnit timeunit) | 
| boolean | ReplicatedMapDataStructureAdapter. remove(K key,
      V oldValue) | 
| void | TransactionalMapDataStructureAdapter. removeAll() | 
| void | ReplicatedMapDataStructureAdapter. removeAll() | 
| void | IMapDataStructureAdapter. removeAll(Set<K> keys) | 
| void | TransactionalMapDataStructureAdapter. removeAll(Set<K> keys) | 
| void | ReplicatedMapDataStructureAdapter. removeAll(Set<K> keys) | 
| ICompletableFuture<V> | TransactionalMapDataStructureAdapter. removeAsync(K key) | 
| ICompletableFuture<V> | ReplicatedMapDataStructureAdapter. removeAsync(K key) | 
| V | ReplicatedMapDataStructureAdapter. replace(K key,
       V newValue) | 
| boolean | ReplicatedMapDataStructureAdapter. replace(K key,
       V oldValue,
       V newValue) | 
| void | ReplicatedMapDataStructureAdapter. set(K key,
   V value) | 
| ICompletableFuture<Void> | TransactionalMapDataStructureAdapter. setAsync(K key,
        V value) | 
| ICompletableFuture<Void> | ReplicatedMapDataStructureAdapter. setAsync(K key,
        V value) | 
| ICompletableFuture<Void> | IMapDataStructureAdapter. setAsync(K key,
        V value,
        javax.cache.expiry.ExpiryPolicy expiryPolicy) | 
| ICompletableFuture<Void> | TransactionalMapDataStructureAdapter. setAsync(K key,
        V value,
        javax.cache.expiry.ExpiryPolicy expiryPolicy) | 
| ICompletableFuture<Void> | ReplicatedMapDataStructureAdapter. setAsync(K key,
        V value,
        javax.cache.expiry.ExpiryPolicy expiryPolicy) | 
| ICompletableFuture<Void> | TransactionalMapDataStructureAdapter. setAsync(K key,
        V value,
        long ttl,
        TimeUnit timeunit) | 
| ICompletableFuture<Void> | ReplicatedMapDataStructureAdapter. setAsync(K key,
        V value,
        long ttl,
        TimeUnit timeunit) | 
| ICompletableFuture<Void> | ICacheDataStructureAdapter. setAsync(K key,
        V value,
        long ttl,
        TimeUnit timeunit) | 
Copyright © 2018 Hazelcast, Inc.. All Rights Reserved.