Package | Description |
---|---|
org.infinispan.commands |
Commands that operate on the cache, either locally or remotely.
|
org.infinispan.stream.impl |
Modifier and Type | Method and Description |
---|---|
<K> StreamRequestCommand<K> |
CommandsFactory.buildStreamRequestCommand(Object id,
boolean parallelStream,
StreamRequestCommand.Type type,
Set<Integer> segments,
Set<K> keys,
Set<K> excludedKeys,
boolean includeLoader,
Object terminalOperation) |
<K> StreamRequestCommand<K> |
CommandsFactoryImpl.buildStreamRequestCommand(Object id,
boolean parallelStream,
StreamRequestCommand.Type type,
Set<Integer> segments,
Set<K> keys,
Set<K> excludedKeys,
boolean includeLoader,
Object terminalOperation) |
Modifier and Type | Method and Description |
---|---|
static StreamRequestCommand.Type |
StreamRequestCommand.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StreamRequestCommand.Type[] |
StreamRequestCommand.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
StreamRequestCommand(String cacheName,
Address origin,
Object id,
boolean parallelStream,
StreamRequestCommand.Type type,
Set<Integer> segments,
Set<K> keys,
Set<K> excludedKeys,
boolean includeLoader,
Object terminalOperation) |
Copyright © 2017 JBoss, a division of Red Hat. All rights reserved.