GemFire XD 1.5.0-BETA.3
A B C D E F G H I J K L M N O P R S T U V W 

A

add(E) - Method in class com.gemstone.gemfire.internal.shared.ReverseListIterator
addBytesToHash(byte[], int) - Static method in class com.gemstone.gemfire.internal.shared.ClientResolverUtils
The below hash generation uses substitution box technique to generate hashcodes.
addBytesToHash(byte[], int, int, int) - Static method in class com.gemstone.gemfire.internal.shared.ClientResolverUtils
The below hash generation uses substitution box technique to generate hashcodes.
addByteToHash(byte, int) - Static method in class com.gemstone.gemfire.internal.shared.ClientResolverUtils
 
addCharsToHash(char[], int, int, int) - Static method in class com.gemstone.gemfire.internal.shared.ClientResolverUtils
 
addIntToHash(int, int) - Static method in class com.gemstone.gemfire.internal.shared.ClientResolverUtils
 
addLongToHash(long, int) - Static method in class com.gemstone.gemfire.internal.shared.ClientResolverUtils
 
addrLimit - Variable in class com.gemstone.gemfire.internal.shared.unsafe.ChannelBufferUnsafeInputStream
 
addrLimit - Variable in class com.gemstone.gemfire.internal.shared.unsafe.ChannelBufferUnsafeOutputStream
 
addrPosition - Variable in class com.gemstone.gemfire.internal.shared.unsafe.ChannelBufferUnsafeInputStream
Actual buffer position (+baseAddress) accounting is done by this.
addrPosition - Variable in class com.gemstone.gemfire.internal.shared.unsafe.ChannelBufferUnsafeOutputStream
Actual buffer position (+baseAddress) accounting is done by this.
addStringToHash(String, int, int, int) - Static method in class com.gemstone.gemfire.internal.shared.ClientResolverUtils
 
addToPendingQueue(FinalizeObject) - Method in class com.gemstone.gemfire.internal.shared.FinalizeHolder
 
allocateBuffer(int) - Method in class com.gemstone.gemfire.internal.shared.ChannelBufferInputStream
 
allocateBuffer(int) - Method in class com.gemstone.gemfire.internal.shared.ChannelBufferOutputStream
 
allocateBuffer(int) - Method in class com.gemstone.gemfire.internal.shared.unsafe.ChannelBufferUnsafeInputStream
 
allocateBuffer(int) - Method in class com.gemstone.gemfire.internal.shared.unsafe.ChannelBufferUnsafeOutputStream
 
append(char) - Method in class com.gemstone.gemfire.internal.shared.StringPrintWriter
 
append(CharSequence) - Method in class com.gemstone.gemfire.internal.shared.StringPrintWriter
 
append(CharSequence, int, int) - Method in class com.gemstone.gemfire.internal.shared.StringPrintWriter
 
arrayBaseOffset - Static variable in class com.gemstone.gemfire.internal.shared.unsafe.UnsafeHolder
 
available() - Method in class com.gemstone.gemfire.internal.shared.ChannelBufferInputStream
available() - Method in class com.gemstone.gemfire.internal.shared.unsafe.ChannelBufferUnsafeInputStream

B

baseAddress - Variable in class com.gemstone.gemfire.internal.shared.unsafe.ChannelBufferUnsafeInputStream
 
baseAddress - Variable in class com.gemstone.gemfire.internal.shared.unsafe.ChannelBufferUnsafeOutputStream
 
buffer - Variable in class com.gemstone.gemfire.internal.shared.ChannelBufferInputStream
 
buffer - Variable in class com.gemstone.gemfire.internal.shared.ChannelBufferOutputStream
 
buffer - Variable in class com.gemstone.gemfire.internal.shared.unsafe.ChannelBufferUnsafeInputStream
 
buffer - Variable in class com.gemstone.gemfire.internal.shared.unsafe.ChannelBufferUnsafeOutputStream
 
bufferGet(byte[], long, int, int, Unsafe) - Static method in class com.gemstone.gemfire.internal.shared.unsafe.UnsafeHolder
 
bufferPut(byte[], long, int, int, Unsafe) - Static method in class com.gemstone.gemfire.internal.shared.unsafe.UnsafeHolder
 
BYTES_PREFIX_CLIENT_VERSION - Static variable in class com.gemstone.gemfire.internal.shared.ClientSharedData
 
BYTES_PREFIX_CLIENT_VERSION_LENGTH - Static variable in class com.gemstone.gemfire.internal.shared.ClientSharedData
 

C

channel - Variable in class com.gemstone.gemfire.internal.shared.InputStreamChannel
 
channel - Variable in class com.gemstone.gemfire.internal.shared.OutputStreamChannel
 
ChannelBufferFramedInputStream - Class in com.gemstone.gemfire.internal.shared
 
ChannelBufferFramedInputStream(ReadableByteChannel) - Constructor for class com.gemstone.gemfire.internal.shared.ChannelBufferFramedInputStream
 
ChannelBufferFramedInputStream(ReadableByteChannel, int) - Constructor for class com.gemstone.gemfire.internal.shared.ChannelBufferFramedInputStream
 
ChannelBufferFramedOutputStream - Class in com.gemstone.gemfire.internal.shared
 
ChannelBufferFramedOutputStream(WritableByteChannel) - Constructor for class com.gemstone.gemfire.internal.shared.ChannelBufferFramedOutputStream
 
ChannelBufferFramedOutputStream(WritableByteChannel, int) - Constructor for class com.gemstone.gemfire.internal.shared.ChannelBufferFramedOutputStream
 
ChannelBufferInputStream - Class in com.gemstone.gemfire.internal.shared
Base class for use by buffered abstractions over channel using direct byte buffers.
ChannelBufferInputStream(ReadableByteChannel) - Constructor for class com.gemstone.gemfire.internal.shared.ChannelBufferInputStream
 
ChannelBufferInputStream(ReadableByteChannel, int) - Constructor for class com.gemstone.gemfire.internal.shared.ChannelBufferInputStream
 
ChannelBufferOutputStream - Class in com.gemstone.gemfire.internal.shared
OutputStream for use by buffered write abstractions over channel using direct byte buffers.
ChannelBufferOutputStream(WritableByteChannel) - Constructor for class com.gemstone.gemfire.internal.shared.ChannelBufferOutputStream
 
ChannelBufferOutputStream(WritableByteChannel, int) - Constructor for class com.gemstone.gemfire.internal.shared.ChannelBufferOutputStream
 
ChannelBufferUnsafeDataInputStream - Class in com.gemstone.gemfire.internal.shared.unsafe
A buffered DataInput abstraction over channel using direct byte buffers, and using internal Unsafe class for best performance.
ChannelBufferUnsafeDataInputStream(ReadableByteChannel) - Constructor for class com.gemstone.gemfire.internal.shared.unsafe.ChannelBufferUnsafeDataInputStream
 
ChannelBufferUnsafeDataInputStream(ReadableByteChannel, int) - Constructor for class com.gemstone.gemfire.internal.shared.unsafe.ChannelBufferUnsafeDataInputStream
 
ChannelBufferUnsafeDataOutputStream - Class in com.gemstone.gemfire.internal.shared.unsafe
A buffered DataOutput abstraction over channel using direct byte buffers, and using internal Unsafe class for best performance.
ChannelBufferUnsafeDataOutputStream(WritableByteChannel) - Constructor for class com.gemstone.gemfire.internal.shared.unsafe.ChannelBufferUnsafeDataOutputStream
 
ChannelBufferUnsafeDataOutputStream(WritableByteChannel, int) - Constructor for class com.gemstone.gemfire.internal.shared.unsafe.ChannelBufferUnsafeDataOutputStream
 
ChannelBufferUnsafeFramedInputStream - Class in com.gemstone.gemfire.internal.shared.unsafe
 
ChannelBufferUnsafeFramedInputStream(ReadableByteChannel) - Constructor for class com.gemstone.gemfire.internal.shared.unsafe.ChannelBufferUnsafeFramedInputStream
 
ChannelBufferUnsafeFramedInputStream(ReadableByteChannel, int) - Constructor for class com.gemstone.gemfire.internal.shared.unsafe.ChannelBufferUnsafeFramedInputStream
 
ChannelBufferUnsafeFramedOutputStream - Class in com.gemstone.gemfire.internal.shared.unsafe
Extension of ChannelBufferUnsafeDataOutputStream to write in frames i.e.
ChannelBufferUnsafeFramedOutputStream(WritableByteChannel) - Constructor for class com.gemstone.gemfire.internal.shared.unsafe.ChannelBufferUnsafeFramedOutputStream
 
ChannelBufferUnsafeFramedOutputStream(WritableByteChannel, int) - Constructor for class com.gemstone.gemfire.internal.shared.unsafe.ChannelBufferUnsafeFramedOutputStream
 
ChannelBufferUnsafeInputStream - Class in com.gemstone.gemfire.internal.shared.unsafe
A somewhat more efficient implementation of ChannelBufferInputStream using internal unsafe class (~30% in raw read calls).
ChannelBufferUnsafeInputStream(ReadableByteChannel) - Constructor for class com.gemstone.gemfire.internal.shared.unsafe.ChannelBufferUnsafeInputStream
 
ChannelBufferUnsafeInputStream(ReadableByteChannel, int) - Constructor for class com.gemstone.gemfire.internal.shared.unsafe.ChannelBufferUnsafeInputStream
 
ChannelBufferUnsafeOutputStream - Class in com.gemstone.gemfire.internal.shared.unsafe
A somewhat more efficient implementation of ChannelBufferOutputStream using internal unsafe class (~30% in raw single byte write calls).
ChannelBufferUnsafeOutputStream(WritableByteChannel) - Constructor for class com.gemstone.gemfire.internal.shared.unsafe.ChannelBufferUnsafeOutputStream
 
ChannelBufferUnsafeOutputStream(WritableByteChannel, int) - Constructor for class com.gemstone.gemfire.internal.shared.unsafe.ChannelBufferUnsafeOutputStream
 
checkBounds(int, int, int) - Static method in class com.gemstone.gemfire.internal.shared.unsafe.UnsafeHolder
 
clear() - Static method in class com.gemstone.gemfire.internal.shared.ClientSharedUtils
 
clear() - Method in class com.gemstone.gemfire.internal.shared.FinalizeObject
 
clearAll() - Method in class com.gemstone.gemfire.internal.shared.FinalizeObject
 
clearFinalizationQueues() - Static method in class com.gemstone.gemfire.internal.shared.FinalizeObject
 
clearThis() - Method in class com.gemstone.gemfire.internal.shared.FinalizeObject
 
CLIENT_FAILOVER_CONTEXT_NOT_WRITTEN - Static variable in class com.gemstone.gemfire.internal.shared.ClientSharedData
 
CLIENT_FAILOVER_CONTEXT_WRITTEN - Static variable in class com.gemstone.gemfire.internal.shared.ClientSharedData
 
CLIENT_TXID_NOT_WRITTEN - Static variable in class com.gemstone.gemfire.internal.shared.ClientSharedData
 
CLIENT_TXID_WRITTEN - Static variable in class com.gemstone.gemfire.internal.shared.ClientSharedData
 
ClientResolverUtils - Class in com.gemstone.gemfire.internal.shared
Moved some code from GFXD ResolverUtils to enable using at GFE layer.
ClientResolverUtils() - Constructor for class com.gemstone.gemfire.internal.shared.ClientResolverUtils
 
ClientRunTimeException - Exception in com.gemstone.gemfire.internal.shared
 
ClientRunTimeException(String, Throwable) - Constructor for exception com.gemstone.gemfire.internal.shared.ClientRunTimeException
 
ClientRunTimeException() - Constructor for exception com.gemstone.gemfire.internal.shared.ClientRunTimeException
 
ClientSharedData - Class in com.gemstone.gemfire.internal.shared
 
ClientSharedData() - Constructor for class com.gemstone.gemfire.internal.shared.ClientSharedData
 
ClientSharedUtils - Class in com.gemstone.gemfire.internal.shared
Some shared methods now also used by GemFireXD clients so should not have any dependency on other GemFire packages.
CLOCKID_MONOTONIC - Static variable in class com.gemstone.gemfire.internal.shared.NativeCalls
 
CLOCKID_MONOTONIC_RAW - Static variable in class com.gemstone.gemfire.internal.shared.NativeCalls
 
CLOCKID_PROCESS_CPUTIME_ID - Static variable in class com.gemstone.gemfire.internal.shared.NativeCalls
 
CLOCKID_REALTIME - Static variable in class com.gemstone.gemfire.internal.shared.NativeCalls
 
CLOCKID_THREAD_CPUTIME_ID - Static variable in class com.gemstone.gemfire.internal.shared.NativeCalls
 
clockResolution(int) - Method in class com.gemstone.gemfire.internal.shared.NativeCalls
 
close() - Method in class com.gemstone.gemfire.internal.shared.ChannelBufferInputStream
close() - Method in class com.gemstone.gemfire.internal.shared.ChannelBufferOutputStream
close() - Method in class com.gemstone.gemfire.internal.shared.StringPrintWriter
 
close() - Method in class com.gemstone.gemfire.internal.shared.unsafe.ChannelBufferUnsafeInputStream
close() - Method in class com.gemstone.gemfire.internal.shared.unsafe.ChannelBufferUnsafeOutputStream
com.gemstone.gemfire.internal.shared - package com.gemstone.gemfire.internal.shared
 
com.gemstone.gemfire.internal.shared.unsafe - package com.gemstone.gemfire.internal.shared.unsafe
 
CommonRunTimeException - Interface in com.gemstone.gemfire.internal.shared
 
compareTo(T) - Method in class com.gemstone.gemfire.internal.shared.HostLocationBase
compareTo(short) - Method in class com.gemstone.gemfire.internal.shared.Version
Finds the Version instance corresponding to the given ordinal and returns the result of compareTo(Version)
compareTo(Version) - Method in class com.gemstone.gemfire.internal.shared.Version
compatibleWith(Version) - Method in class com.gemstone.gemfire.internal.shared.Version
Returns whether this Version is compatible with the input Version
compressedSize() - Method in class com.gemstone.gemfire.internal.shared.Version
Fixed number of bytes required for serializing this version when "compressed" flag is true in Version.writeOrdinal(DataOutput, boolean).
copyMemory(Object, long, Object, long, long, Unsafe) - Static method in class com.gemstone.gemfire.internal.shared.unsafe.UnsafeHolder
Copy from given source object to destination object.
CURRENT - Static variable in class com.gemstone.gemfire.internal.shared.Version
This constant must be set to the most current version of GFE/GFXD.
CURRENT_ORDINAL - Static variable in class com.gemstone.gemfire.internal.shared.Version
A lot of versioning code needs access to the current version's ordinal
currentTimeZone - Static variable in class com.gemstone.gemfire.internal.shared.ClientSharedUtils
The cached timezone of this VM.
currentTimeZoneOffset - Static variable in class com.gemstone.gemfire.internal.shared.ClientSharedUtils
The cached timezone offset not including daylight savings.
currentTZShortName - Static variable in class com.gemstone.gemfire.internal.shared.ClientSharedUtils
short display name of current timezone in current locale
currentTZShortNameDST - Static variable in class com.gemstone.gemfire.internal.shared.ClientSharedUtils
short display name of current timezone+daylight in current locale

D

daemonize(NativeCalls.RehashServerOnSIGHUP) - Method in class com.gemstone.gemfire.internal.shared.NativeCalls
Perform the steps necessary to make the current JVM a proper UNIX daemon.
DEFAULT_BUFFER_SIZE - Static variable in class com.gemstone.gemfire.internal.shared.ChannelBufferInputStream
 
DEFAULT_BUFFER_SIZE - Static variable in class com.gemstone.gemfire.internal.shared.ChannelBufferOutputStream
 
DEFAULT_DNS_CACHE_FLUSH_INTERVAL - Static variable in class com.gemstone.gemfire.internal.shared.SystemProperties
 
DEFAULT_DNS_CACHE_SIZE - Static variable in class com.gemstone.gemfire.internal.shared.SystemProperties
 
DEFAULT_GFXDCLIENT_PROPERTY_NAME_PREFIX - Static variable in class com.gemstone.gemfire.internal.shared.SystemProperties
 
DEFAULT_INPUT_BUFFER_SIZE - Static variable in class com.gemstone.gemfire.internal.shared.SystemProperties
 
DEFAULT_KEEPALIVE_CNT - Static variable in class com.gemstone.gemfire.internal.shared.SystemProperties
 
DEFAULT_KEEPALIVE_IDLE - Static variable in class com.gemstone.gemfire.internal.shared.SystemProperties
 
DEFAULT_KEEPALIVE_INTVL - Static variable in class com.gemstone.gemfire.internal.shared.SystemProperties
 
DEFAULT_LOG_FILE - Static variable in class com.gemstone.gemfire.internal.shared.SystemProperties
 
DEFAULT_OUTPUT_BUFFER_SIZE - Static variable in class com.gemstone.gemfire.internal.shared.SystemProperties
 
DEFAULT_PROPERTY_NAME_PREFIX - Static variable in class com.gemstone.gemfire.internal.shared.SystemProperties
 
DNS_CACHE_FLUSH_INTERVAL - Static variable in class com.gemstone.gemfire.internal.shared.SystemProperties
Time interval in seconds after which DNSCacheService is flushed and refreshed on demand for DNS entries that do no specify a TTL.
DNS_CACHE_SIZE - Static variable in class com.gemstone.gemfire.internal.shared.SystemProperties
The maximum size of DNSCacheService.
doFinalize() - Method in class com.gemstone.gemfire.internal.shared.FinalizeObject
The finalizer method for the object for post GC cleanup.
doWriteFrameSize - Variable in class com.gemstone.gemfire.internal.shared.ChannelBufferFramedOutputStream
 
doWriteFrameSize - Variable in class com.gemstone.gemfire.internal.shared.unsafe.ChannelBufferUnsafeFramedOutputStream
 

E

equalBuffers(ByteBuffer, ByteBuffer) - Static method in class com.gemstone.gemfire.internal.shared.ClientSharedUtils
 
equalBuffers(byte[], ByteBuffer) - Static method in class com.gemstone.gemfire.internal.shared.ClientSharedUtils
 
equals(Object) - Method in class com.gemstone.gemfire.internal.shared.HostLocationBase
 
equals(HostLocationBase<?>) - Method in class com.gemstone.gemfire.internal.shared.HostLocationBase
 
equals(Object) - Method in class com.gemstone.gemfire.internal.shared.Version
 
equals(Version) - Method in class com.gemstone.gemfire.internal.shared.Version
 
equalsHostName(HostLocationBase<?>) - Method in class com.gemstone.gemfire.internal.shared.HostLocationBase
 

F

FinalizeHolder - Class in com.gemstone.gemfire.internal.shared
Holds reference queue, pending queue etc for FinalizeObject cleanup.
FinalizeObject - Class in com.gemstone.gemfire.internal.shared
Base class to be used by classes that need to implement some actions in finalize.
FinalizeObject(Object, boolean) - Constructor for class com.gemstone.gemfire.internal.shared.FinalizeObject
 
FinalizeObject.BatchFinalize - Interface in com.gemstone.gemfire.internal.shared
Interface that finalizers (extensions of FinalizeObject) can implement to indicate batching of finalization where possible e.g.
FinalizeObject.State - Class in com.gemstone.gemfire.internal.shared
Simple wrapper class to share state across the base object and FinalizeObject.
FinalizeObject.State(byte) - Constructor for class com.gemstone.gemfire.internal.shared.FinalizeObject.State
 
flush() - Method in class com.gemstone.gemfire.internal.shared.ChannelBufferFramedOutputStream
flush() - Method in class com.gemstone.gemfire.internal.shared.ChannelBufferOutputStream
flush() - Method in class com.gemstone.gemfire.internal.shared.StringPrintWriter
 
flush() - Method in class com.gemstone.gemfire.internal.shared.unsafe.ChannelBufferUnsafeFramedOutputStream
flush() - Method in class com.gemstone.gemfire.internal.shared.unsafe.ChannelBufferUnsafeOutputStream
flushBufferBlocking(ByteBuffer) - Method in class com.gemstone.gemfire.internal.shared.ChannelBufferFramedOutputStream
 
flushBufferBlocking(ByteBuffer) - Method in class com.gemstone.gemfire.internal.shared.ChannelBufferOutputStream
 
flushBufferBlocking(ByteBuffer) - Method in class com.gemstone.gemfire.internal.shared.unsafe.ChannelBufferUnsafeFramedOutputStream
 
flushBufferBlocking(ByteBuffer) - Method in class com.gemstone.gemfire.internal.shared.unsafe.ChannelBufferUnsafeOutputStream
 
flushBufferNonBlocking(ByteBuffer, boolean) - Method in class com.gemstone.gemfire.internal.shared.OutputStreamChannel
 
flushBufferNonBlocking(ByteBuffer, boolean) - Method in class com.gemstone.gemfire.internal.shared.unsafe.ChannelBufferUnsafeOutputStream
 
formatDate(long, StringBuilder) - Static method in class com.gemstone.gemfire.internal.shared.ClientSharedUtils
 
formatDate(long, int, StringBuilder) - Static method in class com.gemstone.gemfire.internal.shared.ClientSharedUtils
Adapted from Derby's CheapDateFormatter to make use of given calendar and make it more efficient using StringBuilder.
fromBytes(byte[]) - Static method in class com.gemstone.gemfire.internal.shared.Version
 
fromHexString(String, int, int) - Static method in class com.gemstone.gemfire.internal.shared.ClientSharedUtils
Convert a hexidecimal string generated by toHexString() back into a byte array.
fromOrdinal(short, boolean) - Static method in class com.gemstone.gemfire.internal.shared.Version
Return the Version represented by specified ordinal
fromOrdinalCheck(short, boolean) - Static method in class com.gemstone.gemfire.internal.shared.Version
Return the Version represented by specified ordinal while not throwing exception if given ordinal is higher than any known ones.
fromOrdinalOrCurrent(short) - Static method in class com.gemstone.gemfire.internal.shared.Version
return the version corresponding to the given ordinal, or CURRENT if the ordinal isn't valid

G

getAnyField(Class<?>, String) - Static method in class com.gemstone.gemfire.internal.shared.NativeCalls
 
getAnyMethod(Class<?>, String, Class<?>...) - Static method in class com.gemstone.gemfire.internal.shared.NativeCalls
 
getBigIntInternalMagnitude(BigInteger) - Static method in class com.gemstone.gemfire.internal.shared.ClientSharedUtils
Returns the internal int[] magnitude from given BigInteger, if possble, else returns null.
getBigIntMagnitudeSizeInBytes(int[]) - Static method in class com.gemstone.gemfire.internal.shared.ClientSharedUtils
 
getBoolean(String, boolean) - Method in class com.gemstone.gemfire.internal.shared.SystemProperties
 
getBuilder() - Method in class com.gemstone.gemfire.internal.shared.StringPrintWriter
Return the string builder itself.
getCachedLocalHost() - Static method in class com.gemstone.gemfire.internal.shared.ClientSharedUtils
 
getCallbacks() - Method in class com.gemstone.gemfire.internal.shared.SystemProperties
 
getClientHolder() - Static method in class com.gemstone.gemfire.internal.shared.FinalizeObject
 
getClientInstance() - Static method in class com.gemstone.gemfire.internal.shared.SystemProperties
Get an instance appropriate for client instances.
getDefaultCalendar() - Static method in class com.gemstone.gemfire.internal.shared.ClientSharedData
 
getDefaultCleanCalendar() - Static method in class com.gemstone.gemfire.internal.shared.ClientSharedData
 
getDirectByteBufferAddressMethod() - Static method in class com.gemstone.gemfire.internal.shared.unsafe.UnsafeHolder
 
getDNSCacheFlushInterval() - Method in class com.gemstone.gemfire.internal.shared.SystemProperties
 
getDNSCacheSize() - Method in class com.gemstone.gemfire.internal.shared.SystemProperties
 
getEnvironment(String) - Method in class com.gemstone.gemfire.internal.shared.NativeCalls
Get the value of given environment variable.
getEnvironment(String) - Method in class com.gemstone.gemfire.internal.shared.NativeCalls.NativeCallsGeneric
 
getErrorCode() - Method in exception com.gemstone.gemfire.internal.shared.NativeErrorException
 
getGemFireVersion() - Method in class com.gemstone.gemfire.internal.shared.Version
 
getGFXDServerCallbacks() - Static method in class com.gemstone.gemfire.internal.shared.SystemProperties
 
getHolder() - Method in class com.gemstone.gemfire.internal.shared.FinalizeObject
 
getHostName() - Method in class com.gemstone.gemfire.internal.shared.HostLocationBase
 
getInstance() - Static method in class com.gemstone.gemfire.internal.shared.NativeCalls
Get an instance of implementation of NativeCalls for the current platform.
getInstance() - Static method in class com.gemstone.gemfire.internal.shared.NativeCallsJNAImpl
Get an instance of JNA based implementation of NativeCalls for the current platform.
getInt(long) - Method in class com.gemstone.gemfire.internal.shared.unsafe.ChannelBufferUnsafeInputStream
 
getInteger(String, int) - Method in class com.gemstone.gemfire.internal.shared.SystemProperties
 
getJdkHelper() - Static method in class com.gemstone.gemfire.internal.shared.ClientSharedUtils
 
getKeepAliveCount() - Method in class com.gemstone.gemfire.internal.shared.SystemProperties
 
getKeepAliveIdle() - Method in class com.gemstone.gemfire.internal.shared.SystemProperties
 
getKeepAliveInterval() - Method in class com.gemstone.gemfire.internal.shared.SystemProperties
 
getLocalHost() - Static method in class com.gemstone.gemfire.internal.shared.ClientSharedUtils
All GemFire code should use this method instead of InetAddress.getLocalHost().
getLogFile() - Method in class com.gemstone.gemfire.internal.shared.SystemProperties
 
getLogger() - Static method in class com.gemstone.gemfire.internal.shared.ClientSharedUtils
 
getLong(String, long) - Method in class com.gemstone.gemfire.internal.shared.SystemProperties
 
getMajorVersion() - Method in class com.gemstone.gemfire.internal.shared.Version
 
getMethodSuffix() - Method in class com.gemstone.gemfire.internal.shared.Version
 
getMinorVersion() - Method in class com.gemstone.gemfire.internal.shared.Version
 
getModifiableJavaEnv() - Static method in class com.gemstone.gemfire.internal.shared.NativeCalls
 
getModifiableJavaEnvWIN() - Static method in class com.gemstone.gemfire.internal.shared.NativeCalls
 
getMyAddresses(boolean) - Static method in class com.gemstone.gemfire.internal.shared.ClientSharedUtils
returns a set of the non-loopback InetAddresses for this machine
getName() - Method in class com.gemstone.gemfire.internal.shared.Version
 
getNext() - Method in class com.gemstone.gemfire.internal.shared.FinalizeObject
getOSType() - Method in class com.gemstone.gemfire.internal.shared.NativeCalls
Get the OSType of current system.
getOSType() - Method in class com.gemstone.gemfire.internal.shared.NativeCalls.NativeCallsGeneric
 
getParkedThread() - Method in class com.gemstone.gemfire.internal.shared.InputStreamChannel
 
getParkedThread() - Method in class com.gemstone.gemfire.internal.shared.OutputStreamChannel
 
getPatch() - Method in class com.gemstone.gemfire.internal.shared.Version
 
getPlatformOption(TCPSocketOptions) - Method in class com.gemstone.gemfire.internal.shared.NativeCalls
 
getPort() - Method in class com.gemstone.gemfire.internal.shared.HostLocationBase
 
getPrevious() - Method in class com.gemstone.gemfire.internal.shared.FinalizeObject
getProcessId() - Method in class com.gemstone.gemfire.internal.shared.NativeCalls
Get the process ID of the current process.
getProcessId() - Method in class com.gemstone.gemfire.internal.shared.NativeCalls.NativeCallsGeneric
 
getProductName() - Method in class com.gemstone.gemfire.internal.shared.Version
 
getRelease() - Method in class com.gemstone.gemfire.internal.shared.Version
 
getServerHolder() - Static method in class com.gemstone.gemfire.internal.shared.FinalizeObject
 
getServerInstance() - Static method in class com.gemstone.gemfire.internal.shared.SystemProperties
Get an instance appropriate for server instances.
getShort(long) - Method in class com.gemstone.gemfire.internal.shared.unsafe.ChannelBufferUnsafeDataInputStream
 
getSocketInputBufferSize() - Method in class com.gemstone.gemfire.internal.shared.SystemProperties
 
getSocketKernelDescriptor(Socket, InputStream) - Method in class com.gemstone.gemfire.internal.shared.NativeCalls
Get the native kernel descriptor given the java Socket.
getSocketOutputBufferSize() - Method in class com.gemstone.gemfire.internal.shared.SystemProperties
 
getStackTrace(Throwable, StringBuilder, String) - Static method in class com.gemstone.gemfire.internal.shared.ClientSharedUtils
Append the backtrace of given exception to provided StringBuilder.
getString(String, String) - Method in class com.gemstone.gemfire.internal.shared.SystemProperties
 
getSystemProperty(String, SystemProperties) - Method in interface com.gemstone.gemfire.internal.shared.SystemProperties.Callbacks
Get system property for given key or null if key not set.
getSystemProperty(String, SystemProperties) - Method in class com.gemstone.gemfire.internal.shared.SystemProperties.DefaultCallbacks
Get system property for given key or null if key not set.
getSystemPropertyNamePrefix() - Method in interface com.gemstone.gemfire.internal.shared.SystemProperties.Callbacks
Get prefix to be used for system property names.
getSystemPropertyNamePrefix() - Method in class com.gemstone.gemfire.internal.shared.SystemProperties.DefaultCallbacks
Get prefix to be used for system property names.
getSystemPropertyNamePrefix() - Method in class com.gemstone.gemfire.internal.shared.SystemProperties
 
getThreadId(Thread) - Method in class com.gemstone.gemfire.internal.shared.Jdk5Helper
 
getThreadId(Thread) - Method in interface com.gemstone.gemfire.internal.shared.JdkHelper
return an ID for current thread
getUnderlyingChannel() - Method in class com.gemstone.gemfire.internal.shared.InputStreamChannel
Get the underlying ReadableByteChannel.
getUnderlyingChannel() - Method in class com.gemstone.gemfire.internal.shared.OutputStreamChannel
Get the underlying WritableByteChannel.
getUnsafe() - Static method in class com.gemstone.gemfire.internal.shared.unsafe.UnsafeHolder
 
getUnsupportedSocketOptionMessage(TCPSocketOptions) - Method in class com.gemstone.gemfire.internal.shared.NativeCalls
 
getZeroLenObjectArray() - Static method in class com.gemstone.gemfire.internal.shared.ClientSharedUtils
 
GFE_56 - Static variable in class com.gemstone.gemfire.internal.shared.Version
 
GFE_57 - Static variable in class com.gemstone.gemfire.internal.shared.Version
 
GFE_58 - Static variable in class com.gemstone.gemfire.internal.shared.Version
 
GFE_603 - Static variable in class com.gemstone.gemfire.internal.shared.Version
 
GFE_61 - Static variable in class com.gemstone.gemfire.internal.shared.Version
 
GFE_65 - Static variable in class com.gemstone.gemfire.internal.shared.Version
 
GFE_651 - Static variable in class com.gemstone.gemfire.internal.shared.Version
 
GFE_6516 - Static variable in class com.gemstone.gemfire.internal.shared.Version
 
GFE_66 - Static variable in class com.gemstone.gemfire.internal.shared.Version
 
GFE_662 - Static variable in class com.gemstone.gemfire.internal.shared.Version
 
GFE_6622 - Static variable in class com.gemstone.gemfire.internal.shared.Version
 
GFE_70 - Static variable in class com.gemstone.gemfire.internal.shared.Version
 
GFE_701 - Static variable in class com.gemstone.gemfire.internal.shared.Version
 
GFE_7099 - Static variable in class com.gemstone.gemfire.internal.shared.Version
This is the GemFire conterpart of GFXD_1099 for testing rolling upgrades and it uses the same ordinal as GFE_701 to maintain compatibility with the ordinals being used on GemFireXD branch.
GFE_71 - Static variable in class com.gemstone.gemfire.internal.shared.Version
 
GFE_75 - Static variable in class com.gemstone.gemfire.internal.shared.Version
 
GFXD_10 - Static variable in class com.gemstone.gemfire.internal.shared.Version
 
GFXD_101 - Static variable in class com.gemstone.gemfire.internal.shared.Version
 
GFXD_1011 - Static variable in class com.gemstone.gemfire.internal.shared.Version
 
GFXD_13 - Static variable in class com.gemstone.gemfire.internal.shared.Version
 
GFXD_1302 - Static variable in class com.gemstone.gemfire.internal.shared.Version
 
GFXD_14 - Static variable in class com.gemstone.gemfire.internal.shared.Version
 
GFXD_20 - Static variable in class com.gemstone.gemfire.internal.shared.Version
 
GFXD_FACTORY_PROVIDER - Static variable in class com.gemstone.gemfire.internal.shared.SystemProperties
 

H

hashCode() - Method in class com.gemstone.gemfire.internal.shared.HostLocationBase
 
hashCode() - Method in class com.gemstone.gemfire.internal.shared.Version
 
hasNext() - Method in class com.gemstone.gemfire.internal.shared.ReverseListIterator
hasPrevious() - Method in class com.gemstone.gemfire.internal.shared.ReverseListIterator
hasUnsafe() - Static method in class com.gemstone.gemfire.internal.shared.unsafe.UnsafeHolder
 
HEX_DIGITS - Static variable in class com.gemstone.gemfire.internal.shared.ClientSharedUtils
 
HEX_DIGITS_UCASE - Static variable in class com.gemstone.gemfire.internal.shared.ClientSharedUtils
 
HostLocationBase<T extends HostLocationBase<T>> - Class in com.gemstone.gemfire.internal.shared
Common base methods for ServerLocation, HostAddress
HostLocationBase() - Constructor for class com.gemstone.gemfire.internal.shared.HostLocationBase
 
HostLocationBase(String, int) - Constructor for class com.gemstone.gemfire.internal.shared.HostLocationBase
 
hostName - Variable in class com.gemstone.gemfire.internal.shared.HostLocationBase
 
hostNamesEqual(String, String) - Static method in class com.gemstone.gemfire.internal.shared.HostLocationBase
Incoming failed URL string maybe of the form host[port] rather than host/addr[port] (from GemFireXD).

I

init() - Static method in class com.gemstone.gemfire.internal.shared.Jdk6Helper
dummy method to force inclusion by classlister
initLog4J(String, Level) - Static method in class com.gemstone.gemfire.internal.shared.ClientSharedUtils
 
initLogger(String, String, boolean, Level, Handler) - Static method in class com.gemstone.gemfire.internal.shared.ClientSharedUtils
 
InputStreamChannel - Class in com.gemstone.gemfire.internal.shared
Intermediate class that extends both an InputStream and ReadableByteChannel.
InputStreamChannel(ReadableByteChannel) - Constructor for class com.gemstone.gemfire.internal.shared.InputStreamChannel
 
instance - Static variable in class com.gemstone.gemfire.internal.shared.NativeCalls
Static instance of NativeCalls implementation.
invokePendingFinalizers() - Method in class com.gemstone.gemfire.internal.shared.FinalizeHolder
Invokes FinalizeObject.doFinalize() methods for any FinalizeObjects queued by GC after the contained objects are GCed.
invokePendingFinalizers(int) - Method in class com.gemstone.gemfire.internal.shared.FinalizeHolder
Invokes FinalizeObject.doFinalize() methods for any FinalizeObjects queued by GC after the contained objects are GCed.
isInterfaceUp(NetworkInterface) - Method in class com.gemstone.gemfire.internal.shared.Jdk5Helper
 
isInterfaceUp(NetworkInterface) - Method in class com.gemstone.gemfire.internal.shared.Jdk6Helper
 
isInterfaceUp(NetworkInterface) - Method in interface com.gemstone.gemfire.internal.shared.JdkHelper
Returns true if the given NetworkInterface is up.
isNativeTimerEnabled() - Method in class com.gemstone.gemfire.internal.shared.NativeCalls
whether o/s supports high resolution clock or equivalent perf counter.
isNoProtocolOptionCode(int) - Method in class com.gemstone.gemfire.internal.shared.NativeCalls
 
isOnLocalFileSystem(String) - Method in class com.gemstone.gemfire.internal.shared.NativeCalls
This will return whether the path passed in as arg is part of a local file system or a remote file system.
isOpen() - Method in class com.gemstone.gemfire.internal.shared.ChannelBufferInputStream
isOpen() - Method in class com.gemstone.gemfire.internal.shared.ChannelBufferOutputStream
isOpen() - Method in class com.gemstone.gemfire.internal.shared.unsafe.ChannelBufferUnsafeInputStream
isOpen() - Method in class com.gemstone.gemfire.internal.shared.unsafe.ChannelBufferUnsafeOutputStream
isPOSIX() - Method in enum com.gemstone.gemfire.internal.shared.OSType
Indicates an OS that conforms to POSIX specifications (at least to a reasonable degree).
isProcessActive(int) - Method in class com.gemstone.gemfire.internal.shared.NativeCalls
Check whether a process with given ID is still running.
isProcessActive(int) - Method in class com.gemstone.gemfire.internal.shared.NativeCalls.NativeCallsGeneric
 
isTTY() - Method in class com.gemstone.gemfire.internal.shared.NativeCalls
 
isUsingGemFireXDEntryPoint() - Static method in class com.gemstone.gemfire.internal.shared.SystemProperties
 
isWindows() - Method in enum com.gemstone.gemfire.internal.shared.OSType
Indicates a Microsoft Windows family OS.

J

Jdk5Helper - Class in com.gemstone.gemfire.internal.shared
JdkHelper implementation for JDK5.
Jdk5Helper() - Constructor for class com.gemstone.gemfire.internal.shared.Jdk5Helper
 
Jdk6Helper - Class in com.gemstone.gemfire.internal.shared
JdkHelper implementation for JDK6.
Jdk6Helper() - Constructor for class com.gemstone.gemfire.internal.shared.Jdk6Helper
 
JdkHelper - Interface in com.gemstone.gemfire.internal.shared
This interface defines methods that may require different implementations across JVMs like JDK6, GCJ.

K

KEEPALIVE_CNT_NAME - Static variable in class com.gemstone.gemfire.internal.shared.SystemProperties
TCP KeepAlive COUNT for the network server and client sockets.
KEEPALIVE_IDLE_NAME - Static variable in class com.gemstone.gemfire.internal.shared.SystemProperties
TCP KeepAlive IDLE timeout in seconds for the network server and client sockets.
KEEPALIVE_INTVL_NAME - Static variable in class com.gemstone.gemfire.internal.shared.SystemProperties
TCP KeepAlive INTERVAL timeout in seconds for the network server and client sockets.
killProcess(int) - Method in class com.gemstone.gemfire.internal.shared.NativeCalls
Kill the process with given process ID immediately (i.e.
killProcess(int) - Method in class com.gemstone.gemfire.internal.shared.NativeCalls.NativeCallsGeneric
 

L

lineSeparator - Static variable in class com.gemstone.gemfire.internal.shared.ClientSharedUtils
the system line separator
loadNativeLibrary() - Method in class com.gemstone.gemfire.internal.shared.NativeCalls
Indicates whether to native library using JNI is supported or not.
lockCurrentMemory() - Method in class com.gemstone.gemfire.internal.shared.NativeCalls
Locks all pages mapped into the address space of the calling process.
LOG_FILE_NAME - Static variable in class com.gemstone.gemfire.internal.shared.SystemProperties
The name of the "logFile" property
LOGGER_NAME - Static variable in class com.gemstone.gemfire.internal.shared.ClientSharedUtils
The name of java.util.logging.Logger for GemFireXD.

M

MAG_MASK - Static variable in class com.gemstone.gemfire.internal.shared.ClientSharedUtils
 
maxFrameBufferSize - Variable in class com.gemstone.gemfire.internal.shared.ChannelBufferFramedInputStream
 
maxFrameBufferSize - Variable in class com.gemstone.gemfire.internal.shared.unsafe.ChannelBufferUnsafeFramedInputStream
 
merge(FinalizeObject.BatchFinalize) - Method in interface com.gemstone.gemfire.internal.shared.FinalizeObject.BatchFinalize
 
MIN_BUFFER_SIZE - Static variable in class com.gemstone.gemfire.internal.shared.unsafe.ChannelBufferUnsafeOutputStream
Some minimum buffer size, particularly for longs and encoding UTF strings efficiently.

N

nanoTime(int) - Method in class com.gemstone.gemfire.internal.shared.NativeCalls
This is fall back for jni based library implementation of NanoTimer which is more efficient than current impl through jna.
NativeCalls - Class in com.gemstone.gemfire.internal.shared
Encapsulates native C/C++ calls via JNA.
NativeCalls() - Constructor for class com.gemstone.gemfire.internal.shared.NativeCalls
 
NativeCalls.NativeCallsGeneric - Class in com.gemstone.gemfire.internal.shared
A generic fallback implementation of NativeCalls when no JNA based implementation could be initialized (e.g.
NativeCalls.NativeCallsGeneric() - Constructor for class com.gemstone.gemfire.internal.shared.NativeCalls.NativeCallsGeneric
 
NativeCalls.RehashServerOnSIGHUP - Interface in com.gemstone.gemfire.internal.shared
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).
NativeCallsJNAImpl - Class in com.gemstone.gemfire.internal.shared
Implementation of NativeCalls interface that encapsulates native C calls via JNA.
NativeErrorException - Exception in com.gemstone.gemfire.internal.shared
Encapsulates an error in invoking OS native calls.
NativeErrorException(String, int, Throwable) - Constructor for exception com.gemstone.gemfire.internal.shared.NativeErrorException
 
newByte(byte) - Method in class com.gemstone.gemfire.internal.shared.Jdk5Helper
 
newByte(byte) - Method in interface com.gemstone.gemfire.internal.shared.JdkHelper
return a Byte object for given value
newChannelBufferFramedInputStream(ReadableByteChannel, int) - Static method in class com.gemstone.gemfire.internal.shared.unsafe.UnsafeHolder
 
newChannelBufferFramedOutputStream(WritableByteChannel, int) - Static method in class com.gemstone.gemfire.internal.shared.unsafe.UnsafeHolder
 
newChannelBufferInputStream(ReadableByteChannel, int) - Static method in class com.gemstone.gemfire.internal.shared.unsafe.UnsafeHolder
 
newChannelBufferOutputStream(WritableByteChannel, int) - Static method in class com.gemstone.gemfire.internal.shared.unsafe.UnsafeHolder
 
newCharacter(char) - Method in class com.gemstone.gemfire.internal.shared.Jdk5Helper
 
newCharacter(char) - Method in interface com.gemstone.gemfire.internal.shared.JdkHelper
return a Characted object for given value
newConcurrentMap(int, int) - Method in class com.gemstone.gemfire.internal.shared.Jdk5Helper
 
newConcurrentMap(int, int) - Method in interface com.gemstone.gemfire.internal.shared.JdkHelper
return a Map implementation for concurrent usage
newInteger(int) - Method in class com.gemstone.gemfire.internal.shared.Jdk5Helper
 
newInteger(int) - Method in interface com.gemstone.gemfire.internal.shared.JdkHelper
return an Integer object for given value
newLong(long) - Method in class com.gemstone.gemfire.internal.shared.Jdk5Helper
 
newLong(long) - Method in interface com.gemstone.gemfire.internal.shared.JdkHelper
return a Long object for given value
newRunTimeException(String, Throwable) - Method in exception com.gemstone.gemfire.internal.shared.ClientRunTimeException
 
newRuntimeException(String, Throwable) - Static method in class com.gemstone.gemfire.internal.shared.ClientSharedUtils
 
newRunTimeException(String, Throwable) - Method in interface com.gemstone.gemfire.internal.shared.CommonRunTimeException
 
newShort(short) - Method in class com.gemstone.gemfire.internal.shared.Jdk5Helper
 
newShort(short) - Method in interface com.gemstone.gemfire.internal.shared.JdkHelper
return a Short object for given value
newWrappedString(char[], int, int) - Method in class com.gemstone.gemfire.internal.shared.Jdk5Helper
 
newWrappedString(char[], int, int) - Method in interface com.gemstone.gemfire.internal.shared.JdkHelper
Wrap the given array of character as a String avoiding copying if possible.
next() - Method in class com.gemstone.gemfire.internal.shared.ReverseListIterator
nextIndex() - Method in class com.gemstone.gemfire.internal.shared.ReverseListIterator
NOT_SUPPORTED_ORDINAL - Static variable in class com.gemstone.gemfire.internal.shared.Version
 
NUM_OF_VERSIONS - Static variable in class com.gemstone.gemfire.internal.shared.Version
 
numBytesWithoutZeros(long) - Static method in class com.gemstone.gemfire.internal.shared.ClientSharedUtils
Get the number of bytes occupied in the given unsigned integer value.

O

objectString(Object, StringBuilder) - Static method in class com.gemstone.gemfire.internal.shared.ClientSharedUtils
Get proper string for an object including arrays.
objectStringNonRecursive(Object, StringBuilder) - Static method in class com.gemstone.gemfire.internal.shared.ClientSharedUtils
Get proper string for an an object including arrays with upto one dimension of arrays.
OPT_IPPROTO_TCP - Static variable in class com.gemstone.gemfire.internal.shared.NativeCalls
 
ordinal() - Method in class com.gemstone.gemfire.internal.shared.Version
 
OSType - Enum in com.gemstone.gemfire.internal.shared
Enumeration for various types of OSes supported by NativeCalls using JNA (NativeCallsJNAImpl).
OutputStreamChannel - Class in com.gemstone.gemfire.internal.shared
Intermediate class that extends both an OutputStream and WritableByteChannel.
OutputStreamChannel(WritableByteChannel) - Constructor for class com.gemstone.gemfire.internal.shared.OutputStreamChannel
 

P

PARK_NANOS - Static variable in class com.gemstone.gemfire.internal.shared.InputStreamChannel
nanos to park reader thread to wait for reading data in non-blocking mode (will be explicitly signalled by selector if data is received)
PARK_NANOS - Static variable in class com.gemstone.gemfire.internal.shared.OutputStreamChannel
nanos to park reader thread to wait for writing data in non-blocking mode (will be explicitly signalled by selector if data can be written)
PARK_NANOS_MAX - Static variable in class com.gemstone.gemfire.internal.shared.InputStreamChannel
 
PARK_NANOS_MAX - Static variable in class com.gemstone.gemfire.internal.shared.OutputStreamChannel
 
parkedThread - Variable in class com.gemstone.gemfire.internal.shared.InputStreamChannel
 
parkedThread - Variable in class com.gemstone.gemfire.internal.shared.OutputStreamChannel
 
port - Variable in class com.gemstone.gemfire.internal.shared.HostLocationBase
 
preBlow(String, long, boolean) - Method in class com.gemstone.gemfire.internal.shared.NativeCalls
 
preferIPv6Addresses() - Static method in class com.gemstone.gemfire.internal.shared.ClientSharedUtils
All classes should use this instead of relying on the JRE system property
previous() - Method in class com.gemstone.gemfire.internal.shared.ReverseListIterator
previousIndex() - Method in class com.gemstone.gemfire.internal.shared.ReverseListIterator
print(boolean) - Method in class com.gemstone.gemfire.internal.shared.StringPrintWriter
 
print(int) - Method in class com.gemstone.gemfire.internal.shared.StringPrintWriter
 
print(long) - Method in class com.gemstone.gemfire.internal.shared.StringPrintWriter
 
print(float) - Method in class com.gemstone.gemfire.internal.shared.StringPrintWriter
 
print(double) - Method in class com.gemstone.gemfire.internal.shared.StringPrintWriter
 
print(char[]) - Method in class com.gemstone.gemfire.internal.shared.StringPrintWriter
 
print(String) - Method in class com.gemstone.gemfire.internal.shared.StringPrintWriter
 
print(Object) - Method in class com.gemstone.gemfire.internal.shared.StringPrintWriter
 
println() - Method in class com.gemstone.gemfire.internal.shared.StringPrintWriter
 
println(boolean) - Method in class com.gemstone.gemfire.internal.shared.StringPrintWriter
 
println(int) - Method in class com.gemstone.gemfire.internal.shared.StringPrintWriter
 
println(long) - Method in class com.gemstone.gemfire.internal.shared.StringPrintWriter
 
println(float) - Method in class com.gemstone.gemfire.internal.shared.StringPrintWriter
 
println(double) - Method in class com.gemstone.gemfire.internal.shared.StringPrintWriter
 
println(char[]) - Method in class com.gemstone.gemfire.internal.shared.StringPrintWriter
 
println(String) - Method in class com.gemstone.gemfire.internal.shared.StringPrintWriter
 
println(Object) - Method in class com.gemstone.gemfire.internal.shared.StringPrintWriter
 
putInt(long, int) - Static method in class com.gemstone.gemfire.internal.shared.unsafe.ChannelBufferUnsafeDataOutputStream
 
putShort(long, int) - Static method in class com.gemstone.gemfire.internal.shared.unsafe.ChannelBufferUnsafeDataOutputStream
 

R

read() - Method in class com.gemstone.gemfire.internal.shared.ChannelBufferInputStream
read(byte[], int, int) - Method in class com.gemstone.gemfire.internal.shared.ChannelBufferInputStream
read(ByteBuffer) - Method in class com.gemstone.gemfire.internal.shared.ChannelBufferInputStream
read(ByteBuffer) - Method in class com.gemstone.gemfire.internal.shared.InputStreamChannel
read() - Method in class com.gemstone.gemfire.internal.shared.unsafe.ChannelBufferUnsafeInputStream
read(byte[]) - Method in class com.gemstone.gemfire.internal.shared.unsafe.ChannelBufferUnsafeInputStream
read(ByteBuffer) - Method in class com.gemstone.gemfire.internal.shared.unsafe.ChannelBufferUnsafeInputStream
read(byte[], int, int) - Method in class com.gemstone.gemfire.internal.shared.unsafe.ChannelBufferUnsafeInputStream
/**
READ_TIMEOUT_NAME - Static variable in class com.gemstone.gemfire.internal.shared.SystemProperties
Read timeout for the connection, in seconds.
readBoolean() - Method in class com.gemstone.gemfire.internal.shared.unsafe.ChannelBufferUnsafeDataInputStream
readBuffered(ByteBuffer, ByteBuffer) - Method in class com.gemstone.gemfire.internal.shared.InputStreamChannel
Common base method to read into a given ByteBuffer destination via an intermediate direct byte buffer owned by the implementation of this class.
readByte() - Method in class com.gemstone.gemfire.internal.shared.unsafe.ChannelBufferUnsafeDataInputStream
readChar() - Method in class com.gemstone.gemfire.internal.shared.unsafe.ChannelBufferUnsafeDataInputStream
readChars(InputStream, boolean) - Method in class com.gemstone.gemfire.internal.shared.Jdk5Helper
 
readChars(InputStream, boolean) - Method in class com.gemstone.gemfire.internal.shared.Jdk6Helper
 
readChars(InputStream, boolean) - Method in interface com.gemstone.gemfire.internal.shared.JdkHelper
reads characters without the trailing newline from standard input in case a console is available else reading from the given input stream
readDouble() - Method in class com.gemstone.gemfire.internal.shared.unsafe.ChannelBufferUnsafeDataInputStream
readFloat() - Method in class com.gemstone.gemfire.internal.shared.unsafe.ChannelBufferUnsafeDataInputStream
readFrame() - Method in class com.gemstone.gemfire.internal.shared.ChannelBufferFramedInputStream
 
readFrame() - Method in class com.gemstone.gemfire.internal.shared.InputStreamChannel
 
readFrame() - Method in class com.gemstone.gemfire.internal.shared.unsafe.ChannelBufferUnsafeFramedInputStream
 
readFrameFragment(int) - Method in class com.gemstone.gemfire.internal.shared.ChannelBufferFramedInputStream
 
readFrameFragment(int) - Method in class com.gemstone.gemfire.internal.shared.InputStreamChannel
 
readFrameFragment(int) - Method in class com.gemstone.gemfire.internal.shared.unsafe.ChannelBufferUnsafeFramedInputStream
 
readFully(byte[]) - Method in class com.gemstone.gemfire.internal.shared.unsafe.ChannelBufferUnsafeDataInputStream
readFully(byte[], int, int) - Method in class com.gemstone.gemfire.internal.shared.unsafe.ChannelBufferUnsafeDataInputStream
readInt() - Method in class com.gemstone.gemfire.internal.shared.ChannelBufferInputStream
Reads four input bytes and returns an int value.
readInt() - Method in class com.gemstone.gemfire.internal.shared.InputStreamChannel
Reads four input bytes and returns an int value.
readInt() - Method in class com.gemstone.gemfire.internal.shared.unsafe.ChannelBufferUnsafeInputStream
Reads four input bytes and returns an int value.
readIntoBuffer(ByteBuffer) - Method in class com.gemstone.gemfire.internal.shared.InputStreamChannel
Fill the given buffer reading data from channel at least one byte unless end-of-stream has been reached.
readIntoBufferNonBlocking(ByteBuffer) - Method in class com.gemstone.gemfire.internal.shared.InputStreamChannel
Fill the given buffer reading data from channel whatever is available in one call (non-blocking if channel is so configured).
readLine() - Method in class com.gemstone.gemfire.internal.shared.unsafe.ChannelBufferUnsafeDataInputStream
readLong() - Method in class com.gemstone.gemfire.internal.shared.unsafe.ChannelBufferUnsafeDataInputStream
readOrdinal(DataInput) - Static method in class com.gemstone.gemfire.internal.shared.Version
readOrdinalFromInputStream(InputStream) - Static method in class com.gemstone.gemfire.internal.shared.Version
readShort() - Method in class com.gemstone.gemfire.internal.shared.unsafe.ChannelBufferUnsafeDataInputStream
readUnsignedByte() - Method in class com.gemstone.gemfire.internal.shared.unsafe.ChannelBufferUnsafeDataInputStream
readUnsignedShort() - Method in class com.gemstone.gemfire.internal.shared.unsafe.ChannelBufferUnsafeDataInputStream
readUTF() - Method in class com.gemstone.gemfire.internal.shared.unsafe.ChannelBufferUnsafeDataInputStream
readVersion(DataInput, boolean) - Static method in class com.gemstone.gemfire.internal.shared.Version
Return the Version reading from given DataInput as serialized by Version.writeOrdinal(DataOutput, boolean).
refillBuffer(ByteBuffer, int, String) - Method in class com.gemstone.gemfire.internal.shared.InputStreamChannel
 
refillBuffer(ByteBuffer, int, String) - Method in class com.gemstone.gemfire.internal.shared.unsafe.ChannelBufferUnsafeInputStream
 
refreshProperties() - Method in class com.gemstone.gemfire.internal.shared.SystemProperties
 
rehash() - Method in interface com.gemstone.gemfire.internal.shared.NativeCalls.RehashServerOnSIGHUP
Perform the actions required to "rehash" the server.
remove() - Method in class com.gemstone.gemfire.internal.shared.ReverseListIterator
resetAndCopyLeftOverBytes(ByteBuffer) - Method in class com.gemstone.gemfire.internal.shared.InputStreamChannel
 
resetBufferPositions() - Method in class com.gemstone.gemfire.internal.shared.unsafe.ChannelBufferUnsafeInputStream
 
resetBufferPositions() - Method in class com.gemstone.gemfire.internal.shared.unsafe.ChannelBufferUnsafeOutputStream
 
reverseDNS(InetAddress) - Static method in class com.gemstone.gemfire.internal.shared.ClientSharedUtils
This method uses JNDI to look up an address in DNS and return its name.
ReverseListIterator<E> - Class in com.gemstone.gemfire.internal.shared
A reverse iterator on a list.
ReverseListIterator(List<E>, int) - Constructor for class com.gemstone.gemfire.internal.shared.ReverseListIterator
 
run() - Method in class com.gemstone.gemfire.internal.shared.SystemProperties.DefaultCallbacks

S

sbox - Static variable in class com.gemstone.gemfire.internal.shared.ClientResolverUtils
 
set(E) - Method in class com.gemstone.gemfire.internal.shared.ReverseListIterator
setCallbacks(SystemProperties.Callbacks) - Method in class com.gemstone.gemfire.internal.shared.SystemProperties
 
setCommonRuntimeException(CommonRunTimeException) - Static method in class com.gemstone.gemfire.internal.shared.ClientSharedUtils
 
setCurrentWorkingDirectory(String) - Method in class com.gemstone.gemfire.internal.shared.NativeCalls.NativeCallsGeneric
 
setCurrentWorkingDirectory(String) - Method in class com.gemstone.gemfire.internal.shared.NativeCalls
Set the current working directory to the given path.
setDNSCacheFlushInterval(int) - Method in class com.gemstone.gemfire.internal.shared.SystemProperties
 
setDNSCacheSize(int) - Method in class com.gemstone.gemfire.internal.shared.SystemProperties
 
setEnvironment(String, String) - Method in class com.gemstone.gemfire.internal.shared.NativeCalls.NativeCallsGeneric
 
setEnvironment(String, String) - Method in class com.gemstone.gemfire.internal.shared.NativeCalls
Set the value of an environment variable.
setGenericSocketOptions(Socket, InputStream, Map<TCPSocketOptions, Object>) - Method in class com.gemstone.gemfire.internal.shared.NativeCalls
A generic implementation of NativeCalls.setSocketOptions(java.net.Socket, java.io.InputStream, java.util.Map<com.gemstone.gemfire.internal.shared.TCPSocketOptions, java.lang.Object>) for POSIX like systems that requires the child classes to implement a few platform specific methods.
setKeepAliveCount(int) - Method in class com.gemstone.gemfire.internal.shared.SystemProperties
 
setKeepAliveIdle(int) - Method in class com.gemstone.gemfire.internal.shared.SystemProperties
 
setKeepAliveInterval(int) - Method in class com.gemstone.gemfire.internal.shared.SystemProperties
 
setKeepAliveOptions(Socket, InputStream, int, int, int) - Static method in class com.gemstone.gemfire.internal.shared.ClientSharedUtils
Enable TCP KeepAlive settings for the socket.
setLogFile(String) - Method in class com.gemstone.gemfire.internal.shared.SystemProperties
 
setLogger(Logger) - Static method in class com.gemstone.gemfire.internal.shared.ClientSharedUtils
 
setNext(TLinkable) - Method in class com.gemstone.gemfire.internal.shared.FinalizeObject
setPlatformSocketOption(int, int, int, TCPSocketOptions, Integer, int) - Method in class com.gemstone.gemfire.internal.shared.NativeCalls
 
setPrevious(TLinkable) - Method in class com.gemstone.gemfire.internal.shared.FinalizeObject
setSocketInputBufferSize(int) - Method in class com.gemstone.gemfire.internal.shared.SystemProperties
 
setSocketOptions(Socket, InputStream, Map<TCPSocketOptions, Object>) - Method in class com.gemstone.gemfire.internal.shared.NativeCalls.NativeCallsGeneric
Set given extended socket options on a Java Socket.
setSocketOptions(Socket, InputStream, Map<TCPSocketOptions, Object>) - Method in class com.gemstone.gemfire.internal.shared.NativeCalls
Set given extended socket options on a Java Socket.
setSocketOutputBufferSize(int) - Method in class com.gemstone.gemfire.internal.shared.SystemProperties
 
skipBytes(int) - Method in class com.gemstone.gemfire.internal.shared.unsafe.ChannelBufferUnsafeDataInputStream
Currently not supported by this implementation.
SOCKET_INPUT_BUFFER_SIZE_NAME - Static variable in class com.gemstone.gemfire.internal.shared.SystemProperties
The socket buffer size to use for reading.
SOCKET_OUTPUT_BUFFER_SIZE_NAME - Static variable in class com.gemstone.gemfire.internal.shared.SystemProperties
The socket buffer size to use for writing.
SQLERRMC_MESSAGE_DELIMITER - Static variable in class com.gemstone.gemfire.internal.shared.ClientSharedData
SQLERRMC_MESSAGE_DELIMITER When message argument tokes are sent, this value separates the tokens for mulitiple error messages
SQLERRMC_PREFORMATTED_MESSAGE_DELIMITER - Static variable in class com.gemstone.gemfire.internal.shared.ClientSharedData
SQLERRMC_PREFORMATTED_MESSAGE_DELIMITER, When full message text is sent for severe errors.
SQLERRMC_SERVER_DELIMITER - Static variable in class com.gemstone.gemfire.internal.shared.ClientSharedData
delimiter that separates the messageId and server information, if any
SQLERRMC_TOKEN_DELIMITER - Static variable in class com.gemstone.gemfire.internal.shared.ClientSharedData
SQLERRMC_TOKEN_DELIMITER separates message argument tokens
SQLF_1099 - Static variable in class com.gemstone.gemfire.internal.shared.Version
This version is an intermediate one created to test rolling upgrades.
SQLF_11 - Static variable in class com.gemstone.gemfire.internal.shared.Version
SQLFire 1.1 has a separate version since it has changed the RowFormatter formatting for ALTER TABLE add/drop column support.
state - Variable in class com.gemstone.gemfire.internal.shared.FinalizeObject.State
 
StringPrintWriter - Class in com.gemstone.gemfire.internal.shared
A PrintWriter that collects its output in a string builder, which can then be used to construct a string.
StringPrintWriter() - Constructor for class com.gemstone.gemfire.internal.shared.StringPrintWriter
Create a new string writer using the default initial string-buffer size.
StringPrintWriter(StringBuilder) - Constructor for class com.gemstone.gemfire.internal.shared.StringPrintWriter
Create a new string writer using the specified string-builder.
StringPrintWriter(StringBuilder, String) - Constructor for class com.gemstone.gemfire.internal.shared.StringPrintWriter
Create a new string writer using the specified string-builder and line separator.
SystemProperties - Class in com.gemstone.gemfire.internal.shared
Set the global system properties.
SystemProperties.Callbacks - Interface in com.gemstone.gemfire.internal.shared
Common internal product callbacks on client and server side to possibly plugin some system behaviour.
SystemProperties.DefaultCallbacks - Class in com.gemstone.gemfire.internal.shared
 
SystemProperties.DefaultCallbacks(String) - Constructor for class com.gemstone.gemfire.internal.shared.SystemProperties.DefaultCallbacks
 

T

TCPSocketOptions - Enum in com.gemstone.gemfire.internal.shared
Extended TCP socket options to set socket-specific KEEPALIVE settings etc.
TEST_CHK_FALLOC_DIRS - Static variable in class com.gemstone.gemfire.internal.shared.NativeCalls
For testing - to keep track of files for which fallocate happened
TEST_NO_FALLOC_DIRS - Static variable in class com.gemstone.gemfire.internal.shared.NativeCalls
 
TEST_VERSION - Static variable in class com.gemstone.gemfire.internal.shared.Version
 
THRIFT_SELECTOR_SERVER - Static variable in class com.gemstone.gemfire.internal.shared.SystemProperties
Whether to use selector based server (recommended) for the thrift server or per connection thread server model.
toBytes() - Method in class com.gemstone.gemfire.internal.shared.Version
 
toHexChars(byte[], int, int) - Static method in class com.gemstone.gemfire.internal.shared.ClientSharedUtils
Convert a byte array to a char[] with a hexidecimal format.
toHexString(byte[], int, int) - Static method in class com.gemstone.gemfire.internal.shared.ClientSharedUtils
Convert a byte array to a String with a hexidecimal format.
toHexString(ByteBuffer) - Static method in class com.gemstone.gemfire.internal.shared.ClientSharedUtils
Convert a ByteBuffer to a String with a hexidecimal format.
toHexString(ByteBuffer, StringBuilder) - Static method in class com.gemstone.gemfire.internal.shared.ClientSharedUtils
Convert a ByteBuffer to a string appending to given StringBuilder with a hexidecimal format.
toHexStringUpperCase(byte[], int, int) - Static method in class com.gemstone.gemfire.internal.shared.ClientSharedUtils
Convert a byte array to a String with upper case hexidecimal format.
TOKEN - Static variable in class com.gemstone.gemfire.internal.shared.Version
 
toString() - Method in class com.gemstone.gemfire.internal.shared.HostLocationBase
 
toString() - Method in class com.gemstone.gemfire.internal.shared.StringPrintWriter
Return the builder's current value as a string.
toString() - Method in class com.gemstone.gemfire.internal.shared.Version
Returns a string representation for this Version.
toString(short) - Static method in class com.gemstone.gemfire.internal.shared.Version
 

U

uncompressedSize() - Static method in class com.gemstone.gemfire.internal.shared.Version
Fixed number of bytes required for serializing this version when "compressed" flag is false in Version.writeOrdinal(DataOutput, boolean).
unsafe - Static variable in class com.gemstone.gemfire.internal.shared.unsafe.ChannelBufferUnsafeInputStream
 
unsafe - Static variable in class com.gemstone.gemfire.internal.shared.unsafe.ChannelBufferUnsafeOutputStream
 
UnsafeHolder - Class in com.gemstone.gemfire.internal.shared.unsafe
Holder for static sun.misc.Unsafe instance and some convenience methods.
UNSUPPORTED_OPTION - Static variable in class com.gemstone.gemfire.internal.shared.NativeCalls
 
UnsupportedGFXDVersionException - Exception in com.gemstone.gemfire.internal.shared
An UnsupportedGFXDVersionException indicates an unsupported version.
UnsupportedGFXDVersionException(short) - Constructor for exception com.gemstone.gemfire.internal.shared.UnsupportedGFXDVersionException
Constructs a new UnsupportedGFXDVersionException.
UnsupportedGFXDVersionException(String) - Constructor for exception com.gemstone.gemfire.internal.shared.UnsupportedGFXDVersionException
Constructs a new UnsupportedGFXDVersionException.
USE_LINK_LOCAL_ADDRESSES_PROPERTY - Static variable in class com.gemstone.gemfire.internal.shared.ClientSharedUtils
Optional system property to enable GemFire usage of link-local addresses
USE_THRIFT_AS_DEFAULT - Static variable in class com.gemstone.gemfire.internal.shared.ClientSharedUtils
True if using Thrift as default network server and client, false if using DRDA (default).
USE_THRIFT_AS_DEFAULT_PROP - Static variable in class com.gemstone.gemfire.internal.shared.ClientSharedUtils
System property (with "gemfirexd." prefix) to specify that Thrift is to be used as the default for default jdbc:gemfirexd:// URL
UTF8 - Static variable in class com.gemstone.gemfire.internal.shared.ClientSharedData
 

V

valueOf(String) - Static method in enum com.gemstone.gemfire.internal.shared.OSType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.gemstone.gemfire.internal.shared.TCPSocketOptions
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.gemstone.gemfire.internal.shared.OSType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.gemstone.gemfire.internal.shared.TCPSocketOptions
Returns an array containing the constants of this enum type, in the order they are declared.
Version - Class in com.gemstone.gemfire.internal.shared
Enumerated type for client / server and p2p version.
Version_REMOTE_VERSION_NOT_SUPPORTED - Static variable in class com.gemstone.gemfire.internal.shared.Version
 

W

wrapsFullArray(ByteBuffer) - Static method in class com.gemstone.gemfire.internal.shared.ClientSharedUtils
 
write(int) - Method in class com.gemstone.gemfire.internal.shared.ChannelBufferOutputStream
write(byte[], int, int) - Method in class com.gemstone.gemfire.internal.shared.ChannelBufferOutputStream
write(ByteBuffer) - Method in class com.gemstone.gemfire.internal.shared.ChannelBufferOutputStream
write(ByteBuffer) - Method in class com.gemstone.gemfire.internal.shared.OutputStreamChannel
write(int) - Method in class com.gemstone.gemfire.internal.shared.StringPrintWriter
 
write(char[]) - Method in class com.gemstone.gemfire.internal.shared.StringPrintWriter
 
write(char[], int, int) - Method in class com.gemstone.gemfire.internal.shared.StringPrintWriter
 
write(String) - Method in class com.gemstone.gemfire.internal.shared.StringPrintWriter
 
write(String, int, int) - Method in class com.gemstone.gemfire.internal.shared.StringPrintWriter
 
write(int) - Method in class com.gemstone.gemfire.internal.shared.unsafe.ChannelBufferUnsafeOutputStream
write(byte[]) - Method in class com.gemstone.gemfire.internal.shared.unsafe.ChannelBufferUnsafeOutputStream
write(byte[], int, int) - Method in class com.gemstone.gemfire.internal.shared.unsafe.ChannelBufferUnsafeOutputStream
write(ByteBuffer) - Method in class com.gemstone.gemfire.internal.shared.unsafe.ChannelBufferUnsafeOutputStream
write_(byte[], int, int) - Method in class com.gemstone.gemfire.internal.shared.unsafe.ChannelBufferUnsafeOutputStream
 
writeBoolean(boolean) - Method in class com.gemstone.gemfire.internal.shared.unsafe.ChannelBufferUnsafeDataOutputStream
writeBuffer(ByteBuffer) - Method in class com.gemstone.gemfire.internal.shared.OutputStreamChannel
 
writeBuffered(ByteBuffer, ByteBuffer) - Method in class com.gemstone.gemfire.internal.shared.OutputStreamChannel
Common base method to write a given ByteBuffer source via an intermediate direct byte buffer owned by the implementation of this class.
writeBufferNonBlocking(ByteBuffer) - Method in class com.gemstone.gemfire.internal.shared.OutputStreamChannel
 
writeByte(int) - Method in class com.gemstone.gemfire.internal.shared.unsafe.ChannelBufferUnsafeDataOutputStream
writeBytes(String) - Method in class com.gemstone.gemfire.internal.shared.unsafe.ChannelBufferUnsafeDataOutputStream
writeChar(int) - Method in class com.gemstone.gemfire.internal.shared.unsafe.ChannelBufferUnsafeDataOutputStream
writeChars(String) - Method in class com.gemstone.gemfire.internal.shared.unsafe.ChannelBufferUnsafeDataOutputStream
writeDouble(double) - Method in class com.gemstone.gemfire.internal.shared.unsafe.ChannelBufferUnsafeDataOutputStream
writeFloat(float) - Method in class com.gemstone.gemfire.internal.shared.unsafe.ChannelBufferUnsafeDataOutputStream
writeInt(int) - Method in class com.gemstone.gemfire.internal.shared.unsafe.ChannelBufferUnsafeDataOutputStream
writeLong(long) - Method in class com.gemstone.gemfire.internal.shared.unsafe.ChannelBufferUnsafeDataOutputStream
writeOrdinal(DataOutput, short, boolean) - Static method in class com.gemstone.gemfire.internal.shared.Version
Write the given ordinal (result of Version.ordinal()) to given DataOutput.
writeOrdinal(DataOutput, boolean) - Method in class com.gemstone.gemfire.internal.shared.Version
Write this Version's ordinal (result of Version.ordinal()) to given DataOutput.
writeOrdinal(ByteBuffer, short, boolean) - Static method in class com.gemstone.gemfire.internal.shared.Version
Write the given ordinal (result of Version.ordinal()) to given ByteBuffer.
writeShort(int) - Method in class com.gemstone.gemfire.internal.shared.unsafe.ChannelBufferUnsafeDataOutputStream
writeUTF(String) - Method in class com.gemstone.gemfire.internal.shared.unsafe.ChannelBufferUnsafeDataOutputStream
A B C D E F G H I J K L M N O P R S T U V W 
GemFire XD 1.5.0-BETA.3

Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.