Package | Description |
---|---|
org.infinispan.cli.interpreter | |
org.infinispan.cli.interpreter.statement |
Modifier and Type | Field and Description |
---|---|
KeyData |
IspnCliQLParser.keyIdentifier_return.key |
Constructor and Description |
---|
EvictStatement(KeyData key) |
GetStatement(List<Option> options,
KeyData key) |
LocateStatement(List<Option> options,
KeyData key) |
PutStatement(List<Option> options,
KeyData key,
Object value,
ExpirationData exp) |
RemoveStatement(KeyData key,
Object value) |
ReplaceStatement(List<Option> options,
KeyData key,
Object newValue,
ExpirationData exp) |
ReplaceStatement(List<Option> options,
KeyData key,
Object oldValue,
Object newValue,
ExpirationData exp) |
Copyright © 2014 JBoss, a division of Red Hat. All Rights Reserved.