Package | Description |
---|---|
org.infinispan.configuration.cache |
Cache configuration |
org.infinispan.partitionhandling |
Modifier and Type | Field and Description |
---|---|
static AttributeDefinition<PartitionHandling> |
PartitionHandlingConfiguration.WHEN_SPLIT |
Modifier and Type | Method and Description |
---|---|
PartitionHandling |
PartitionHandlingConfiguration.whenSplit() |
Modifier and Type | Method and Description |
---|---|
PartitionHandlingConfigurationBuilder |
PartitionHandlingConfigurationBuilder.whenSplit(PartitionHandling partitionHandling) |
Modifier and Type | Method and Description |
---|---|
static PartitionHandling |
PartitionHandling.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PartitionHandling[] |
PartitionHandling.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.