public class DumpHandlerAdapter<T> extends Object implements DumpHandler<T>
Constructor and Description |
---|
DumpHandlerAdapter() |
Modifier and Type | Method and Description |
---|---|
boolean |
handle(ReplicationDumpRecord<T> entity) |
boolean |
head(ReplicationDumpHeader header) |
public boolean head(ReplicationDumpHeader header)
head
in interface DumpHandler<T>
public boolean handle(ReplicationDumpRecord<T> entity)
handle
in interface DumpHandler<T>
Copyright © 2012–2015 ArangoDB GmbH. All rights reserved.