public class ReplicationLoggerConfigEntity extends BaseEntity
Constructor and Description |
---|
ReplicationLoggerConfigEntity() |
Modifier and Type | Method and Description |
---|---|
long |
getMaxEvents() |
long |
getMaxEventsSize() |
boolean |
isAutoStart() |
boolean |
isLogRemoteChanges() |
void |
setAutoStart(boolean autoStart) |
void |
setLogRemoteChanges(boolean logRemoteChanges) |
void |
setMaxEvents(long maxEvents) |
void |
setMaxEventsSize(long maxEventsSize) |
getCode, getErrorMessage, getErrorNumber, getEtag, getRequestId, getStatusCode, isBatchResponseEntity, isError, isNotModified, isUnauthorized, setCode, setError, setErrorMessage, setErrorNumber, setEtag, setRequestId, setStatusCode, toString
public boolean isAutoStart()
public boolean isLogRemoteChanges()
public long getMaxEvents()
public long getMaxEventsSize()
public void setAutoStart(boolean autoStart)
public void setLogRemoteChanges(boolean logRemoteChanges)
public void setMaxEvents(long maxEvents)
public void setMaxEventsSize(long maxEventsSize)
Copyright © 2012–2016 ArangoDB GmbH. All rights reserved.