Package | Description |
---|---|
com.hazelcast.config |
Provides classes for configuring HazelcastInstance.
|
Modifier and Type | Class and Description |
---|---|
class |
CacheEvictionConfigReadOnly
Deprecated.
Use
EvictionConfigReadOnly instead of this |
Modifier and Type | Method and Description |
---|---|
CacheEvictionConfig |
CacheEvictionConfig.getAsReadOnly()
Deprecated.
|
CacheEvictionConfig |
CacheConfigReadOnly.getEvictionConfig()
Deprecated.
|
CacheEvictionConfig |
CacheConfig.getEvictionConfig()
Gets the
EvictionConfig instance of the eviction configuration for this ICache . |
CacheEvictionConfig |
CacheEvictionConfigReadOnly.setComparator(EvictionPolicyComparator comparator)
Deprecated.
|
CacheEvictionConfig |
CacheEvictionConfig.setComparator(EvictionPolicyComparator comparator)
Deprecated.
|
CacheEvictionConfig |
CacheEvictionConfigReadOnly.setComparatorClassName(String comparatorClassName)
Deprecated.
|
CacheEvictionConfig |
CacheEvictionConfig.setComparatorClassName(String comparatorClassName)
Deprecated.
|
CacheEvictionConfig |
CacheEvictionConfig.setEvictionPolicy(EvictionPolicy evictionPolicy)
Deprecated.
|
CacheEvictionConfig |
CacheEvictionConfig.setMaximumSizePolicy(EvictionConfig.MaxSizePolicy maxSizePolicy)
Deprecated.
|
CacheEvictionConfig |
CacheEvictionConfigReadOnly.setMaxSizePolicy(CacheEvictionConfig.CacheMaxSizePolicy cacheMaxSizePolicy)
Deprecated.
|
CacheEvictionConfig |
CacheEvictionConfig.setMaxSizePolicy(CacheEvictionConfig.CacheMaxSizePolicy cacheMaxSizePolicy)
Deprecated.
Use
EvictionConfig.setMaximumSizePolicy(MaxSizePolicy) instead of this |
CacheEvictionConfig |
CacheEvictionConfig.setSize(int size)
Deprecated.
|
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.