Package | Description |
---|---|
com.hazelcast.client.impl |
Contains most of the client side HazelcastInstance implementation functionality.
|
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.
|
com.hazelcast.jca |
This package contains jca functionality
|
com.hazelcast.ringbuffer.impl |
Contains the
Ringbuffer implementation classes. |
Modifier and Type | Method and Description |
---|---|
<E> Ringbuffer<E> |
HazelcastClientInstanceImpl.getRingbuffer(String name) |
<E> Ringbuffer<E> |
HazelcastClientProxy.getRingbuffer(String name) |
Modifier and Type | Class and Description |
---|---|
class |
ClientRingbufferProxy<E> |
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> |
HazelcastInstanceImpl.getRingbuffer(String name) |
<E> Ringbuffer<E> |
HazelcastInstanceProxy.getRingbuffer(String name) |
Modifier and Type | Method and Description |
---|---|
<E> Ringbuffer<E> |
HazelcastConnectionImpl.getRingbuffer(String name) |
Modifier and Type | Class and Description |
---|---|
class |
RingbufferProxy<E>
The serverside proxy to access a
Ringbuffer . |
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.