com.hazelcast.config
Class MultiMapConfig

java.lang.Object
  extended by com.hazelcast.config.MultiMapConfig
Direct Known Subclasses:
MultiMapConfigReadOnly

public class MultiMapConfig
extends Object

Configuration for Multi-map.


Nested Class Summary
static class MultiMapConfig.ValueCollectionType
          Type of value collection
 
Field Summary
static int DEFAULT_ASYNC_BACKUP_COUNT
          The number of default asynchronous backup count
static int DEFAULT_SYNC_BACKUP_COUNT
          The number of default synchronous backup count
static MultiMapConfig.ValueCollectionType DEFAULT_VALUE_COLLECTION_TYPE
          Default value collection type of multi-map.
 
Constructor Summary
MultiMapConfig()
           
MultiMapConfig(MultiMapConfig defConfig)
           
 
Method Summary
 MultiMapConfig addEntryListenerConfig(EntryListenerConfig listenerConfig)
           
 MultiMapConfigReadOnly getAsReadOnly()
           
 int getAsyncBackupCount()
           
 int getBackupCount()
           
 List<EntryListenerConfig> getEntryListenerConfigs()
           
 String getName()
           
 int getSyncBackupCount()
          Deprecated. 
 int getTotalBackupCount()
           
 MultiMapConfig.ValueCollectionType getValueCollectionType()
           
 boolean isBinary()
           
 boolean isStatisticsEnabled()
           
 MultiMapConfig setAsyncBackupCount(int asyncBackupCount)
           
 MultiMapConfig setBackupCount(int backupCount)
           
 MultiMapConfig setBinary(boolean binary)
           
 MultiMapConfig setEntryListenerConfigs(List<EntryListenerConfig> listenerConfigs)
           
 MultiMapConfig setName(String name)
           
 MultiMapConfig setStatisticsEnabled(boolean statisticsEnabled)
           
 MultiMapConfig setSyncBackupCount(int syncBackupCount)
          Deprecated. 
 MultiMapConfig setValueCollectionType(MultiMapConfig.ValueCollectionType valueCollectionType)
           
 MultiMapConfig setValueCollectionType(String valueCollectionType)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

DEFAULT_SYNC_BACKUP_COUNT

public static final int DEFAULT_SYNC_BACKUP_COUNT
The number of default synchronous backup count

See Also:
Constant Field Values

DEFAULT_ASYNC_BACKUP_COUNT

public static final int DEFAULT_ASYNC_BACKUP_COUNT
The number of default asynchronous backup count

See Also:
Constant Field Values

DEFAULT_VALUE_COLLECTION_TYPE

public static final MultiMapConfig.ValueCollectionType DEFAULT_VALUE_COLLECTION_TYPE
Default value collection type of multi-map.

Constructor Detail

MultiMapConfig

public MultiMapConfig()

MultiMapConfig

public MultiMapConfig(MultiMapConfig defConfig)
Method Detail

getAsReadOnly

public MultiMapConfigReadOnly getAsReadOnly()

getName

public String getName()

setName

public MultiMapConfig setName(String name)

getValueCollectionType

public MultiMapConfig.ValueCollectionType getValueCollectionType()

setValueCollectionType

public MultiMapConfig setValueCollectionType(String valueCollectionType)

setValueCollectionType

public MultiMapConfig setValueCollectionType(MultiMapConfig.ValueCollectionType valueCollectionType)

addEntryListenerConfig

public MultiMapConfig addEntryListenerConfig(EntryListenerConfig listenerConfig)

getEntryListenerConfigs

public List<EntryListenerConfig> getEntryListenerConfigs()

setEntryListenerConfigs

public MultiMapConfig setEntryListenerConfigs(List<EntryListenerConfig> listenerConfigs)

isBinary

public boolean isBinary()

setBinary

public MultiMapConfig setBinary(boolean binary)

getSyncBackupCount

@Deprecated
public int getSyncBackupCount()
Deprecated. 


setSyncBackupCount

@Deprecated
public MultiMapConfig setSyncBackupCount(int syncBackupCount)
Deprecated. 


getBackupCount

public int getBackupCount()

setBackupCount

public MultiMapConfig setBackupCount(int backupCount)

getAsyncBackupCount

public int getAsyncBackupCount()

setAsyncBackupCount

public MultiMapConfig setAsyncBackupCount(int asyncBackupCount)

getTotalBackupCount

public int getTotalBackupCount()

isStatisticsEnabled

public boolean isStatisticsEnabled()

setStatisticsEnabled

public MultiMapConfig setStatisticsEnabled(boolean statisticsEnabled)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.