Package | Description |
---|---|
com.hazelcast.core |
Provides core API interfaces/classes.
|
com.hazelcast.instance |
This package contains Hazelcast Instance functionality.
|
com.hazelcast.jet |
Hazelcast Jet is a distributed computation engine running on top of
Hazelcast IMDG technology.
|
Modifier and Type | Method and Description |
---|---|
<K,V> ICache<K,V> |
ICacheManager.getCache(String name)
Returns the cache instance with the specified prefixed cache name.
|
Modifier and Type | Method and Description |
---|---|
<K,V> ICache<K,V> |
HazelcastInstanceCacheManager.getCache(String name) |
<K,V> ICache<K,V> |
HazelcastInstanceCacheManager.getCacheByFullName(String fullName) |
Modifier and Type | Interface and Description |
---|---|
interface |
ICacheJet<K,V>
A distributed, in-memory implementation of
JCache
specification. |
Copyright © 2018 Hazelcast, Inc.. All rights reserved.