Uses of Interface
com.bigdata.mdi.IResourceMetadata

Packages that use IResourceMetadata
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.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.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.ndx   
 

Uses of IResourceMetadata in com.bigdata.btree
 

Methods in com.bigdata.btree that return IResourceMetadata
 IResourceMetadata[] ReadOnlyIndex.getResourceMetadata()
          IResourceMetadata[] is cloned to disallow modification (the IResourceMetadata instances in the array are all dynamically created so changes to them do not propagate back to the index).
 IResourceMetadata[] AbstractBTree.getResourceMetadata()
           
 IResourceMetadata[] UnisolatedReadWriteIndex.getResourceMetadata()
           
 IResourceMetadata[] ReadCommittedView.getResourceMetadata()
           
 IResourceMetadata[] IIndex.getResourceMetadata()
          The description of the resources comprising the index view.
 IResourceMetadata[] DelegateIndex.getResourceMetadata()
           
 IResourceMetadata IndexSegmentStore.getResourceMetadata()
           
 IResourceMetadata IndexSegmentBuilder.getSegmentMetadata()
          The description of the constructed IndexSegment resource.
 IResourceMetadata[] ResultSet.getSources()
          Return the ordered array of sources from which the iterator read and the ResultSet was populated.
 

Uses of IResourceMetadata in com.bigdata.btree.view
 

Methods in com.bigdata.btree.view that return IResourceMetadata
 IResourceMetadata[] FusedView.getResourceMetadata()
           
 

Uses of IResourceMetadata in com.bigdata.journal
 

Methods in com.bigdata.journal that return IResourceMetadata
 IResourceMetadata JournalDelegate.getResourceMetadata()
           
 IResourceMetadata AbstractJournal.getResourceMetadata()
           
 IResourceMetadata AbstractBufferStrategy.getResourceMetadata()
          Not supported - this is available on the AbstractJournal.
 IResourceMetadata RWStrategy.getResourceMetadata()
          Not supported - this is available on the AbstractJournal.
 IResourceMetadata TemporaryRawStore.getResourceMetadata()
          Note: Temporary stores do not have persistent resource descriptions.
 

Uses of IResourceMetadata in com.bigdata.mdi
 

Classes in com.bigdata.mdi that implement IResourceMetadata
 class AbstractResourceMetadata
          Base class for IResourceMetadata implementations.
 class JournalMetadata
          Metadata required to locate a Journal resource.
 class SegmentMetadata
          Metadata for a single IndexSegment.
 

Methods in com.bigdata.mdi that return IResourceMetadata
 IResourceMetadata[] LocalPartitionMetadata.getResources()
          Description of the resources required to materialize a view of the index partition (optional, but required for a BTree).
 

Methods in com.bigdata.mdi with parameters of type IResourceMetadata
 boolean IResourceMetadata.equals(IResourceMetadata o)
          Compares two resource metadata objects for consistent state.
 boolean AbstractResourceMetadata.equals(IResourceMetadata o)
          Compares two resource metadata objects for consistent state.
 

Constructors in com.bigdata.mdi with parameters of type IResourceMetadata
LocalPartitionMetadata(int partitionId, int sourcePartitionId, byte[] leftSeparatorKey, byte[] rightSeparatorKey, IResourceMetadata[] resources, IndexPartitionCause cause)
           
 

Uses of IResourceMetadata in com.bigdata.rawstore
 

Classes in com.bigdata.rawstore that implement IResourceMetadata
 class TransientResourceMetadata
          Static class since must be Serializable.
 

Methods in com.bigdata.rawstore that return IResourceMetadata
 IResourceMetadata SimpleMemoryRawStore.getResourceMetadata()
           
 IResourceMetadata IRawStore.getResourceMetadata()
          A description of this store in support of the scale-out architecture.
 

Methods in com.bigdata.rawstore with parameters of type IResourceMetadata
 boolean TransientResourceMetadata.equals(IResourceMetadata o)
           
 

Uses of IResourceMetadata in com.bigdata.resources
 

Fields in com.bigdata.resources declared as IResourceMetadata
 IResourceMetadata[] BuildResult.sources
          The sources in the view from which the IndexSegment was built.
 

Methods in com.bigdata.resources that return IResourceMetadata
protected  IResourceMetadata[] IncrementalBuildTask.AtomicUpdateIncrementalBuildTask.doTask()
           Atomic update.
 

Methods in com.bigdata.resources with parameters of type IResourceMetadata
protected  void StoreManager.addResource(IResourceMetadata resourceMetadata, File file)
          Notify the resource manager of a new resource.
 

Uses of IResourceMetadata in com.bigdata.rwstore.sector
 

Methods in com.bigdata.rwstore.sector that return IResourceMetadata
 IResourceMetadata MemStore.getResourceMetadata()
           
 

Uses of IResourceMetadata in com.bigdata.service
 

Methods in com.bigdata.service with parameters of type IResourceMetadata
 IBlock DataService.readBlock(IResourceMetadata resource, long addr)
           
 IBlock IDataService.readBlock(IResourceMetadata resource, long addr)
          Read a low-level record from the described IRawStore described by the IResourceMetadata.
 

Uses of IResourceMetadata in com.bigdata.service.ndx
 

Methods in com.bigdata.service.ndx that return IResourceMetadata
 IResourceMetadata[] ClientIndexView.getResourceMetadata()
          This operation is not supported - the resource description of a scale-out index would include all "live" resources in the corresponding MetadataIndex.
 IResourceMetadata[] AbstractScaleOutClientIndexView.getResourceMetadata()
          This operation is not supported - the resource description of a scale-out index would include all "live" resources in the corresponding MetadataIndex.
 



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