Uses of Class
com.bigdata.mdi.JournalMetadata

Packages that use JournalMetadata
com.bigdata.resources This package provides the logic to managed the live journal and the historical journals and index segments for a DataService
 

Uses of JournalMetadata in com.bigdata.resources
 

Methods in com.bigdata.resources that return JournalMetadata
 JournalMetadata JournalIndex.find(long timestamp)
          Return the JournalMetadata identifying the journal having the largest createTime that is less than or equal to the given timestamp.
 JournalMetadata JournalIndex.findNext(long timestamp)
          Find the first journal whose createTime is strictly greater than the timestamp.
 

Methods in com.bigdata.resources with parameters of type JournalMetadata
 void JournalIndex.add(JournalMetadata resourceMetadata)
          Add an entry under the commitTime associated with the JournalMetadata record.
 



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