public static class ReplicationInventoryEntity.CollectionParameter extends Object implements Serializable
Constructor and Description |
---|
ReplicationInventoryEntity.CollectionParameter() |
Modifier and Type | Method and Description |
---|---|
long |
getCid() |
long |
getMaximalSize() |
String |
getName() |
CollectionType |
getType() |
int |
getVersion() |
boolean |
isDeleted() |
boolean |
isDoCompact() |
boolean |
isVolatile() |
boolean |
isWaitForSync() |
void |
setCid(long cid) |
void |
setDeleted(boolean deleted) |
void |
setDoCompact(boolean doCompact) |
void |
setMaximalSize(long maximalSize) |
void |
setName(String name) |
void |
setType(CollectionType type) |
void |
setVersion(int version) |
void |
setVolatile(boolean isVolatile) |
void |
setWaitForSync(boolean waitForSync) |
public ReplicationInventoryEntity.CollectionParameter()
public int getVersion()
public CollectionType getType()
public long getCid()
public boolean isDeleted()
public boolean isDoCompact()
public long getMaximalSize()
public String getName()
public boolean isVolatile()
public boolean isWaitForSync()
public void setVersion(int version)
public void setType(CollectionType type)
public void setCid(long cid)
public void setDeleted(boolean deleted)
public void setDoCompact(boolean doCompact)
public void setMaximalSize(long maximalSize)
public void setName(String name)
public void setVolatile(boolean isVolatile)
public void setWaitForSync(boolean waitForSync)
Copyright © 2012–2015 ArangoDB GmbH. All rights reserved.