| Package | Description |
|---|---|
| org.apache.ignite |
Contains entry-point Ignite & HPC APIs.
|
| org.apache.ignite.internal |
Contains main implementation.
|
| org.apache.ignite.internal.processors.datastructures |
| Modifier and Type | Method and Description |
|---|---|
<T> IgniteQueue<T> |
Ignite.queue(String name,
int cap,
@Nullable CollectionConfiguration cfg)
Will get a named queue from cache and create one if it has not been created yet and
cfg is not
null. |
<V1> IgniteQueue<V1> |
IgniteQueue.withKeepBinary()
Returns queue that will operate with binary objects.
|
| Modifier and Type | Method and Description |
|---|---|
<T> @Nullable IgniteQueue<T> |
IgniteKernal.queue(String name,
int cap,
CollectionConfiguration cfg)
Will get a named queue from cache and create one if it has not been created yet and
cfg is not
null. |
| Modifier and Type | Class and Description |
|---|---|
class |
GridAtomicCacheQueueImpl<T>
IgniteQueue implementation using atomic cache. |
class |
GridCacheQueueAdapter<T>
Common code for
IgniteQueue implementation. |
class |
GridCacheQueueProxy<T>
Cache queue proxy.
|
class |
GridTransactionalCacheQueueImpl<T>
IgniteQueue implementation using transactional cache. |
| Modifier and Type | Method and Description |
|---|---|
<T> IgniteQueue<T> |
DataStructuresProcessor.queue(String name,
@Nullable String grpName,
int cap,
@Nullable CollectionConfiguration cfg)
Gets a queue from cache or creates one if it's not cached.
|
<V1> IgniteQueue<V1> |
GridCacheQueueProxy.withKeepBinary()
Returns queue that will operate with binary objects.
|
<V1> IgniteQueue<V1> |
GridCacheQueueAdapter.withKeepBinary()
Returns queue that will operate with binary objects.
|
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.10.0 Release Date : March 10 2021