Infinispan Distribution 5.2.6.Final-redhat-2

Uses of Class
org.infinispan.util.ByteArrayKey

Packages that use ByteArrayKey
org.infinispan.loaders.remote.wrapper   
org.infinispan.server.hotrod.util   
org.infinispan.util General utilities that are not specific to Infinispan, including string parsing helpers, reflection tools and collections and containers designed to supplement the JDK-provided containers. 
 

Uses of ByteArrayKey in org.infinispan.loaders.remote.wrapper
 

Methods in org.infinispan.loaders.remote.wrapper that return ByteArrayKey
 ByteArrayKey HotRodEntryWrapper.wrapKey(Object key)
           
 

Uses of ByteArrayKey in org.infinispan.server.hotrod.util
 

Methods in org.infinispan.server.hotrod.util that return types with arguments of type ByteArrayKey
static Set<ByteArrayKey> BulkUtil.getAllKeys(Cache<ByteArrayKey,org.infinispan.server.core.CacheValue> cache, int scope)
           
 

Method parameters in org.infinispan.server.hotrod.util with type arguments of type ByteArrayKey
static Set<ByteArrayKey> BulkUtil.getAllKeys(Cache<ByteArrayKey,org.infinispan.server.core.CacheValue> cache, int scope)
           
 

Uses of ByteArrayKey in org.infinispan.util
 

Methods in org.infinispan.util that return ByteArrayKey
 ByteArrayKey ByteArrayKey.Externalizer.readObject(ObjectInput input)
           
 

Methods in org.infinispan.util that return types with arguments of type ByteArrayKey
 Set<Class<? extends ByteArrayKey>> ByteArrayKey.Externalizer.getTypeClasses()
           
 

Methods in org.infinispan.util with parameters of type ByteArrayKey
 void ByteArrayKey.Externalizer.writeObject(ObjectOutput output, ByteArrayKey key)
           
 


Infinispan Distribution 5.2.6.Final-redhat-2

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