Package | Description |
---|---|
com.hazelcast.client.impl.clientside |
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.ringbuffer.impl |
Contains the
Ringbuffer implementation classes. |
com.hazelcast.topic.impl.reliable |
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>
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)
Creates or 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 | Class and Description |
---|---|
class |
RingbufferProxy<E>
The serverside proxy to access a
Ringbuffer . |
Modifier and Type | Field and Description |
---|---|
protected Ringbuffer<ReliableTopicMessage> |
MessageRunner.ringbuffer |
Constructor and Description |
---|
MessageRunner(String id,
ReliableMessageListener<E> listener,
Ringbuffer<ReliableTopicMessage> ringbuffer,
String topicName,
int batchSze,
SerializationService serializationService,
Executor executor,
ConcurrentMap<String,MessageRunner<E>> runnersMap,
ILogger logger) |
Copyright © 2019 Hazelcast, Inc.. All Rights Reserved.