Uses of Package
com.bigdata.mdi

Packages that use com.bigdata.mdi
com.bigdata.bop.fed.shards   
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.proc   
com.bigdata.btree.view   
com.bigdata.journal The journal is an append-only persistence capable data structure supporting atomic commit, named indices, and transactions. 
com.bigdata.mdi This package provides a metadata index and range partitioned indices managed by that metadata index. 
com.bigdata.rawstore A set of interfaces and some simple implementations for a read-write store without atomic commit or transactions. 
com.bigdata.relation.rule.eval This package supports rule evaluation. 
com.bigdata.relation.rule.eval.pipeline This package implements a pipeline join. 
com.bigdata.resources This package provides the logic to managed the live journal and the historical journals and index segments for a DataService
com.bigdata.rwstore.sector   
com.bigdata.service This package provides implementations of bigdata services (metadata service, data service, transaction manager service. 
com.bigdata.service.jini.util   
com.bigdata.service.ndx   
com.bigdata.service.ndx.pipeline   
 

Classes in com.bigdata.mdi used by com.bigdata.bop.fed.shards
IMetadataIndex
          Interface for a metadata index.
PartitionLocator
          An immutable object that may be used to locate an index partition.
 

Classes in com.bigdata.mdi used by com.bigdata.btree
IResourceMetadata
          Interface for metadata about a Journal or IndexSegment.
ISeparatorKeys
          Interface provides access to the left and right separator keys for an index partition.
LocalPartitionMetadata
          An immutable object providing metadata about a local index partition, including the partition identifier, the left and right separator keys defining the half-open key range of the index partition, and optionally defining the IResourceMetadata[] required to materialize a view of that index partition.
 

Classes in com.bigdata.mdi used by com.bigdata.btree.proc
ISeparatorKeys
          Interface provides access to the left and right separator keys for an index partition.
 

Classes in com.bigdata.mdi used by com.bigdata.btree.view
IResourceMetadata
          Interface for metadata about a Journal or IndexSegment.
 

Classes in com.bigdata.mdi used by com.bigdata.journal
IResourceMetadata
          Interface for metadata about a Journal or IndexSegment.
 

Classes in com.bigdata.mdi used by com.bigdata.mdi
AbstractResourceMetadata
          Base class for IResourceMetadata implementations.
IMetadataIndex
          Interface for a metadata index.
IndexPartitionCause
          Encapsulate the reason why an index partition was created and the synchronous overflow counter of the data service on which the index partition was created as of that action.
IndexPartitionCause.CauseEnum
          Typesafe enumeration of reasons why an index partition was created.
IPartitionMetadata
          A description of the metadata state for a partition of a scale-out index.
IResourceMetadata
          Interface for metadata about a Journal or IndexSegment.
ISeparatorKeys
          Interface provides access to the left and right separator keys for an index partition.
MetadataIndex
          A metadata index for the partitions of a distributed index.
MetadataIndex.MetadataIndexMetadata
          Extends the IndexMetadata record to hold the metadata template for the managed scale-out index.
MetadataIndex.PartitionLocatorTupleSerializer
          Used to (de-)serialize PartitionLocators in the MetadataIndex.
PartitionLocator
          An immutable object that may be used to locate an index partition.
 

Classes in com.bigdata.mdi used by com.bigdata.rawstore
IResourceMetadata
          Interface for metadata about a Journal or IndexSegment.
 

Classes in com.bigdata.mdi used by com.bigdata.relation.rule.eval
PartitionLocator
          An immutable object that may be used to locate an index partition.
 

Classes in com.bigdata.mdi used by com.bigdata.relation.rule.eval.pipeline
PartitionLocator
          An immutable object that may be used to locate an index partition.
 

Classes in com.bigdata.mdi used by com.bigdata.resources
IResourceMetadata
          Interface for metadata about a Journal or IndexSegment.
JournalMetadata
          Metadata required to locate a Journal resource.
LocalPartitionMetadata
          An immutable object providing metadata about a local index partition, including the partition identifier, the left and right separator keys defining the half-open key range of the index partition, and optionally defining the IResourceMetadata[] required to materialize a view of that index partition.
PartitionLocator
          An immutable object that may be used to locate an index partition.
SegmentMetadata
          Metadata for a single IndexSegment.
 

Classes in com.bigdata.mdi used by com.bigdata.rwstore.sector
IResourceMetadata
          Interface for metadata about a Journal or IndexSegment.
 

Classes in com.bigdata.mdi used by com.bigdata.service
IMetadataIndex
          Interface for a metadata index.
IPartitionMetadata
          A description of the metadata state for a partition of a scale-out index.
IResourceMetadata
          Interface for metadata about a Journal or IndexSegment.
MetadataIndex.MetadataIndexMetadata
          Extends the IndexMetadata record to hold the metadata template for the managed scale-out index.
PartitionLocator
          An immutable object that may be used to locate an index partition.
 

Classes in com.bigdata.mdi used by com.bigdata.service.jini.util
IMetadataIndex
          Interface for a metadata index.
LocalPartitionMetadata
          An immutable object providing metadata about a local index partition, including the partition identifier, the left and right separator keys defining the half-open key range of the index partition, and optionally defining the IResourceMetadata[] required to materialize a view of that index partition.
PartitionLocator
          An immutable object that may be used to locate an index partition.
 

Classes in com.bigdata.mdi used by com.bigdata.service.ndx
IMetadataIndex
          Interface for a metadata index.
IResourceMetadata
          Interface for metadata about a Journal or IndexSegment.
MetadataIndex.MetadataIndexMetadata
          Extends the IndexMetadata record to hold the metadata template for the managed scale-out index.
PartitionLocator
          An immutable object that may be used to locate an index partition.
 

Classes in com.bigdata.mdi used by com.bigdata.service.ndx.pipeline
PartitionLocator
          An immutable object that may be used to locate an index partition.
 



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