RecordFactory.Recorder

Recorder to recorder (REMOVE, ADD) actions while can be executed by the modify method

class RecordFactory
@recordType("Recorder")
class Recorder {}

Members

Functions

clear
void clear()

Clear all archives

empty
bool empty()

Check if the recorder contains archives

find
Archive find(const(DARTIndex) dart_index)

Finds an archive with the fingerprint

length
size_t length()

Length of the archives

Mixed In Members

From mixin HiBONRecordType

recordName
string recordName()

Get the record type name set by @recordType("name")