| Package | Description |
|---|---|
| com.hazelcast.collection.impl.list |
This package contains IList functionality for Hazelcast.
|
| com.hazelcast.collection.impl.queue | |
| com.hazelcast.collection.impl.set |
This package contains ISet functionality for Hazelcast.
|
| com.hazelcast.core |
Provides core API interfaces/classes.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ListProxyImpl<E> |
| Modifier and Type | Class and Description |
|---|---|
class |
QueueProxyImpl<E>
Proxy implementation for the Queue.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SetProxyImpl<E> |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IList<E>
Concurrent, distributed implementation of
List. |
interface |
IQueue<E>
Concurrent, blocking, distributed, observable queue.
|
interface |
ISet<E>
Concurrent, distributed implementation of
Set |
Copyright © 2019. All Rights Reserved.