Batch.Options

public static class Batch.Options

Optional attributes for Batch

Public Methods

Batch.Options
allowedBatchSizes(List<Long> allowedBatchSizes)
Batch.Options
batchingQueue(String batchingQueue)
Batch.Options
container(String container)
Batch.Options
maxEnqueuedBatches(Long maxEnqueuedBatches)
Batch.Options
sharedName(String sharedName)

Inherited Methods

boolean
equals(Object arg0)
final Class<?>
getClass()
int
hashCode()
final void
notify()
final void
notifyAll()
String
toString()
final void
wait(long arg0, int arg1)
final void
wait(long arg0)
final void
wait()

Public Methods

public Batch.Options allowedBatchSizes (List<Long> allowedBatchSizes)

public Batch.Options batchingQueue (String batchingQueue)

public Batch.Options container (String container)

public Batch.Options maxEnqueuedBatches (Long maxEnqueuedBatches)

public Batch.Options sharedName (String sharedName)