public class ExecutionHints extends Object
Modifier and Type | Field and Description |
---|---|
static int |
DEFAULT_RESULT_BATCH_SIZE
Default value
|
Constructor and Description |
---|
ExecutionHints() |
Modifier and Type | Method and Description |
---|---|
int |
getResultBatchSize() |
ExecutionHints |
setResultBatchSize(int size)
Set desired batch size for search results.
|
public static final int DEFAULT_RESULT_BATCH_SIZE
public ExecutionHints setResultBatchSize(int size)
size
- public int getResultBatchSize()
Copyright © 2003–2016 Terracotta, Inc.. All rights reserved.