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
AllocationPolicy
MemoryManagerService
<V>
Pointer
<T>
Classes
AbstractMemoryManager
<V>
MemoryManager
MemoryManagerServiceImpl
<V>
PointerImpl
<T>
RoundRobinAllocationPolicy
UnsafeMemoryManagerServiceImpl
<V>
Exceptions
IllegalMemoryPointerException
Package Index
|
Class Index
Summary:
Ctors
|
Inherited Methods
|
[Expand All]
public class
IllegalMemoryPointerException
extends
RuntimeException
java.lang.Object
↳
java.lang.Throwable
↳
java.lang.Exception
↳
java.lang.RuntimeException
↳
org.apache.directmemory.memory.IllegalMemoryPointerException
Summary
Public Constructors
IllegalMemoryPointerException
()
IllegalMemoryPointerException
(
String
message,
Throwable
cause)
IllegalMemoryPointerException
(
String
message)
IllegalMemoryPointerException
(
Throwable
cause)
[Expand]
Inherited Methods
From class
java.lang.Throwable
synchronized
Throwable
fillInStackTrace
()
Throwable
getCause
()
String
getLocalizedMessage
()
String
getMessage
()
StackTraceElement[]
getStackTrace
()
synchronized
Throwable
initCause
(
Throwable
arg0)
void
printStackTrace
(
PrintWriter
arg0)
void
printStackTrace
(
PrintStream
arg0)
void
printStackTrace
()
void
setStackTrace
(
StackTraceElement[]
arg0)
String
toString
()
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 Constructors
public
IllegalMemoryPointerException
()
public
IllegalMemoryPointerException
(
String
message,
Throwable
cause)
public
IllegalMemoryPointerException
(
String
message)
public
IllegalMemoryPointerException
(
Throwable
cause)