| Package | Description |
|---|---|
| com.hazelcast.config |
Provides classes for configuring HazelcastInstance.
|
| com.hazelcast.internal.config |
Contains functionality for Hazelcast configurations.
|
| com.hazelcast.ringbuffer |
Contains the API for the
Ringbuffer. |
| com.hazelcast.ringbuffer.impl |
Contains the
Ringbuffer implementation classes. |
| Modifier and Type | Method and Description |
|---|---|
RingbufferStore |
RingbufferStoreConfig.getStoreImplementation() |
| Modifier and Type | Method and Description |
|---|---|
RingbufferStoreConfig |
RingbufferStoreConfig.setStoreImplementation(RingbufferStore storeImplementation) |
| Modifier and Type | Method and Description |
|---|---|
RingbufferStoreConfig |
RingbufferStoreConfigReadOnly.setStoreImplementation(RingbufferStore storeImplementation) |
| Modifier and Type | Method and Description |
|---|---|
RingbufferStore<T> |
RingbufferStoreFactory.newRingbufferStore(String name,
Properties properties) |
| Modifier and Type | Class and Description |
|---|---|
class |
RingbufferStoreWrapper
Wrapper for the ring buffer store.
|
Copyright © 2019 Hazelcast, Inc.. All rights reserved.