public class AQLAnalyzerProperties extends Object
Modifier and Type | Class and Description |
---|---|
static class |
AQLAnalyzerProperties.ReturnType |
Constructor and Description |
---|
AQLAnalyzerProperties() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Integer |
getBatchSize() |
Boolean |
getCollapsePositions() |
Boolean |
getKeepNull() |
Long |
getMemoryLimit() |
String |
getQueryString() |
AQLAnalyzerProperties.ReturnType |
getReturnType() |
int |
hashCode() |
void |
setBatchSize(Integer batchSize) |
void |
setCollapsePositions(Boolean collapsePositions) |
void |
setKeepNull(Boolean keepNull) |
void |
setMemoryLimit(Long memoryLimit) |
void |
setQueryString(String queryString) |
void |
setReturnType(AQLAnalyzerProperties.ReturnType returnType) |
public String getQueryString()
public void setQueryString(String queryString)
public Boolean getCollapsePositions()
public void setCollapsePositions(Boolean collapsePositions)
public Boolean getKeepNull()
public void setKeepNull(Boolean keepNull)
public Integer getBatchSize()
public void setBatchSize(Integer batchSize)
public Long getMemoryLimit()
public void setMemoryLimit(Long memoryLimit)
public AQLAnalyzerProperties.ReturnType getReturnType()
public void setReturnType(AQLAnalyzerProperties.ReturnType returnType)
Copyright © 2016–2021 ArangoDB GmbH. All rights reserved.