public class ReplicationSyncEntity extends BaseEntity
| Constructor and Description |
|---|
ReplicationSyncEntity() |
| Modifier and Type | Method and Description |
|---|---|
List<CollectionEntity> |
getCollections() |
long |
getLastLogTick() |
void |
setCollections(List<CollectionEntity> collections) |
void |
setLastLogTick(long lastLogTick) |
getCode, getErrorMessage, getErrorNumber, getEtag, getRequestId, getStatusCode, isBatchResponseEntity, isError, isNotFound, isNotModified, isUnauthorized, setCode, setError, setErrorMessage, setErrorNumber, setEtag, setRequestId, setStatusCodepublic List<CollectionEntity> getCollections()
public long getLastLogTick()
public void setCollections(List<CollectionEntity> collections)
public void setLastLogTick(long lastLogTick)
Copyright © 2012–2015 ArangoDB GmbH. All rights reserved.