public class QueryTrackingPropertiesEntity extends BaseEntity
Constructor and Description |
---|
QueryTrackingPropertiesEntity() |
Modifier and Type | Method and Description |
---|---|
Boolean |
getEnabled() |
Long |
getMaxQueryStringLength() |
Long |
getMaxSlowQueries() |
Long |
getSlowQueryThreshold() |
Boolean |
getTrackSlowQueries() |
void |
setEnabled(Boolean enabled) |
void |
setMaxQueryStringLength(Long maxQueryStringLength) |
void |
setMaxSlowQueries(Long maxSlowQueries) |
void |
setSlowQueryThreshold(Long slowQueryThreshold) |
void |
setTrackSlowQueries(Boolean trackSlowQueries) |
getCode, getErrorMessage, getErrorNumber, getEtag, getRequestId, getStatusCode, isBatchResponseEntity, isError, isNotModified, isUnauthorized, setCode, setError, setErrorMessage, setErrorNumber, setEtag, setRequestId, setStatusCode, toString
public Boolean getEnabled()
public void setEnabled(Boolean enabled)
public Boolean getTrackSlowQueries()
public void setTrackSlowQueries(Boolean trackSlowQueries)
public Long getMaxSlowQueries()
public void setMaxSlowQueries(Long maxSlowQueries)
public Long getSlowQueryThreshold()
public void setSlowQueryThreshold(Long slowQueryThreshold)
public Long getMaxQueryStringLength()
public void setMaxQueryStringLength(Long maxQueryStringLength)
Copyright © 2012–2016 ArangoDB GmbH. All rights reserved.