public class ScanQueryConfig extends Object
Modifier and Type | Field and Description |
---|---|
static String |
CTX_KEY_MAX_ROWS_QUEUED_FOR_ORDERING |
static String |
CTX_KEY_MAX_SEGMENT_PARTITIONS_FOR_ORDERING |
Constructor and Description |
---|
ScanQueryConfig() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
int |
getMaxRowsQueuedForOrdering() |
int |
getMaxSegmentPartitionsOrderedInMemory() |
int |
hashCode() |
boolean |
isLegacy() |
ScanQueryConfig |
setLegacy(boolean legacy) |
String |
toString() |
public static final String CTX_KEY_MAX_ROWS_QUEUED_FOR_ORDERING
public static final String CTX_KEY_MAX_SEGMENT_PARTITIONS_FOR_ORDERING
public boolean isLegacy()
public ScanQueryConfig setLegacy(boolean legacy)
public int getMaxRowsQueuedForOrdering()
public int getMaxSegmentPartitionsOrderedInMemory()
Copyright © 2011–2021 The Apache Software Foundation. All rights reserved.