Uses of Interface
org.glassfish.grizzly.Cacheable
-
Packages that use Cacheable Package Description 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 Modifier and Type Interface Description interfaceGrizzlyFuture<R>GrizzlyFutureimplementation.Classes in org.glassfish.grizzly that implement Cacheable Modifier and Type Class Description classContextObject, which is responsible for holding context during I/O event processing.classReadResult<K,L>Result of read operation, returned byReadable.classTransformationResult<I,O>Represents the result of message encoding/decoding.classWriteResult<K,L>Result of write operation, returned byWriteable. -
Uses of Cacheable in org.glassfish.grizzly.asyncqueue
Classes in org.glassfish.grizzly.asyncqueue that implement Cacheable Modifier and Type Class Description classAsyncQueueRecord<R>AsyncQueueelement unitclassAsyncReadQueueRecordAsyncQueueread element unitclassAsyncWriteQueueRecordAsyncQueuewrite element unitclassRecordReadResult<K,L>Read result associated with aAsyncWriteQueueRecord.classRecordWriteResult<K,L>Write result associated with aAsyncWriteQueueRecord. -
Uses of Cacheable in org.glassfish.grizzly.compression.lzma
Classes in org.glassfish.grizzly.compression.lzma that implement Cacheable Modifier and Type Class Description static classLZMADecoder.LZMAInputStatestatic classLZMAEncoder.LZMAOutputState -
Uses of Cacheable in org.glassfish.grizzly.impl
Subinterfaces of Cacheable in org.glassfish.grizzly.impl Modifier and Type Interface Description interfaceFutureImpl<R>Futureinterface, which has full control over the state.Classes in org.glassfish.grizzly.impl that implement Cacheable Modifier and Type Class Description classReadyFutureImpl<R>Futureimplementation with the specific unmodifiable result.classSafeFutureImpl<R>SafeFutureImplimplementation.classUnsafeFutureImpl<R>Simple thread-unsafeFutureimplementation. -
Uses of Cacheable in org.glassfish.grizzly.memory
Subinterfaces of Cacheable in org.glassfish.grizzly.memory Modifier and Type Interface Description protected static interfaceAbstractMemoryManager.TrimAwareThis is a marker interface indicating a particularBufferimplementation can be trimmed.Classes in org.glassfish.grizzly.memory that implement Cacheable Modifier and Type Class Description protected classByteBufferManager.SmallByteBufferWrapperByteBufferWrapperimplementation, which supports trimming.
-