org.infinispan.cli.interpreter.statement
Class CreateStatement

java.lang.Object
  extended by org.infinispan.cli.interpreter.statement.CreateStatement
All Implemented Interfaces:
Statement

public class CreateStatement
extends Object
implements Statement

CreateStatement creates a new cache based on the configuration of an existing cache.

Since:
5.2
Author:
Tristan Tarrant

Constructor Summary
CreateStatement(String cacheName, String baseCacheName)
           
 
Method Summary
 Result execute(Session session)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CreateStatement

public CreateStatement(String cacheName,
                       String baseCacheName)
Method Detail

execute

public Result execute(Session session)
Specified by:
execute in interface Statement

-->

Copyright © 2013 JBoss, a division of Red Hat. All Rights Reserved.