@Addresses(value={"/subsystem=infinispan/cache-container=*/invalidation-cache=*/memory=binary","/subsystem=infinispan/cache-container=*/local-cache=*/memory=binary","/subsystem=infinispan/cache-container=*/replicated-cache=*/memory=binary","/subsystem=infinispan/cache-container=*/distributed-cache=*/memory=binary","/subsystem=infinispan/cache-container=*/scattered-cache=*/memory=binary"}) @Implicit public class BinaryMemory<T extends BinaryMemory<T>> extends Object implements Keyed
| Constructor and Description |
|---|
BinaryMemory() |
| Modifier and Type | Method and Description |
|---|---|
void |
addPropertyChangeListener(PropertyChangeListener listener)
Adds a property change listener
|
Long |
evictions()
The number of cache eviction operations.
|
T |
evictions(Long value)
The number of cache eviction operations.
|
EvictionType |
evictionType()
Indicates whether the size attribute refers to the number of cache
entries (i.e.
|
T |
evictionType(EvictionType value)
Indicates whether the size attribute refers to the number of cache
entries (i.e.
|
String |
getKey() |
void |
removePropertyChangeListener(PropertyChangeListener listener)
Removes a property change listener
|
Long |
size()
Eviction threshold, as defined by the eviction-type.
|
T |
size(Long value)
Eviction threshold, as defined by the eviction-type.
|
public void addPropertyChangeListener(PropertyChangeListener listener)
public void removePropertyChangeListener(PropertyChangeListener listener)
@ModelNodeBinding(detypedName="eviction-type") public EvictionType evictionType()
public T evictionType(EvictionType value)
@ModelNodeBinding(detypedName="evictions") public Long evictions()
public T evictions(Long value)
@ModelNodeBinding(detypedName="size") public Long size()
Copyright © 2019 JBoss by Red Hat. All rights reserved.