Uses of Interface
org.glassfish.grizzly.Cacheable

Packages that use Cacheable
org.glassfish.grizzly   
org.glassfish.grizzly.asyncqueue   
org.glassfish.grizzly.compression.lzma   
org.glassfish.grizzly.impl   
org.glassfish.grizzly.memory   
 

Uses of Cacheable in org.glassfish.grizzly
 

Subinterfaces of Cacheable in org.glassfish.grizzly
 interface GrizzlyFuture<R>
           
 

Classes in org.glassfish.grizzly that implement Cacheable
 class Context
          Object, which is responsible for holding context during I/O event processing.
 class ReadResult<K,L>
          Result of read operation, returned by Readable.
 class TransformationResult<I,O>
          Represents the result of message encoding/decoding.
 class WriteResult<K,L>
          Result of write operation, returned by Writable.
 

Uses of Cacheable in org.glassfish.grizzly.asyncqueue
 

Classes in org.glassfish.grizzly.asyncqueue that implement Cacheable
 class AsyncQueueRecord<R>
          AsyncQueue element unit
 class AsyncReadQueueRecord
          AsyncQueue read element unit
 class AsyncWriteQueueRecord
          AsyncQueue write element unit
 

Uses of Cacheable in org.glassfish.grizzly.compression.lzma
 

Classes in org.glassfish.grizzly.compression.lzma that implement Cacheable
static class LZMADecoder.LZMAInputState
           
static class LZMAEncoder.LZMAOutputState
           
 

Uses of Cacheable in org.glassfish.grizzly.impl
 

Subinterfaces of Cacheable in org.glassfish.grizzly.impl
 interface FutureImpl<R>
          Future interface, which has full control over the state.
 

Classes in org.glassfish.grizzly.impl that implement Cacheable
 class ReadyFutureImpl<R>
          Future implementation with the specific unmodifiable result.
 class SafeFutureImpl<R>
          Safe FutureImpl implementation.
 class UnsafeFutureImpl<R>
          Simple thread-unsafe Future implementation.
 

Uses of Cacheable in org.glassfish.grizzly.memory
 

Subinterfaces of Cacheable in org.glassfish.grizzly.memory
protected static interface AbstractMemoryManager.TrimAware
          This is a marker interface indicating a particular Buffer implementation can be trimmed.
 

Classes in org.glassfish.grizzly.memory that implement Cacheable
protected  class ByteBufferManager.SmallByteBufferWrapper
          ByteBufferWrapper implementation, which supports trimming.
 



Copyright © 2012 Oracle Corporation. All Rights Reserved.