public class JournalExample extends Object
Journal
, register a BTree
and perform basic operations on the BTree
. The Journal
is the
right choice when you want a standalone persistence store. When using the
Journal
in this manner, you must remember to AbstractJournal.commit()
your write sets.Constructor and Description |
---|
JournalExample() |
public static void main(String[] args)
Copyright © 2016 SYSTAP, LLC DBA Blazegraph. All rights reserved.