org.infinispan.cli.interpreter.statement
Class PutStatement
java.lang.Object
org.infinispan.cli.interpreter.statement.PutStatement
- All Implemented Interfaces:
- Statement
public class PutStatement
- extends Object
- implements Statement
PutStatement puts an entry in the cache
- Since:
- 5.2
- Author:
- Tristan Tarrant
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PutStatement
public PutStatement(List<Option> options,
KeyData key,
Object value,
ExpirationData exp)
execute
public Result execute(Session session)
throws StatementException
- Specified by:
execute
in interface Statement
- Throws:
StatementException
Copyright © 2013 JBoss, a division of Red Hat. All Rights Reserved.