Package | Description |
---|---|
com.hazelcast.config |
Provides classes for configuring HazelcastInstance.
|
com.hazelcast.core |
Provides core API interfaces/classes.
|
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 |
---|---|
RingbufferStore<T> |
RingbufferStoreFactory.newRingbufferStore(String name,
Properties properties) |
Modifier and Type | Class and Description |
---|---|
class |
RingbufferStoreWrapper
Wrapper for the ring buffer store.
|
Copyright © 2017 Hazelcast, Inc.. All Rights Reserved.