| Package | Description |
|---|---|
| org.gridgain.grid.cache.datastructures |
Contains distributed data structures that work on top of in-memory data grid.
|
| org.gridgain.grid.kernal.processors.cache.datastructures |
| Modifier and Type | Method and Description |
|---|---|
<T> GridCacheSet<T> |
GridCacheDataStructures.set(String name,
boolean collocated,
boolean create)
Will get a named set from cache and create one if it has not been created yet and
create flag
is true. |
| Modifier and Type | Class and Description |
|---|---|
class |
GridCacheSetImpl<T>
Cache set implementation.
|
class |
GridCacheSetProxy<T>
Cache set proxy.
|
| Modifier and Type | Method and Description |
|---|---|
<T> GridCacheSet<T> |
GridCacheDataStructuresManager.set(String name,
boolean collocated,
boolean create)
Gets a set from cache or creates one if it's not cached.
|
<T> GridCacheSet<T> |
GridCacheDataStructuresProxy.set(String name,
boolean collocated,
boolean create)
Will get a named set from cache and create one if it has not been created yet and
create flag
is true. |
<T> GridCacheSet<T> |
GridCacheDataStructuresImpl.set(String name,
boolean collocated,
boolean create)
Will get a named set from cache and create one if it has not been created yet and
create flag
is true. |
Copyright © 2014. All rights reserved.