Uses of Package
org.infinispan.io

Packages that use org.infinispan.io
org.infinispan.client.hotrod.marshall   
org.infinispan.io Provides Infinispan-specific input and output streams, buffers and related utilities. 
org.infinispan.loaders.jdbc This package contains a CacheStore implementation based on a JDBC database connection. 
org.infinispan.marshall Infinispan makes use of custom marshalling to serialize and deserialize state wherever possible, rather than falling back to the JDK to do this. 
org.infinispan.marshall.jboss Hooks to bridge Infinispan's marshalling APIs with JBoss Marshalling internals. 
 

Classes in org.infinispan.io used by org.infinispan.client.hotrod.marshall
ByteBuffer
          A byte buffer that exposes the internal byte array with minimal copying
 

Classes in org.infinispan.io used by org.infinispan.io
ByteBuffer
          A byte buffer that exposes the internal byte array with minimal copying
GridFile
          Subclass of File to iterate through directories and files in a grid
GridFile.Metadata
           
MarshalledValueByteStream
          A stream of bytes which can be written to, and the underlying byte array can be directly accessed.
ReadableGridFileChannel
           
WritableGridFileChannel
           
 

Classes in org.infinispan.io used by org.infinispan.loaders.jdbc
ByteBuffer
          A byte buffer that exposes the internal byte array with minimal copying
 

Classes in org.infinispan.io used by org.infinispan.marshall
ByteBuffer
          A byte buffer that exposes the internal byte array with minimal copying
MarshalledValueByteStream
          A stream of bytes which can be written to, and the underlying byte array can be directly accessed.
 

Classes in org.infinispan.io used by org.infinispan.marshall.jboss
ByteBuffer
          A byte buffer that exposes the internal byte array with minimal copying
 


-->

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