Infinispan Distribution 5.2.6.Final-redhat-2

Uses of Class
org.infinispan.io.ByteBuffer

Packages that use ByteBuffer
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.loaders.remote.wrapper   
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. 
 

Uses of ByteBuffer in org.infinispan.io
 

Methods in org.infinispan.io that return ByteBuffer
 ByteBuffer ByteBuffer.copy()
           
 

Uses of ByteBuffer in org.infinispan.loaders.jdbc
 

Methods in org.infinispan.loaders.jdbc that return ByteBuffer
static ByteBuffer JdbcUtil.marshall(StreamingMarshaller marshaller, Object bucket)
           
 

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

Methods in org.infinispan.loaders.remote.wrapper that return ByteBuffer
 ByteBuffer HotRodEntryMarshaller.objectToBuffer(Object o)
           
 

Uses of ByteBuffer in org.infinispan.marshall
 

Methods in org.infinispan.marshall that return ByteBuffer
 ByteBuffer AbstractMarshaller.objectToBuffer(Object obj)
           
 ByteBuffer Marshaller.objectToBuffer(Object o)
          A method that returns an instance of ByteBuffer, which allows direct access to the byte array with minimal array copying
 ByteBuffer AbstractDelegatingMarshaller.objectToBuffer(Object o)
           
protected  ByteBuffer VersionAwareMarshaller.objectToBuffer(Object obj, int estimatedSize)
           
protected abstract  ByteBuffer AbstractMarshaller.objectToBuffer(Object o, int estimatedSize)
          This is a convenience method for converting an object into a ByteBuffer which takes an estimated size as parameter.
 

Uses of ByteBuffer in org.infinispan.marshall.jboss
 

Methods in org.infinispan.marshall.jboss that return ByteBuffer
protected  ByteBuffer AbstractJBossMarshaller.objectToBuffer(Object o, int estimatedSize)
           
 


Infinispan Distribution 5.2.6.Final-redhat-2

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