Package | Description |
---|---|
org.infinispan.configuration.cache |
Cache configuration |
org.infinispan.partitionhandling | |
org.infinispan.partitionhandling.impl |
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.
|
Modifier and Type | Method and Description |
---|---|
protected PartitionHandling |
PartitionHandlingManagerImpl.getPartitionHandling() |
Copyright © 2021 JBoss by Red Hat. All rights reserved.