C D J N O P R S 

C

close() - Method in class com.blacklocus.jres.JresBulkRequestor
Waits for the internal document indexing queue to empty.
CLOSING_LENIENCY_SECONDS - Static variable in class com.blacklocus.jres.JresBulkRequestor
Amount of time JresBulkRequestor.close() should wait for buffers to flush and submit before excepting.
com.blacklocus.jres - package com.blacklocus.jres
 
com.blacklocus.jres.util - package com.blacklocus.jres.util
 

D

DaemonThreadFactory - Class in com.blacklocus.jres.util
This is a clone of Executors.DefaultThreadFactory except that the threads it produces are always daemon threads.
DaemonThreadFactory() - Constructor for class com.blacklocus.jres.util.DaemonThreadFactory
 

J

JresBulkRequestor - Class in com.blacklocus.jres
Helper that aggregates JresBulkable operations and submits them in batch according to constructor parameters.
JresBulkRequestor(int, int, int, Jres) - Constructor for class com.blacklocus.jres.JresBulkRequestor
Create a JresBulkRequestor which does not default to any particular index nor type.
JresBulkRequestor(int, int, int, String, Jres) - Constructor for class com.blacklocus.jres.JresBulkRequestor
Create a JresBulkRequestor defaulting to a particular index.
JresBulkRequestor(int, int, int, String, String, Jres) - Constructor for class com.blacklocus.jres.JresBulkRequestor
Create a JresBulkRequestor defaulting to a particular index.

N

newThread(Runnable) - Method in class com.blacklocus.jres.util.DaemonThreadFactory
 

O

offer(JresBulkable, long, TimeUnit) - Method in class com.blacklocus.jres.JresBulkRequestor
 

P

POLLING_LENIENCY_SECONDS - Static variable in class com.blacklocus.jres.JresBulkRequestor
Polling lenience, how long in seconds each poll to the transfer queue is willing to wait.
put(JresBulkable) - Method in class com.blacklocus.jres.JresBulkRequestor
 

R

run() - Method in class com.blacklocus.jres.JresBulkRequestor
 

S

start() - Method in class com.blacklocus.jres.JresBulkRequestor
 
C D J N O P R S