Index
A B C D E F G H I J K L M N O P R S T U V W _
All Classes All Packages
All Classes All Packages
All Classes All Packages
W
- WAIT_FOR_CHILD_JOB_TIMEOUT_MS - Static variable in class tenapull.run.DbManagerJob
-
The constant WAIT_FOR_CHILD_JOB_TIMEOUT_MS.
- waitForExit() - Method in class tenapull.run.Job
-
Can be called by other jobs/worker threads while waiting for this job to finish.
- WARM_UP_ITERATIONS - Static variable in class sync.SyncMultiTypeWrapper
-
The constant WARM_UP_ITERATIONS.
- WeakInstancesTracker<K,I> - Class in tenapull.sync
-
A thin wrapper for InstancesTracker, which wraps the key with weak references to the key.
- WeakInstancesTracker(Class<K>, Class<I>, Lambda1<K, I>) - Constructor for class tenapull.sync.WeakInstancesTracker
-
Instantiates a new Weak instances tracker.
- WeakInstancesTracker(Type<K>, Type<I>, Lambda1<K, I>) - Constructor for class tenapull.sync.WeakInstancesTracker
-
Instantiates a new Weak instances tracker.
- WeakInstancesTracker.WeakRef - Class in tenapull.sync
-
A wrapper for WeakReference that also implement the Instances.KeyFinalizer interface, so that a key is held as a strong reference until it has been finalized
- WorkerThread - Class in tenapull.run
-
The worker thread which runs the jobs provided to the main thread.
- WorkerThread(JobFactory) - Constructor for class tenapull.run.WorkerThread
-
Instantiates a new Worker thread using the provided JobFactory instance to obtain all of its jobs.
- wrap(Object) - Static method in class tenapull.data.persistence.MultiTypeWrapper
-
Creates a multi-type wrapper for the provided object (or an unequivilent in its primary type or returns an already existing one which represents an equivalent value of its primary type.
- write() - Static method in class splunk.TestSplunkOutput
-
Writes all JsonNodes produced by all the tests to a file
- write(Class<T>, Lambda1<O, T>) - Method in class tenapull.sync.ReadWriteLock
-
Grants write access to the provided lambda, allowing it to return any type
- write(Lambda1<O, R>) - Method in class tenapull.sync.ReadWriteLock
-
Grants write access to the provided lambda, allowing it to return the standard return type
- writeValue(Object, JsonGenerator) - Static method in class tenapull.data.deserialize.MultiType.Serializer
-
Serializes an Object representing any primitive JSON type, delegating to writeValueNotNull for all non-null and non-string objects.
All Classes All Packages