Package | Description |
---|---|
org.infinispan.transaction.impl | |
org.infinispan.transaction.xa |
XA transaction support.
|
org.infinispan.util |
General utilities that are not specific to Infinispan, including string parsing helpers, reflection tools and
collections and containers designed to supplement the JDK-provided containers.
|
Modifier and Type | Method and Description |
---|---|
KeyValuePair<Object,CompletableFuture<Void>> |
AbstractCacheTransaction.getReleaseFutureForKeys(Collection<Object> keys) |
Modifier and Type | Method and Description |
---|---|
KeyValuePair<Object,CompletableFuture<Void>> |
CacheTransaction.getReleaseFutureForKeys(Collection<Object> keys)
Same as
CacheTransaction.getReleaseFutureForKey(Object) but it returns a pair with the key and the future. |
Modifier and Type | Method and Description |
---|---|
KeyValuePair |
KeyValuePair.Externalizer.readObject(ObjectInput input) |
Modifier and Type | Method and Description |
---|---|
Set<Class<? extends KeyValuePair>> |
KeyValuePair.Externalizer.getTypeClasses() |
Modifier and Type | Method and Description |
---|---|
void |
KeyValuePair.Externalizer.writeObject(ObjectOutput output,
KeyValuePair kvPair) |
Copyright © 2020 JBoss, a division of Red Hat. All rights reserved.