Package | Description |
---|---|
org.infinispan |
This is the core of Infinispan, a distributed, transactional, highly scalable data grid
platform.
|
org.infinispan.notifications.cachelistener.event |
Cache -specific listener events |
org.infinispan.partitionhandling |
Modifier and Type | Method and Description |
---|---|
AvailabilityMode |
AdvancedCache.getAvailability()
Returns the cache's availability.
|
Modifier and Type | Method and Description |
---|---|
void |
AdvancedCache.setAvailability(AvailabilityMode availabilityMode)
Manually change the availability of the cache.
|
Modifier and Type | Method and Description |
---|---|
AvailabilityMode |
PartitionStatusChangedEvent.getAvailabilityMode()
The mode the current cluster is in.
|
Modifier and Type | Method and Description |
---|---|
AvailabilityMode |
AvailabilityMode.min(AvailabilityMode other) |
AvailabilityMode |
AvailabilityMode.Externalizer.readObject(ObjectInput input) |
static AvailabilityMode |
AvailabilityMode.valueOf(int ordinal) |
static AvailabilityMode |
AvailabilityMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AvailabilityMode[] |
AvailabilityMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Set<Class<? extends AvailabilityMode>> |
AvailabilityMode.Externalizer.getTypeClasses() |
Modifier and Type | Method and Description |
---|---|
AvailabilityMode |
AvailabilityMode.min(AvailabilityMode other) |
void |
AvailabilityMode.Externalizer.writeObject(ObjectOutput output,
AvailabilityMode AvailabilityMode) |
Copyright © 2019 JBoss, a division of Red Hat. All rights reserved.