Package | Description |
---|---|
org.infinispan |
This is the core of Infinispan, a distributed, transactional, highly scalable data grid
platform.
|
org.infinispan.context |
Contexts contain information of a specific invocation on the cache, such as its origins, scope
(transactional or non-transactional), as well as invocation-specific flags.
|
Modifier and Type | Method and Description |
---|---|
AdvancedCache<K,V> |
AdvancedCache.withFlags(Flag... flags)
A method that adds flags to any API call.
|
Modifier and Type | Method and Description |
---|---|
Flag |
Flag.Externalizer.readObject(ObjectInput input) |
static Flag |
Flag.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Flag[] |
Flag.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static Set<Flag> |
Flag.copyWithoutRemotableFlags(Set<Flag> flags)
Deprecated.
Since 9.0
|
Set<Class<? extends Flag>> |
Flag.Externalizer.getTypeClasses() |
Modifier and Type | Method and Description |
---|---|
void |
Flag.Externalizer.writeObject(ObjectOutput output,
Flag flag) |
Modifier and Type | Method and Description |
---|---|
static Set<Flag> |
Flag.copyWithoutRemotableFlags(Set<Flag> flags)
Deprecated.
Since 9.0
|
Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.