- equals(Object) - Method in class io.snappydata.test.dunit.Host
-
Two Hosts are considered equal if they have the same
name.
- equals(Object) - Method in class io.snappydata.test.memscale.OffHeapChunkInfo
-
- exception - Variable in class io.snappydata.test.dunit.AsyncInvocation
-
An exception thrown while this async invocation ran
- EXCEPTION_OCCURRED - Static variable in class io.snappydata.test.hydra.MethExecutorResult
-
A "result" object that indicates that an exception occurred
while invoking the method
- exceptionOccurred() - Method in class io.snappydata.test.dunit.AsyncInvocation
-
Returns whether or not an exception occurred during this async
method invocation.
- exceptionOccurred() - Method in class io.snappydata.test.hydra.MethExecutorResult
-
Returns whether or not an exception occurred while invoking the
method
- execute(String, String) - Static method in class io.snappydata.test.hydra.MethExecutor
-
Send the message "selector" to the class named "receiver".
- execute(String, String, Object[]) - Static method in class io.snappydata.test.hydra.MethExecutor
-
Executes the given static method on the given class with the
given arguments.
- executeInstance(String, String) - Static method in class io.snappydata.test.hydra.MethExecutor
-
Send the message "selector" to an instance of the class named "receiver".
- executeInstance(String, String, Class[], Object[]) - Static method in class io.snappydata.test.hydra.MethExecutor
-
Send the message "selector" to an instance of the class named "receiver".
- executeMethodOnClass(String, String, Object[]) - Method in interface io.snappydata.test.dunit.RemoteDUnitVMIF
-
- executeMethodOnClass(String, String) - Method in class io.snappydata.test.dunit.standalone.RemoteDUnitVM
-
Called remotely by the master controller to cause the client to execute
the method on the class.
- executeMethodOnClass(String, String, Object[]) - Method in class io.snappydata.test.dunit.standalone.RemoteDUnitVM
-
Executes a given static method in a given class with the given
arguments.
- executeMethodOnObject(Object, String) - Method in interface io.snappydata.test.dunit.RemoteDUnitVMIF
-
- executeMethodOnObject(Object, String, Object[]) - Method in interface io.snappydata.test.dunit.RemoteDUnitVMIF
-
- executeMethodOnObject(Object, String) - Method in class io.snappydata.test.dunit.standalone.RemoteDUnitVM
-
Called remotely by the master controller to cause the client to execute
the instance method on the object.
- executeMethodOnObject(Object, String, Object[]) - Method in class io.snappydata.test.dunit.standalone.RemoteDUnitVM
-
Executes a given instance method on a given object with the given
arguments.
- executeObject(Object, String) - Static method in class io.snappydata.test.hydra.MethExecutor
-
Send the message "selector" to the object "target".
- executeObject(Object, String, Object[]) - Static method in class io.snappydata.test.hydra.MethExecutor
-
Executes the given instance method on the given object with the
given arguments.
- executeTask(int, int, int) - Method in class io.snappydata.test.dunit.standalone.RemoteDUnitVM
-
- ExpectedException(String) - Constructor for class io.snappydata.test.dunit.DistributedTestBase.ExpectedException
-
- ExpectedStrings - Class in io.snappydata.test.batterytest.greplogs
-
- generateThreadDump(StringBuilder) - Static method in class io.snappydata.test.dunit.DistributedTestBase
-
- get() - Static method in class io.snappydata.test.dunit.DUnitEnv
-
- get(Object) - Method in class io.snappydata.test.dunit.standalone.DUnitBB
-
- get(Object) - Method in class io.snappydata.test.dunit.standalone.DUnitLauncher.Master
-
- get(Object) - Method in interface io.snappydata.test.dunit.standalone.DUnitLauncher.MasterRemote
-
- getAddString() - Method in class io.snappydata.test.dunit.DistributedTestBase.ExpectedException
-
- getAllDistributedSystemProperties(Properties) - Static method in class io.snappydata.test.dunit.DistributedTestBase
-
- getAllRegions() - Static method in class io.snappydata.test.memscale.OffHeapHelper
-
Return a Set of all regions defined in this member.
- getBaseDir() - Static method in class io.snappydata.test.dunit.DistributedTestBase.InitializeRun
-
- getBB() - Static method in class io.snappydata.test.dunit.standalone.DUnitBB
-
Get the DUnitBB
- getCause() - Method in exception io.snappydata.test.dunit.RMIException
-
Returns the cause of this exception.
- getCurrentVMNum() - Static method in class io.snappydata.test.dunit.VM
-
- getDistributedSystemProperties() - Method in class io.snappydata.test.dunit.DUnitEnv
-
- getDistributedSystemProperties() - Static method in class io.snappydata.test.dunit.standalone.DUnitLauncher
-
- getDistributedSystemProperties() - Method in class io.snappydata.test.dunit.standalone.StandAloneDUnitEnv
-
- getDUnitLocatorPort() - Static method in class io.snappydata.test.dunit.DistributedTestBase
-
Get the port that the standard dunit locator is listening on.
- getException() - Method in class io.snappydata.test.dunit.AsyncInvocation
-
Returns the exception that was thrown during this async method
invocation.
- getException() - Method in class io.snappydata.test.hydra.MethExecutorResult
-
Returns the exception that was thrown while invoking a method.
- getExceptionClassName() - Method in exception io.snappydata.test.dunit.RMIException
-
Returns the class name of the exception that was thrown in a
remote method invocation.
- getExceptionClassName() - Method in class io.snappydata.test.hydra.MethExecutorResult
-
Returns the name of the exception class of the exception that
was thrown while invoking a method.
- getExceptionMessage() - Method in class io.snappydata.test.hydra.MethExecutorResult
-
Returns the message of the exception that was thrown while
invoking a method.
- getFirstMemoryAddress() - Method in class io.snappydata.test.memscale.OffHeapChunkInfo
-
- getGlobalLogger() - Static method in class io.snappydata.test.dunit.DistributedTestBase
-
- getHost(int) - Static method in class io.snappydata.test.dunit.Host
-
Returns a given host
- getHost() - Method in class io.snappydata.test.dunit.VM
-
Returns the host on which this VM runs
- getHostAddress(InetAddress) - Static method in class io.snappydata.test.dunit.DistributedTestBase
-
A wrapper for InetAddress.getHostAddress() that removes the
scope_id from all IPv4 address and all global IPv6 addresses.
- getHostCount() - Static method in class io.snappydata.test.dunit.Host
-
Returns the number of known hosts
- getHostName() - Method in class io.snappydata.test.dunit.Host
-
Returns the machine name of this host
- getIPLiteral() - Static method in class io.snappydata.test.dunit.DistributedTestBase
-
- getKey() - Method in class io.snappydata.test.memscale.OffHeapChunkInfo
-
- getLastMemoryAddress() - Method in class io.snappydata.test.memscale.OffHeapChunkInfo
-
Return the last memory address consumed by this chunk
- getLocator() - Static method in class io.snappydata.test.dunit.Host
-
- getLocator() - Static method in class io.snappydata.test.dunit.standalone.DUnitLauncher
-
- getLocatorAddress() - Method in class io.snappydata.test.dunit.DUnitEnv
-
- getLocatorAddress() - Method in class io.snappydata.test.dunit.standalone.StandAloneDUnitEnv
-
- getLocatorPort() - Method in class io.snappydata.test.dunit.DUnitEnv
-
- getLocatorPort() - Method in class io.snappydata.test.dunit.standalone.DUnitLauncher.Master
-
- getLocatorPort() - Method in interface io.snappydata.test.dunit.standalone.DUnitLauncher.MasterRemote
-
- getLocatorPort() - Method in class io.snappydata.test.dunit.standalone.StandAloneDUnitEnv
-
- getLocatorString() - Method in class io.snappydata.test.dunit.DUnitEnv
-
- getLocatorString() - Static method in class io.snappydata.test.dunit.standalone.DUnitLauncher
-
- getLocatorString() - Method in class io.snappydata.test.dunit.standalone.StandAloneDUnitEnv
-
- getLogLevel() - Method in class io.snappydata.test.dunit.DistributedTestBase
-
This returns the log level configured for the test run.
- getLogWriter() - Method in class io.snappydata.test.dunit.DistributedTestBase
-
- getMapCopy() - Method in class io.snappydata.test.dunit.standalone.DUnitBB
-
- getMapCopy() - Method in class io.snappydata.test.dunit.standalone.DUnitLauncher.Master
-
- getMapCopy() - Method in interface io.snappydata.test.dunit.standalone.DUnitLauncher.MasterRemote
-
- getMaster() - Static method in class io.snappydata.test.dunit.standalone.DUnitLauncher
-
- getMethod(Class, String, Class[]) - Static method in class io.snappydata.test.hydra.MethExecutor
-
Helper method that searches a class (and its superclasses) for a
method with the given name and parameter types.
- getMethodName() - Method in class io.snappydata.test.dunit.AsyncInvocation
-
Returns the name of the method being invoked remotely
- getName() - Method in class io.snappydata.test.dunit.SerializableRunnable
-
- getNewClient() - Method in class io.snappydata.test.dunit.BounceResult
-
- getNewPid() - Method in class io.snappydata.test.dunit.BounceResult
-
- getNumberBytes() - Method in class io.snappydata.test.memscale.OffHeapChunkInfo
-
- getOffHeapMemoryStats() - Static method in class io.snappydata.test.memscale.OffHeapHelper
-
Return the off-heap memory stats object for this member
- getPid() - Method in class io.snappydata.test.dunit.DUnitEnv
-
- getPid() - Method in class io.snappydata.test.dunit.standalone.StandAloneDUnitEnv
-
- getPid() - Method in class io.snappydata.test.dunit.VM
-
Returns the process id of this VM
- getRandomAvailablePortForDUnitSite() - Static method in class io.snappydata.test.dunit.AvailablePortHelper
-
Returns array of unique randomly available tcp ports of specified count.
- getRandomAvailableTCPPort() - Static method in class io.snappydata.test.dunit.AvailablePortHelper
-
Returns randomly available tcp port.
- getRandomAvailableTCPPortKeepers(int) - Static method in class io.snappydata.test.dunit.AvailablePortHelper
-
- getRandomAvailableTCPPorts(int) - Static method in class io.snappydata.test.dunit.AvailablePortHelper
-
Returns array of unique randomly available tcp ports of specified count.
- getRandomAvailableTCPPortsForDUnitSite(int) - Static method in class io.snappydata.test.dunit.AvailablePortHelper
-
Returns array of unique randomly available tcp ports of specified count.
- getRandomAvailableUDPPort() - Static method in class io.snappydata.test.dunit.AvailablePortHelper
-
Returns randomly available udp port.
- getRandomAvailableUDPPorts(int) - Static method in class io.snappydata.test.dunit.AvailablePortHelper
-
Returns array of unique randomly available udp ports of specified count.
- getReceiver() - Method in class io.snappydata.test.dunit.AsyncInvocation
-
Returns the receiver of this async method invocation
- getRegionName() - Method in class io.snappydata.test.memscale.OffHeapChunkInfo
-
- getRemoveString() - Method in class io.snappydata.test.dunit.DistributedTestBase.ExpectedException
-
- getRepeatTimeoutMs() - Method in class io.snappydata.test.dunit.DistributedTestBase
-
The number of milliseconds to try repeating validation code in the
event that AssertionFailedError is thrown.
- getResult() - Method in class io.snappydata.test.dunit.AsyncInvocation
-
- getResult(long) - Method in class io.snappydata.test.dunit.AsyncInvocation
-
- getResult() - Method in class io.snappydata.test.hydra.MethExecutorResult
-
Returns the result of the method call.
- getReturnValue() - Method in class io.snappydata.test.dunit.AsyncInvocation
-
- getServerHostName(Host) - Static method in class io.snappydata.test.dunit.DistributedTestBase
-
get the host name to use for a server cache in client/server dunit
testing
- getStackTrace(Throwable) - Static method in class io.snappydata.test.dunit.DistributedTestBase
-
Get a stack trace for the given Throwable and return it as a String.
- getStackTrace() - Method in class io.snappydata.test.hydra.MethExecutorResult
-
Returns the stack trace of the exception that was thrown while
invoking a method.
- getStaticLogWriter() - Static method in class io.snappydata.test.dunit.DistributedTestBase
-
- getStub(int) - Method in class io.snappydata.test.dunit.standalone.ProcessManager
-
- getSystem() - Method in class io.snappydata.test.dunit.DistributedTestBase
-
- getSystem(Properties) - Method in class io.snappydata.test.dunit.DistributedTestBase
-
- getSystemCount() - Method in class io.snappydata.test.dunit.Host
-
Returns the number of GemFire systems that run on this host
- getTestClass() - Method in class io.snappydata.test.dunit.DistributedTestBase
-
- getTestName() - Static method in class io.snappydata.test.dunit.DistributedTestBase
-
- getUniqueName() - Method in class io.snappydata.test.dunit.DistributedTestBase
-
Returns a unique name for this test method.
- getVM(int) - Method in class io.snappydata.test.dunit.Host
-
Returns a VM that runs on this host
- getVM() - Method in exception io.snappydata.test.dunit.RMIException
-
Returns the VM in which the remote method was invoked
- getVMCount() - Static method in class io.snappydata.test.dunit.DistributedTestBase
-
Return the total number of VMs on all hosts
- getVMCount() - Method in class io.snappydata.test.dunit.Host
-
Returns the number of VMs that run on this host
- getVMDir(int, boolean) - Method in class io.snappydata.test.dunit.standalone.ProcessManager
-
- getVMID() - Method in class io.snappydata.test.dunit.DUnitEnv
-
- getVMID() - Method in class io.snappydata.test.dunit.standalone.StandAloneDUnitEnv
-
- getWorkingDirectory(int) - Method in class io.snappydata.test.dunit.DUnitEnv
-
- getWorkingDirectory(int) - Method in class io.snappydata.test.dunit.standalone.StandAloneDUnitEnv
-
- getWorkingDirectory() - Method in class io.snappydata.test.dunit.VM
-
- GsRandom - Class in io.snappydata.test.hydra
-
This is a simple extension of java.util.Random that allows for the
generation of random numbers within ranges.
- GsRandom() - Constructor for class io.snappydata.test.hydra.GsRandom
-
Creates a new random number generator.
- GsRandom(long) - Constructor for class io.snappydata.test.hydra.GsRandom
-
Creates a new random number generator using a single
long seed.
- incBBFlag(String) - Static method in class io.snappydata.test.dunit.DistributedTestBase
-
- init(DUnitLauncher.MasterRemote) - Static method in class io.snappydata.test.dunit.standalone.DUnitLauncher
-
- InitializeRun() - Constructor for class io.snappydata.test.dunit.DistributedTestBase.InitializeRun
-
- instance - Static variable in class io.snappydata.test.dunit.DUnitEnv
-
- invoke(Class, String) - Method in class io.snappydata.test.dunit.VM
-
Invokes a static zero-arg method with an Object or
void return type in this VM.
- invoke(Class, String, Object) - Method in class io.snappydata.test.dunit.VM
-
Invokes a static method with an Object or
void return type in this VM.
- invoke(Class, String, Object[]) - Method in class io.snappydata.test.dunit.VM
-
Invokes a static method with an Object or
void return type in this VM.
- invoke(Runnable) - Method in class io.snappydata.test.dunit.VM
-
Invokes the run method of a Runnable in this
VM.
- invoke(Callable) - Method in class io.snappydata.test.dunit.VM
-
Invokes the run method of a Runnable in this
VM.
- invoke(Object, String) - Method in class io.snappydata.test.dunit.VM
-
Invokes an instance method with no arguments on an object that is
serialized into this VM.
- invoke(Object, String, Object[]) - Method in class io.snappydata.test.dunit.VM
-
Invokes an instance method on an object that is serialized into
this VM.
- invokeAsync(Class, String) - Method in class io.snappydata.test.dunit.VM
-
Asynchronously invokes a static zero-arg method with an Object or void return type in this VM.
- invokeAsync(Class, String, Object[]) - Method in class io.snappydata.test.dunit.VM
-
Asynchronously invokes a static method with an Object or
void return type in this VM.
- invokeAsync(Object, String, Object[]) - Method in class io.snappydata.test.dunit.VM
-
Asynchronously invokes an instance method with an Object or
void return type in this VM.
- invokeAsync(Runnable) - Method in class io.snappydata.test.dunit.VM
-
Invokes the run method of a Runnable in this
VM.
- invokeAsync(Callable) - Method in class io.snappydata.test.dunit.VM
-
Invokes the call method of a Runnable in this
VM.
- invokeBoolean(Class, String) - Method in class io.snappydata.test.dunit.VM
-
Invokes a static method with a boolean return type
in this VM.
- invokeBoolean(Class, String, Object[]) - Method in class io.snappydata.test.dunit.VM
-
Invokes a static method with a boolean return type
in this VM.
- invokeBoolean(Object, String) - Method in class io.snappydata.test.dunit.VM
-
Invokes an instance method on an object that is serialized into
this VM.
- invokeBoolean(Object, String, Object[]) - Method in class io.snappydata.test.dunit.VM
-
Invokes an instance method on an object that is serialized into
this VM.
- invokeByte(Class, String) - Method in class io.snappydata.test.dunit.VM
-
Invokes a static method with a byte return type
in this VM.
- invokeByte(Class, String, Object[]) - Method in class io.snappydata.test.dunit.VM
-
Invokes a static method with a byte return type
in this VM.
- invokeByte(Object, String) - Method in class io.snappydata.test.dunit.VM
-
Invokes an instance method on an object that is serialized into
this VM.
- invokeByte(Object, String, Object[]) - Method in class io.snappydata.test.dunit.VM
-
Invokes an instance method on an object that is serialized into
this VM.
- invokeChar(Class, String) - Method in class io.snappydata.test.dunit.VM
-
Invokes a static method with a char return type
in this VM.
- invokeChar(Class, String, Object[]) - Method in class io.snappydata.test.dunit.VM
-
Invokes a static method with a char return type
in this VM.
- invokeChar(Object, String) - Method in class io.snappydata.test.dunit.VM
-
Invokes an instance method on an object that is serialized into
this VM.
- invokeChar(Object, String, Object[]) - Method in class io.snappydata.test.dunit.VM
-
Invokes an instance method on an object that is serialized into
this VM.
- invokeDouble(Class, String) - Method in class io.snappydata.test.dunit.VM
-
Invokes a static method with a double return type
in this VM.
- invokeDouble(Class, String, Object[]) - Method in class io.snappydata.test.dunit.VM
-
Invokes a static method with a double return type
in this VM.
- invokeDouble(Object, String) - Method in class io.snappydata.test.dunit.VM
-
Invokes an instance method on an object that is serialized into
this VM.
- invokeDouble(Object, String, Object[]) - Method in class io.snappydata.test.dunit.VM
-
Invokes an instance method on an object that is serialized into
this VM.
- invokeFloat(Class, String) - Method in class io.snappydata.test.dunit.VM
-
Invokes a static method with a float return type
in this VM.
- invokeFloat(Class, String, Object[]) - Method in class io.snappydata.test.dunit.VM
-
Invokes a static method with a float return type
in this VM.
- invokeFloat(Object, String) - Method in class io.snappydata.test.dunit.VM
-
Invokes an instance method on an object that is serialized into
this VM.
- invokeFloat(Object, String, Object[]) - Method in class io.snappydata.test.dunit.VM
-
Invokes an instance method on an object that is serialized into
this VM.
- invokeInEveryVM(SerializableRunnable) - Static method in class io.snappydata.test.dunit.DistributedTestBase
-
Invokes a SerializableRunnable in every VM that
DUnit knows about.
- invokeInEveryVM(SerializableCallable) - Static method in class io.snappydata.test.dunit.DistributedTestBase
-
Invokes a SerializableCallable in every VM that
DUnit knows about.
- invokeInEveryVM(Class, String) - Static method in class io.snappydata.test.dunit.DistributedTestBase
-
Invokes a method in every remote VM that DUnit knows about.
- invokeInEveryVM(Class, String, Object[]) - Static method in class io.snappydata.test.dunit.DistributedTestBase
-
Invokes a method in every remote VM that DUnit knows about.
- invokeInEveryVMRepeatingIfNecessary(RepeatableRunnable) - Method in class io.snappydata.test.dunit.DistributedTestBase
-
Invokes a SerializableRunnable in every VM that
DUnit knows about.
- invokeInLocator(SerializableRunnable) - Static method in class io.snappydata.test.dunit.DistributedTestBase
-
- invokeInt(Class, String) - Method in class io.snappydata.test.dunit.VM
-
Invokes a static method with a int return type
in this VM.
- invokeInt(Class, String, Object[]) - Method in class io.snappydata.test.dunit.VM
-
Invokes a static method with a int return type
in this VM.
- invokeInt(Object, String) - Method in class io.snappydata.test.dunit.VM
-
Invokes an instance method on an object that is serialized into
this VM.
- invokeInt(Object, String, Object[]) - Method in class io.snappydata.test.dunit.VM
-
Invokes an instance method on an object that is serialized into
this VM.
- invokeInVM(VM, String, String, Object[]) - Static method in class io.snappydata.test.dunit.DistributedTestBase
-
- invokeInVM(VM, String, Object...) - Method in class io.snappydata.test.dunit.DistributedTestBase
-
Invokes a method in every remote VM that DUnit knows about.
- invokeLong(Class, String) - Method in class io.snappydata.test.dunit.VM
-
Invokes a static method with a long return type
in this VM.
- invokeLong(Class, String, Object[]) - Method in class io.snappydata.test.dunit.VM
-
Invokes a static method with a long return type
in this VM.
- invokeLong(Object, String) - Method in class io.snappydata.test.dunit.VM
-
Invokes an instance method on an object that is serialized into
this VM.
- invokeLong(Object, String, Object[]) - Method in class io.snappydata.test.dunit.VM
-
Invokes an instance method on an object that is serialized into
this VM.
- invokeMain(Class, String[]) - Method in class io.snappydata.test.dunit.VM
-
Invokes the main method of a given class
- invokeMainAsync(Class, String[]) - Method in class io.snappydata.test.dunit.VM
-
Asynchronously invokes the main method of a given
class
- invokeRepeatingIfNecessary(VM, RepeatableRunnable) - Method in class io.snappydata.test.dunit.DistributedTestBase
-
- invokeRepeatingIfNecessary(RepeatableRunnable, long) - Method in class io.snappydata.test.dunit.VM
-
Invokes the runRunnable in this
VM.
- invokeShort(Class, String) - Method in class io.snappydata.test.dunit.VM
-
Invokes a static method with a short return type
in this VM.
- invokeShort(Class, String, Object[]) - Method in class io.snappydata.test.dunit.VM
-
Invokes a static method with a short return type
in this VM.
- invokeShort(Object, String) - Method in class io.snappydata.test.dunit.VM
-
Invokes an instance method on an object that is serialized into
this VM.
- invokeShort(Object, String, Object[]) - Method in class io.snappydata.test.dunit.VM
-
Invokes an instance method on an object that is serialized into
this VM.
- io.snappydata.test.batterytest.greplogs - package io.snappydata.test.batterytest.greplogs
-
- io.snappydata.test.dunit - package io.snappydata.test.dunit
-
- io.snappydata.test.dunit.logging.log4j - package io.snappydata.test.dunit.logging.log4j
-
- io.snappydata.test.dunit.standalone - package io.snappydata.test.dunit.standalone
-
- io.snappydata.test.hydra - package io.snappydata.test.hydra
-
- io.snappydata.test.memscale - package io.snappydata.test.memscale
-
- io.snappydata.test.util - package io.snappydata.test.util
-
- isLaunched() - Static method in class io.snappydata.test.dunit.standalone.DUnitLauncher
-
Test it see if the eclise dunit environment is launched.
- isOffHeapMemoryConfigured() - Static method in class io.snappydata.test.memscale.OffHeapHelper
-
Determines if this member has off-heap memory currently allocated.
- nextBoolean() - Method in class io.snappydata.test.hydra.GsRandom
-
Returns the next pseudorandom, uniformly distributed boolean
value from this random number generator's sequence
- nextByte() - Method in class io.snappydata.test.hydra.GsRandom
-
Returns the next pseudorandom, uniformly distributed byte
value from this random number generator's sequence
- nextChar() - Method in class io.snappydata.test.hydra.GsRandom
-
Returns the next pseudorandom, uniformly distributed char
value from this random number generator's sequence
There is a hack here to prevent '}' so as to eliminate the possiblity
of generating a sequence which would falsely get marked as a suspect
string while we are matching the pattern {[0-9]+}.
- nextDate() - Method in class io.snappydata.test.hydra.GsRandom
-
Returns a random Date.
- nextDouble(double) - Method in class io.snappydata.test.hydra.GsRandom
-
Returns the next pseudorandom, uniformly distributed double
value from this random number generator's sequence within a range
from 0 to max.
- nextDouble(double, double) - Method in class io.snappydata.test.hydra.GsRandom
-
Returns the next pseudorandom, uniformly distributed double
value from this random number generator's sequence within a range
from min to max.
- nextInt(int) - Method in class io.snappydata.test.hydra.GsRandom
-
Returns the next pseudorandom, uniformly distributed int
value from this random number generator's sequence within a range
from 0 to max (inclusive -- which is different from Random.nextInt()).
- nextInt(int, int) - Method in class io.snappydata.test.hydra.GsRandom
-
Returns the next pseudorandom, uniformly distributed int
value from this random number generator's sequence within a range
from min to max.
- nextLong(long) - Method in class io.snappydata.test.hydra.GsRandom
-
Returns the next pseudorandom, uniformly distributed long
value from this random number generator's sequence within a range
from 0 to max.
- nextLong(long, long) - Method in class io.snappydata.test.hydra.GsRandom
-
Returns the next pseudorandom, uniformly distributed long
value from this random number generator's sequence within a range
from min to max.
- nextShort() - Method in class io.snappydata.test.hydra.GsRandom
-
- NO_REGISTRY - Static variable in class io.snappydata.test.dunit.Host
-
Indicates an unstarted RMI registry
- NONSERIALIZABLE_EXCEPTION - Static variable in class io.snappydata.test.hydra.MethExecutorResult
-
A "exception" object that indicates that an exception could not
be serialized.
- noteTiming(long, String, long, long, String) - Static method in class io.snappydata.test.dunit.DistributedTestBase
-
- notifyDynamicActionComplete(int) - Method in class io.snappydata.test.dunit.standalone.RemoteDUnitVM
-