com.bigdata.samples.btree
Class JournalTxExample

java.lang.Object
  extended by 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

Constructor Summary
JournalTxExample()
           
 
Method Summary
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JournalTxExample

public JournalTxExample()
Method Detail

main

public static void main(String[] args)


Copyright © 2006-2012 SYSTAP, LLC. All Rights Reserved.