2015/07/26 - Apache DirectMemory has been retired.
For more information, please explore the
Attic
.
Apache DirectMemory
Package Index
|
Class Index
net.sf.ehcache
net.sf.ehcache.store.offheap
org.apache.directmemory
org.apache.directmemory.cache
org.apache.directmemory.conf
org.apache.directmemory.ehcache
org.apache.directmemory.guava
org.apache.directmemory.measures
org.apache.directmemory.memory
org.apache.directmemory.memory.allocator
org.apache.directmemory.memory.buffer
org.apache.directmemory.serialization
org.apache.directmemory.serialization.kryo
org.apache.directmemory.serialization.msgpack
org.apache.directmemory.serialization.protobuf
org.apache.directmemory.serialization.protostuff
org.apache.directmemory.server.client
org.apache.directmemory.server.client.providers.asynchttpclient
org.apache.directmemory.server.client.providers.httpclient
org.apache.directmemory.server.commons
org.apache.directmemory.server.services
org.apache.directmemory.solr
org.apache.directmemory.test
org.apache.directmemory.utils
Interfaces
Allocator
Classes
AbstractByteBufferAllocator
DirectByteBufferUtils
FixedSizeByteBufferAllocatorImpl
FixedSizeUnsafeAllocator
LazyUnsafeAllocator
MergingByteBufferAllocator
SlabByteBufferAllocator
UnsafeUtils
Package Index
|
Class Index
Summary:
Methods
|
Inherited Methods
|
[Expand All]
public final class
UnsafeUtils
extends
Object
java.lang.Object
↳
org.apache.directmemory.memory.allocator.UnsafeUtils
Summary
Public Methods
static Unsafe
getUnsafe
()
[Expand]
Inherited Methods
From class
java.lang.Object
Object
clone
()
boolean
equals
(
Object
arg0)
void
finalize
()
final
Class
<?>
getClass
()
int
hashCode
()
final void
notify
()
final void
notifyAll
()
String
toString
()
final void
wait
()
final void
wait
(long arg0, int arg1)
final void
wait
(long arg0)
Public Methods
public static Unsafe
getUnsafe
()