public class ClientCompactQueryTuningConfig extends Object
| Constructor and Description |
|---|
ClientCompactQueryTuningConfig(Integer maxRowsInMemory,
Integer maxTotalRows,
IndexSpec indexSpec,
Integer maxPendingPersists,
Long publishTimeout) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
IndexSpec |
getIndexSpec() |
int |
getMaxPendingPersists() |
int |
getMaxRowsInMemory() |
int |
getMaxTotalRows() |
long |
getPublishTimeout() |
String |
getType() |
int |
hashCode() |
String |
toString() |
Copyright © 2011–2018 The Apache Software Foundation. All rights reserved.