| Package | Description |
|---|---|
| com.gemstone.gemfire.internal.shared | |
| com.gemstone.gemfire.internal.shared.jna | |
| com.gemstone.gemfire.internal.shared.unsafe |
| Class and Description |
|---|
| BufferAllocator
Allocate, release and expand ByteBuffers (in-place if possible).
|
| ChannelBufferInputStream
Base class for use by buffered abstractions over channel using direct byte
buffers.
|
| ChannelBufferOutputStream
OutputStream for use by buffered write abstractions over channel using direct
byte buffers.
|
| ClientRunTimeException |
| CommonRunTimeException |
| FinalizeHolder
Holds reference queue, pending queue etc for
FinalizeObject cleanup. |
| FinalizeObject
Base class to be used by classes that need to implement some actions in
finalize.
|
| FinalizeObject.BatchFinalize
Interface that finalizers (extensions of FinalizeObject) can implement to
indicate batching of finalization where possible e.g.
|
| HeapBufferAllocator
Heap ByteBuffer implementation of
BufferAllocator. |
| HostLocationBase
Common base methods for
ServerLocation, HostAddress |
| InputStreamChannel
Intermediate class that extends both an InputStream and ReadableByteChannel.
|
| NativeCalls
Encapsulates native C/C++ calls via JNA.
|
| NativeCalls.RehashServerOnSIGHUP
Callback invoked when an OS-level SIGHUP signal is caught after handler has
been installed by
NativeCalls.daemonize(com.gemstone.gemfire.internal.shared.NativeCalls.RehashServerOnSIGHUP). |
| NativeErrorException
Encapsulates an error in invoking OS native calls.
|
| OpenHashSet
An optimized HashSet using open addressing with quadratic probing.
|
| OpenHashSet.Itr |
| OutputStreamChannel
Intermediate class that extends both an OutputStream and WritableByteChannel.
|
| StringPrintWriter
A
PrintWriter that collects its output in a string builder, which can
then be used to construct a string. |
| SystemProperties
Set the global system properties.
|
| SystemProperties.Callbacks
Common internal product callbacks on client and server side to possibly
plugin some system behaviour.
|
| TCPSocketOptions
Extended TCP socket options to set socket-specific KEEPALIVE settings etc.
|
| UnsupportedGFXDVersionException
An
UnsupportedGFXDVersionException indicates an unsupported
version. |
| Version
Enumerated type for client / server and p2p version.
|
| Class and Description |
|---|
| NativeCalls
Encapsulates native C/C++ calls via JNA.
|
| Class and Description |
|---|
| BufferAllocator
Allocate, release and expand ByteBuffers (in-place if possible).
|
| InputStreamChannel
Intermediate class that extends both an InputStream and ReadableByteChannel.
|
| OutputStreamChannel
Intermediate class that extends both an OutputStream and WritableByteChannel.
|
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.