- waitForRequiredRoles(Region<?, ?>, long) - Static method in class com.gemstone.gemfire.cache.RequiredRoles
-
Returns a set of any currently missing required roles for the
specified region.
- waitOnLocator() - Method in class com.gemstone.gemfire.distributed.LocatorLauncher
-
Waits on the Locator to stop causing the calling Thread to join with the Locator's location-based services Thread.
- waitOnServer() - Method in class com.gemstone.gemfire.distributed.ServerLauncher
-
Causes the calling Thread to block until the GemFire Cache Server/Data Member stops.
- waitOnStatusResponse(long, long, TimeUnit) - Method in class com.gemstone.gemfire.distributed.LocatorLauncher
-
Waits for a Locator status request response to be returned up to the specified timeout in the given unit of time.
- waitToBeConnected(long) - Method in interface com.gemstone.gemfire.admin.AdminDistributedSystem
-
Deprecated.
Wait for up to a given number of milliseconds for the connection
to the distributed system to be made.
- waitToStart(long) - Method in interface com.gemstone.gemfire.admin.ManagedEntity
-
Deprecated.
Waits for up to a given number of milliseconds for this managed
entity to
start.
- waitToStop(long) - Method in interface com.gemstone.gemfire.admin.ManagedEntity
-
Deprecated.
Waits for up to a given number of milliseconds for this managed
entity to
stop.
- waitUntilReconnected(long, TimeUnit) - Method in interface com.gemstone.gemfire.cache.Cache
-
Wait for the Cache to finish reconnecting to the distributed system
and recreate a new Cache.
- waitUntilReconnected(long, TimeUnit) - Method in class com.gemstone.gemfire.distributed.DistributedSystem
-
Wait for the DistributedSystem to finish reconnecting to the system
and recreate the cache.
- WARNING - Static variable in class com.gemstone.gemfire.admin.AlertLevel
-
Deprecated.
- warning(Throwable) - Method in interface com.gemstone.gemfire.i18n.LogWriterI18n
-
Writes an exception to this writer.
- warning(StringId, Object[], Throwable) - Method in interface com.gemstone.gemfire.i18n.LogWriterI18n
-
Writes both a message and exception to this writer.
- warning(StringId, Object, Throwable) - Method in interface com.gemstone.gemfire.i18n.LogWriterI18n
-
Writes both a message and exception to this writer.
- warning(StringId, Throwable) - Method in interface com.gemstone.gemfire.i18n.LogWriterI18n
-
Writes both a message and exception to this writer.
- warning(StringId, Object[]) - Method in interface com.gemstone.gemfire.i18n.LogWriterI18n
-
Writes a message to this writer.
- warning(StringId, Object) - Method in interface com.gemstone.gemfire.i18n.LogWriterI18n
-
Writes a message to this writer.
- warning(StringId) - Method in interface com.gemstone.gemfire.i18n.LogWriterI18n
-
Writes a message to this writer.
- warning(String, Throwable) - Method in interface com.gemstone.gemfire.LogWriter
-
Writes both a message and exception to this writer.
- warning(String) - Method in interface com.gemstone.gemfire.LogWriter
-
Writes a message to this writer.
- warning(Throwable) - Method in interface com.gemstone.gemfire.LogWriter
-
Writes an exception to this writer.
- warningEnabled() - Method in interface com.gemstone.gemfire.i18n.LogWriterI18n
-
- warningEnabled() - Method in interface com.gemstone.gemfire.LogWriter
-
Returns true if "warning" log messages are enabled.
- WATCHDOG_WAIT - Static variable in class com.gemstone.gemfire.SystemFailure
-
This is the amount of time, in seconds, the watchdog periodically awakens
to see if the system has been corrupted.
- withArgs(Object) - Method in interface com.gemstone.gemfire.cache.execute.Execution
-
Specifies the user data passed to the function when it is executed.
- withCollector(ResultCollector<?, ?>) - Method in interface com.gemstone.gemfire.cache.execute.Execution
-
Specifies the
ResultCollector that will receive the results after
the function has been executed.
- withFilter(Set<?>) - Method in interface com.gemstone.gemfire.cache.execute.Execution
-
Specifies a data filter of routing objects for selecting the GemFire
members to execute the function on.
- withPartitioning() - Method in class com.gemstone.gemfire.cache.DataPolicy
-
Return whether this policy does partitioning.
- withPersistence() - Method in class com.gemstone.gemfire.cache.DataPolicy
-
Return whether this policy does persistence.
- withPreloaded() - Method in class com.gemstone.gemfire.cache.DataPolicy
-
Return whether this policy does preloaded.
- withReplication() - Method in class com.gemstone.gemfire.cache.DataPolicy
-
Return whether this policy does replication.
- withStorage() - Method in class com.gemstone.gemfire.cache.DataPolicy
-
Return true if regions with this policy store data locally.
- WritablePdxInstance - Interface in com.gemstone.gemfire.pdx
-
WritablePdxInstance is a
PdxInstance that also supports field modification
using the
setField method.
- writeArrayList(ArrayList<?>, DataOutput) - Static method in class com.gemstone.gemfire.DataSerializer
-
Writes an ArrayList to a DataOutput.
- writeArrayOfByteArrays(byte[][], DataOutput) - Static method in class com.gemstone.gemfire.DataSerializer
-
Writes an array of byte[] to a DataOutput.
- writeArrayOfByteArrays(String, byte[][]) - Method in interface com.gemstone.gemfire.pdx.PdxInstanceFactory
-
Writes the named field with the given value to the serialized form.
- writeArrayOfByteArrays(String, byte[][]) - Method in interface com.gemstone.gemfire.pdx.PdxWriter
-
Writes the named field with the given value to the serialized form.
- writeBoolean(Boolean, DataOutput) - Static method in class com.gemstone.gemfire.DataSerializer
-
Writes an instance of Boolean to a
DataOutput.
- writeBoolean(String, boolean) - Method in interface com.gemstone.gemfire.pdx.PdxInstanceFactory
-
Writes the named field with the given value to the serialized form.
- writeBoolean(String, boolean) - Method in interface com.gemstone.gemfire.pdx.PdxWriter
-
Writes the named field with the given value to the serialized form.
- writeBooleanArray(boolean[], DataOutput) - Static method in class com.gemstone.gemfire.DataSerializer
-
Writes an array of booleans to a
DataOutput.
- writeBooleanArray(String, boolean[]) - Method in interface com.gemstone.gemfire.pdx.PdxInstanceFactory
-
Writes the named field with the given value to the serialized form.
- writeBooleanArray(String, boolean[]) - Method in interface com.gemstone.gemfire.pdx.PdxWriter
-
Writes the named field with the given value to the serialized form.
- writeByte(Byte, DataOutput) - Static method in class com.gemstone.gemfire.DataSerializer
-
Writes an instance of Byte to a
DataOutput.
- writeByte(String, byte) - Method in interface com.gemstone.gemfire.pdx.PdxInstanceFactory
-
Writes the named field with the given value to the serialized form.
- writeByte(String, byte) - Method in interface com.gemstone.gemfire.pdx.PdxWriter
-
Writes the named field with the given value to the serialized form.
- writeByteArray(byte[], DataOutput) - Static method in class com.gemstone.gemfire.DataSerializer
-
Writes an array of bytes to a
DataOutput.
- writeByteArray(byte[], int, DataOutput) - Static method in class com.gemstone.gemfire.DataSerializer
-
Writes the first len elements
of an array of bytes to a
DataOutput.
- writeByteArray(String, byte[]) - Method in interface com.gemstone.gemfire.pdx.PdxInstanceFactory
-
Writes the named field with the given value to the serialized form.
- writeByteArray(String, byte[]) - Method in interface com.gemstone.gemfire.pdx.PdxWriter
-
Writes the named field with the given value to the serialized form.
- writeChar(String, char) - Method in interface com.gemstone.gemfire.pdx.PdxInstanceFactory
-
Writes the named field with the given value to the serialized form.
- writeChar(String, char) - Method in interface com.gemstone.gemfire.pdx.PdxWriter
-
Writes the named field with the given value to the serialized form.
- writeCharacter(Character, DataOutput) - Static method in class com.gemstone.gemfire.DataSerializer
-
Writes an instance of Character to a
DataOutput.
- writeCharArray(char[], DataOutput) - Static method in class com.gemstone.gemfire.DataSerializer
-
Writes an array of chars to a
DataOutput.
- writeCharArray(String, char[]) - Method in interface com.gemstone.gemfire.pdx.PdxInstanceFactory
-
Writes the named field with the given value to the serialized form.
- writeCharArray(String, char[]) - Method in interface com.gemstone.gemfire.pdx.PdxWriter
-
Writes the named field with the given value to the serialized form.
- writeClass(Class<?>, DataOutput) - Static method in class com.gemstone.gemfire.DataSerializer
-
Writes an instance of Class to a
DataOutput.
- writeConcurrentHashMap(ConcurrentHashMap<?, ?>, DataOutput) - Static method in class com.gemstone.gemfire.DataSerializer
-
Writes a ConcurrentHashMap to a DataOutput.
- writeDate(Date, DataOutput) - Static method in class com.gemstone.gemfire.DataSerializer
-
Writes an instance of Date to a
DataOutput.
- writeDate(String, Date) - Method in interface com.gemstone.gemfire.pdx.PdxInstanceFactory
-
Writes the named field with the given value to the serialized form.
- writeDate(String, Date) - Method in interface com.gemstone.gemfire.pdx.PdxWriter
-
Writes the named field with the given value to the serialized form.
- writeDouble(Double, DataOutput) - Static method in class com.gemstone.gemfire.DataSerializer
-
Writes an instance of Double to a
DataOutput.
- writeDouble(String, double) - Method in interface com.gemstone.gemfire.pdx.PdxInstanceFactory
-
Writes the named field with the given value to the serialized form.
- writeDouble(String, double) - Method in interface com.gemstone.gemfire.pdx.PdxWriter
-
Writes the named field with the given value to the serialized form.
- writeDoubleArray(double[], DataOutput) - Static method in class com.gemstone.gemfire.DataSerializer
-
Writes an array of doubles to a
DataOutput.
- writeDoubleArray(String, double[]) - Method in interface com.gemstone.gemfire.pdx.PdxInstanceFactory
-
Writes the named field with the given value to the serialized form.
- writeDoubleArray(String, double[]) - Method in interface com.gemstone.gemfire.pdx.PdxWriter
-
Writes the named field with the given value to the serialized form.
- writeEnum(Enum, DataOutput) - Static method in class com.gemstone.gemfire.DataSerializer
-
Writes the Enum constant to DataOutput.
- writeExternal(ObjectOutput) - Method in class com.gemstone.gemfire.cache.MembershipAttributes
-
- writeExternal(ObjectOutput) - Method in class com.gemstone.gemfire.cache.SubscriptionAttributes
-
- writeField(String, VT, Class<CT>) - Method in interface com.gemstone.gemfire.pdx.PdxInstanceFactory
-
Writes the named field with the given value and type to the serialized form.
- writeField(String, VT, Class<CT>, boolean) - Method in interface com.gemstone.gemfire.pdx.PdxInstanceFactory
-
Writes the named field with the given value and type to the serialized form.
- writeField(String, VT, Class<CT>) - Method in interface com.gemstone.gemfire.pdx.PdxWriter
-
Writes the named field with the given value and type to the serialized form.
- writeField(String, VT, Class<CT>, boolean) - Method in interface com.gemstone.gemfire.pdx.PdxWriter
-
Writes the named field with the given value and type to the serialized form.
- writeFile(File, DataOutput) - Static method in class com.gemstone.gemfire.DataSerializer
-
Writes an instance of File to a
DataOutput.
- writeFloat(Float, DataOutput) - Static method in class com.gemstone.gemfire.DataSerializer
-
Writes an instance of Float to a
DataOutput.
- writeFloat(String, float) - Method in interface com.gemstone.gemfire.pdx.PdxInstanceFactory
-
Writes the named field with the given value to the serialized form.
- writeFloat(String, float) - Method in interface com.gemstone.gemfire.pdx.PdxWriter
-
Writes the named field with the given value to the serialized form.
- writeFloatArray(float[], DataOutput) - Static method in class com.gemstone.gemfire.DataSerializer
-
Writes an array of floats to a
DataOutput.
- writeFloatArray(String, float[]) - Method in interface com.gemstone.gemfire.pdx.PdxInstanceFactory
-
Writes the named field with the given value to the serialized form.
- writeFloatArray(String, float[]) - Method in interface com.gemstone.gemfire.pdx.PdxWriter
-
Writes the named field with the given value to the serialized form.
- writeHashMap(HashMap<?, ?>, DataOutput) - Static method in class com.gemstone.gemfire.DataSerializer
-
Writes a HashMap to a DataOutput.
- writeHashSet(HashSet<?>, DataOutput) - Static method in class com.gemstone.gemfire.DataSerializer
-
Writes a HashSet to a DataOutput.
- writeHashtable(Hashtable<?, ?>, DataOutput) - Static method in class com.gemstone.gemfire.DataSerializer
-
Writes a Hashtable to a DataOutput.
- writeIdentityHashMap(IdentityHashMap<?, ?>, DataOutput) - Static method in class com.gemstone.gemfire.DataSerializer
-
Writes a IdentityHashMap to a DataOutput.
- writeInetAddress(InetAddress, DataOutput) - Static method in class com.gemstone.gemfire.DataSerializer
-
Writes an instance of InetAddress to a
DataOutput.
- writeInt(String, int) - Method in interface com.gemstone.gemfire.pdx.PdxInstanceFactory
-
Writes the named field with the given value to the serialized form.
- writeInt(String, int) - Method in interface com.gemstone.gemfire.pdx.PdxWriter
-
Writes the named field with the given value to the serialized form.
- writeIntArray(int[], DataOutput) - Static method in class com.gemstone.gemfire.DataSerializer
-
Writes an int array to a DataOutput.
- writeIntArray(String, int[]) - Method in interface com.gemstone.gemfire.pdx.PdxInstanceFactory
-
Writes the named field with the given value to the serialized form.
- writeIntArray(String, int[]) - Method in interface com.gemstone.gemfire.pdx.PdxWriter
-
Writes the named field with the given value to the serialized form.
- writeInteger(Integer, DataOutput) - Static method in class com.gemstone.gemfire.DataSerializer
-
Writes an instance of Integer to a
DataOutput.
- writeLinkedHashSet(LinkedHashSet<?>, DataOutput) - Static method in class com.gemstone.gemfire.DataSerializer
-
Writes a LinkedHashSet to a DataOutput.
- writeLinkedList(LinkedList<?>, DataOutput) - Static method in class com.gemstone.gemfire.DataSerializer
-
Writes an LinkedList to a DataOutput.
- writeLong(Long, DataOutput) - Static method in class com.gemstone.gemfire.DataSerializer
-
Writes an instance of Long to a
DataOutput.
- writeLong(String, long) - Method in interface com.gemstone.gemfire.pdx.PdxInstanceFactory
-
Writes the named field with the given value to the serialized form.
- writeLong(String, long) - Method in interface com.gemstone.gemfire.pdx.PdxWriter
-
Writes the named field with the given value to the serialized form.
- writeLongArray(long[], DataOutput) - Static method in class com.gemstone.gemfire.DataSerializer
-
Writes an array of longs to a
DataOutput.
- writeLongArray(String, long[]) - Method in interface com.gemstone.gemfire.pdx.PdxInstanceFactory
-
Writes the named field with the given value to the serialized form.
- writeLongArray(String, long[]) - Method in interface com.gemstone.gemfire.pdx.PdxWriter
-
Writes the named field with the given value to the serialized form.
- writeNonPrimitiveClassName(String, DataOutput) - Static method in class com.gemstone.gemfire.DataSerializer
-
Writes class name to a DataOutput.
- writeObject(Object, DataOutput, boolean) - Static method in class com.gemstone.gemfire.DataSerializer
-
Writes an arbitrary object to a DataOutput.
- writeObject(Object, DataOutput) - Static method in class com.gemstone.gemfire.DataSerializer
-
Writes an arbitrary object to a DataOutput.
- writeObject(String, Object) - Method in interface com.gemstone.gemfire.pdx.PdxInstanceFactory
-
Writes the named field with the given value to the serialized form.
- writeObject(String, Object, boolean) - Method in interface com.gemstone.gemfire.pdx.PdxInstanceFactory
-
Writes the named field with the given value to the serialized form.
- writeObject(String, Object) - Method in interface com.gemstone.gemfire.pdx.PdxWriter
-
Writes the named field with the given value to the serialized form.
- writeObject(String, Object, boolean) - Method in interface com.gemstone.gemfire.pdx.PdxWriter
-
Writes the named field with the given value to the serialized form.
- writeObjectArray(Object[], DataOutput) - Static method in class com.gemstone.gemfire.DataSerializer
-
Writes an array of Objects to a
DataOutput.
- writeObjectArray(String, Object[]) - Method in interface com.gemstone.gemfire.pdx.PdxInstanceFactory
-
Writes the named field with the given value to the serialized form.
- writeObjectArray(String, Object[], boolean) - Method in interface com.gemstone.gemfire.pdx.PdxInstanceFactory
-
Writes the named field with the given value to the serialized form.
- writeObjectArray(String, Object[]) - Method in interface com.gemstone.gemfire.pdx.PdxWriter
-
Writes the named field with the given value to the serialized form.
- writeObjectArray(String, Object[], boolean) - Method in interface com.gemstone.gemfire.pdx.PdxWriter
-
Writes the named field with the given value to the serialized form.
- writeObjectAsByteArray(Object, DataOutput) - Static method in class com.gemstone.gemfire.DataSerializer
-
- writePrimitiveBoolean(boolean, DataOutput) - Static method in class com.gemstone.gemfire.DataSerializer
-
Writes a primitive boolean to a
DataOutput.
- writePrimitiveByte(byte, DataOutput) - Static method in class com.gemstone.gemfire.DataSerializer
-
Writes a primitive byte to a
DataOutput.
- writePrimitiveChar(char, DataOutput) - Static method in class com.gemstone.gemfire.DataSerializer
-
Writes a primitive char to a
DataOutput.
- writePrimitiveDouble(double, DataOutput) - Static method in class com.gemstone.gemfire.DataSerializer
-
Writes a primtive double to a
DataOutput.
- writePrimitiveFloat(float, DataOutput) - Static method in class com.gemstone.gemfire.DataSerializer
-
Writes a primitive float to a
DataOutput.
- writePrimitiveInt(int, DataOutput) - Static method in class com.gemstone.gemfire.DataSerializer
-
Writes a primitive int to a
DataOutput.
- writePrimitiveLong(long, DataOutput) - Static method in class com.gemstone.gemfire.DataSerializer
-
Writes a primitive long to a
DataOutput.
- writePrimitiveShort(short, DataOutput) - Static method in class com.gemstone.gemfire.DataSerializer
-
Writes a primitive short to a
DataOutput.
- writeProperties(Properties, DataOutput) - Static method in class com.gemstone.gemfire.DataSerializer
-
Writes a Properties to a DataOutput.
- writeRegion(Region<?, ?>, DataOutput) - Static method in class com.gemstone.gemfire.DataSerializer
-
Writes an instance of Region.
- writeShort(Short, DataOutput) - Static method in class com.gemstone.gemfire.DataSerializer
-
Writes an instance of Short to a
DataOutput.
- writeShort(String, short) - Method in interface com.gemstone.gemfire.pdx.PdxInstanceFactory
-
Writes the named field with the given value to the serialized form.
- writeShort(String, short) - Method in interface com.gemstone.gemfire.pdx.PdxWriter
-
Writes the named field with the given value to the serialized form.
- writeShortArray(short[], DataOutput) - Static method in class com.gemstone.gemfire.DataSerializer
-
Writes an array of shorts to a
DataOutput.
- writeShortArray(String, short[]) - Method in interface com.gemstone.gemfire.pdx.PdxInstanceFactory
-
Writes the named field with the given value to the serialized form.
- writeShortArray(String, short[]) - Method in interface com.gemstone.gemfire.pdx.PdxWriter
-
Writes the named field with the given value to the serialized form.
- writeStack(Stack<?>, DataOutput) - Static method in class com.gemstone.gemfire.DataSerializer
-
Writes an Stack to a DataOutput.
- writeString(String, DataOutput) - Static method in class com.gemstone.gemfire.DataSerializer
-
Writes an instance of String to a
DataOutput.
- writeString(String, String) - Method in interface com.gemstone.gemfire.pdx.PdxInstanceFactory
-
Writes the named field with the given value to the serialized form.
- writeString(String, String) - Method in interface com.gemstone.gemfire.pdx.PdxWriter
-
Writes the named field with the given value to the serialized form.
- writeStringArray(String[], DataOutput) - Static method in class com.gemstone.gemfire.DataSerializer
-
Writes an array of Strings to a
DataOutput.
- writeStringArray(String, String[]) - Method in interface com.gemstone.gemfire.pdx.PdxInstanceFactory
-
Writes the named field with the given value to the serialized form.
- writeStringArray(String, String[]) - Method in interface com.gemstone.gemfire.pdx.PdxWriter
-
Writes the named field with the given value to the serialized form.
- writeToDisk() - Method in interface com.gemstone.gemfire.cache.Region
-
- writeTransform(Field, Class<?>, Object) - Method in class com.gemstone.gemfire.pdx.ReflectionBasedAutoSerializer
-
Controls what field value is written during auto serialization.
- writeTreeMap(TreeMap<?, ?>, DataOutput) - Static method in class com.gemstone.gemfire.DataSerializer
-
Writes a TreeMap to a DataOutput.
- writeTreeSet(TreeSet<?>, DataOutput) - Static method in class com.gemstone.gemfire.DataSerializer
-
Writes a TreeSet to a DataOutput.
- writeUnreadFields(PdxUnreadFields) - Method in interface com.gemstone.gemfire.pdx.PdxWriter
-
Writes the given unread fields to the serialized form.
- writeUnsignedByte(int, DataOutput) - Static method in class com.gemstone.gemfire.DataSerializer
-
Writes a primitive int as an unsigned byte to a
DataOutput.
- writeUnsignedShort(int, DataOutput) - Static method in class com.gemstone.gemfire.DataSerializer
-
Writes a primitive int as an unsigned short to a
DataOutput.
- writeVector(Vector<?>, DataOutput) - Static method in class com.gemstone.gemfire.DataSerializer
-
Writes an Vector to a DataOutput.