Uses of Class
com.cosylab.epics.caj.impl.CachedByteBufferAllocator
-
Packages that use CachedByteBufferAllocator Package Description com.cosylab.epics.caj com.cosylab.epics.caj.cas com.cosylab.epics.caj.impl -
-
Uses of CachedByteBufferAllocator in com.cosylab.epics.caj
Fields in com.cosylab.epics.caj declared as CachedByteBufferAllocator Modifier and Type Field Description protected CachedByteBufferAllocatorCAJContext. cachedBufferAllocatorCached byte buffer allocator.Methods in com.cosylab.epics.caj that return CachedByteBufferAllocator Modifier and Type Method Description CachedByteBufferAllocatorCAJContext. getCachedBufferAllocator()Get cached byte allocator. -
Uses of CachedByteBufferAllocator in com.cosylab.epics.caj.cas
Fields in com.cosylab.epics.caj.cas declared as CachedByteBufferAllocator Modifier and Type Field Description protected CachedByteBufferAllocatorCAJServerContext. cachedBufferAllocatorCached byte buffer allocator.Methods in com.cosylab.epics.caj.cas that return CachedByteBufferAllocator Modifier and Type Method Description CachedByteBufferAllocatorCAJServerContext. getCachedBufferAllocator()Get cached byte allocator. -
Uses of CachedByteBufferAllocator in com.cosylab.epics.caj.impl
Methods in com.cosylab.epics.caj.impl that return CachedByteBufferAllocator Modifier and Type Method Description CachedByteBufferAllocatorCAContext. getCachedBufferAllocator()Get cached byte allocator.
-