public class RingbufferStoreConfig extends Object implements IdentifiedDataSerializable
RingbufferStore
.Constructor and Description |
---|
RingbufferStoreConfig() |
RingbufferStoreConfig(RingbufferStoreConfig config) |
public RingbufferStoreConfig()
public RingbufferStoreConfig(RingbufferStoreConfig config)
public RingbufferStore getStoreImplementation()
public RingbufferStoreConfig setStoreImplementation(@Nonnull RingbufferStore storeImplementation)
public boolean isEnabled()
public RingbufferStoreConfig setEnabled(boolean enabled)
public String getClassName()
public RingbufferStoreConfig setClassName(@Nonnull String className)
public Properties getProperties()
public RingbufferStoreConfig setProperties(Properties properties)
public RingbufferStoreConfig setProperty(String name, String value)
public String getFactoryClassName()
public RingbufferStoreConfig setFactoryClassName(@Nonnull String factoryClassName)
public RingbufferStoreFactory getFactoryImplementation()
public RingbufferStoreConfig setFactoryImplementation(@Nonnull RingbufferStoreFactory factoryImplementation)
public int getFactoryId()
IdentifiedDataSerializable
getFactoryId
in interface IdentifiedDataSerializable
public int getClassId()
IdentifiedDataSerializable
getClassId
in interface IdentifiedDataSerializable
public void writeData(ObjectDataOutput out) throws IOException
DataSerializable
writeData
in interface DataSerializable
out
- outputIOException
- if an I/O error occurs. In particular,
an IOException
may be thrown if the
output stream has been closed.public void readData(ObjectDataInput in) throws IOException
DataSerializable
readData
in interface DataSerializable
in
- inputIOException
- if an I/O error occurs. In particular,
an IOException
may be thrown if the
input stream has been closed.Copyright © 2023 Hazelcast, Inc.. All rights reserved.