Uses of Class
com.bigdata.mdi.LocalPartitionMetadata

Packages that use LocalPartitionMetadata
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.resources This package provides the logic to managed the live journal and the historical journals and index segments for a DataService
com.bigdata.service.jini.util   
 

Uses of LocalPartitionMetadata in com.bigdata.btree
 

Methods in com.bigdata.btree that return LocalPartitionMetadata
 LocalPartitionMetadata IndexMetadata.getPartitionMetadata()
          When non-null, this is the description of the view of this index partition.
 

Methods in com.bigdata.btree with parameters of type LocalPartitionMetadata
 void IndexMetadata.setPartitionMetadata(LocalPartitionMetadata pmd)
           
 

Uses of LocalPartitionMetadata in com.bigdata.resources
 

Methods in com.bigdata.resources with parameters of type LocalPartitionMetadata
static Split[] SplitUtility.getSplits(IPartitionIdFactory partitionIdFactory, LocalPartitionMetadata oldpmd, IndexSegment seg, long nominalShardSize, ISimpleSplitHandler splitHandler)
          Choose a set of splits which may be reasonably expected to divide the IndexSegment into extents each of which is approximately 50% full.
static void SplitUtility.validateSplits(LocalPartitionMetadata originalPartitionMetadata, Split[] splits, boolean checkFromToIndex)
          Validate splits, including: that the separator keys are strictly ascending, that the separator keys perfectly cover the source key range without overlap, that the rightSeparator for each split is the leftSeparator for the prior split, that the fromIndex offsets are strictly ascending, etc.
 

Uses of LocalPartitionMetadata in com.bigdata.service.jini.util
 

Fields in com.bigdata.service.jini.util declared as LocalPartitionMetadata
 LocalPartitionMetadata DumpFederation.IndexPartitionDetailRecord.pmd
          The detailed description of the index view.
 



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