Uses of Interface
com.bigdata.btree.proc.ISimpleIndexProcedure

Packages that use ISimpleIndexProcedure
com.bigdata.bfs This package provides a scale-out content repository (aka distributed file system) suitable as the backend for a REST-ful service using the bigdata architecture. 
com.bigdata.btree The BTree is a scalable B+-Tree with copy-on-write semantics mapping variable length unsigned byte[] keys to variable length byte[] values (null values are allowed). 
com.bigdata.btree.view   
com.bigdata.service.ndx   
com.bigdata.sparse This package provides support for treating normal B+Trees using a "sparse row store" pattern and can be applied to both local B+Trees and scale-out indices. 
 

Uses of ISimpleIndexProcedure in com.bigdata.bfs
 

Classes in com.bigdata.bfs that implement ISimpleIndexProcedure
 class AtomicBlockAppendProc
          Atomic append of a single block to a file version.
 class AtomicBlockWriteProc
          Atomic write of a single block for a file version.
 

Uses of ISimpleIndexProcedure in com.bigdata.btree
 

Methods in com.bigdata.btree with parameters of type ISimpleIndexProcedure
 Object AbstractBTree.submit(byte[] key, ISimpleIndexProcedure proc)
           
 Object UnisolatedReadWriteIndex.submit(byte[] key, ISimpleIndexProcedure proc)
           
 Object ReadCommittedView.submit(byte[] key, ISimpleIndexProcedure proc)
           
 Object IIndex.submit(byte[] key, ISimpleIndexProcedure proc)
          Submits an index procedure that operations on a single key to the appropriate index partition returning the result of that procedure.
 Object DelegateIndex.submit(byte[] key, ISimpleIndexProcedure proc)
           
 

Uses of ISimpleIndexProcedure in com.bigdata.btree.view
 

Methods in com.bigdata.btree.view with parameters of type ISimpleIndexProcedure
 Object FusedView.submit(byte[] key, ISimpleIndexProcedure proc)
           
 

Uses of ISimpleIndexProcedure in com.bigdata.service.ndx
 

Methods in com.bigdata.service.ndx with parameters of type ISimpleIndexProcedure
 Object ClientIndexView.submit(byte[] key, ISimpleIndexProcedure proc)
          Submits an index procedure that operations on a single key to the appropriate index partition returning the result of that procedure.
 Object AbstractScaleOutClientIndexView.submit(byte[] key, ISimpleIndexProcedure proc)
           
protected abstract  Object AbstractScaleOutClientIndexView.submit(long ts, byte[] key, ISimpleIndexProcedure proc)
          Variant uses the caller's timestamp.
protected  Object AbstractScaleOutClientIndexView2.submit(long ts, byte[] key, ISimpleIndexProcedure proc)
          Variant uses the caller's timestamp.
 

Uses of ISimpleIndexProcedure in com.bigdata.sparse
 

Classes in com.bigdata.sparse that implement ISimpleIndexProcedure
 class AbstractAtomicRowReadOrWrite
          Abstract class implements the atomic read operation.
 class AtomicRowDelete
          Atomic delete of a logical row.
 class AtomicRowRead
          Atomic read of the logical row associated with some Schema and primary key.
 class AtomicRowWriteRead
          Atomic write on a logical row.
 



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