Package | Description |
---|---|
com.hazelcast.client.proxy |
This package contains client side proxy implementations of the different Hazelcast data structures
and operation types
|
com.hazelcast.core |
Provides core API interfaces/classes.
|
com.hazelcast.instance |
This package contains Hazelcast Instance functionality.
|
Modifier and Type | Class and Description |
---|---|
class |
ClientRingbufferProxy<E>
Proxy implementation of
Ringbuffer . |
Modifier and Type | Method and Description |
---|---|
Ringbuffer |
ClientReliableTopicProxy.getRingbuffer() |
Modifier and Type | Method and Description |
---|---|
<E> Ringbuffer<E> |
HazelcastInstance.getRingbuffer(String name)
Returns the distributed Ringbuffer instance with the specified name.
|
Modifier and Type | Method and Description |
---|---|
<E> Ringbuffer<E> |
HazelcastInstanceProxy.getRingbuffer(String name) |
<E> Ringbuffer<E> |
HazelcastInstanceImpl.getRingbuffer(String name) |
Copyright © 2018 Hazelcast, Inc.. All rights reserved.