org.infinispan.cli.interpreter.statement
Class EncodingStatement
java.lang.Object
org.infinispan.cli.interpreter.statement.EncodingStatement
- All Implemented Interfaces:
- Statement
public class EncodingStatement
- extends Object
- implements Statement
EncodingStatement selects a codec to use for encoding/decoding keys/values from the cli to the
cache and viceversa
- Since:
- 5.2
- Author:
- Tristan Tarrant
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EncodingStatement
public EncodingStatement(List<Option> options,
String encoding)
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.