Infinispan Distribution 5.2.6.Final-redhat-2

org.infinispan.cli.interpreter.statement
Class KeyData

java.lang.Object
  extended by org.infinispan.cli.interpreter.statement.KeyData

public class KeyData
extends Object


Constructor Summary
KeyData(Object key)
           
KeyData(String cacheName, Object key)
           
 
Method Summary
 String getCacheName()
           
 Object getKey()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KeyData

public KeyData(String cacheName,
               Object key)

KeyData

public KeyData(Object key)
Method Detail

getCacheName

public String getCacheName()

getKey

public Object getKey()

Infinispan Distribution 5.2.6.Final-redhat-2

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