com.bigdata.samples.btree
Class JournalTxExample
java.lang.Object
com.bigdata.samples.btree.JournalTxExample
public class JournalTxExample
- extends Object
This example show how to create a Journal, register a BTree,
start a transaction, obtain a B+Tree view isolated by that transaction,
perform basic operations on the BTree, and commit the transaction.
- Version:
- $Id: JournalTxExample.java 2265 2009-10-26 12:51:06Z thompsonbry $
- Author:
- Bryan Thompson
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JournalTxExample
public JournalTxExample()
main
public static void main(String[] args)
Copyright © 2006-2012 SYSTAP, LLC. All Rights Reserved.