com.bigdata.journal
Interface IJournal
- All Superinterfaces:
- IAddressManager, IAtomicStore, IBTreeManager, IIndexManager, IIndexStore, IMRMW, IMROW, IRawStore, IStoreSerializer
- All Known Implementing Classes:
- AbstractJournal, Journal, StoreManager.ManagedJournal
public interface IJournal
- extends IMRMW, IAtomicStore, IBTreeManager
An append-only persistence capable data structure supporting atomic commit,
scalable named indices, and transactions. Writes are logically appended to
the journal to minimize disk head movement.
- Version:
- $Id: IJournal.java 2265 2009-10-26 12:51:06Z thompsonbry $
- Author:
- Bryan Thompson
| Methods inherited from interface com.bigdata.rawstore.IRawStore |
close, deleteResources, destroy, force, getCounters, getFile, getResourceMetadata, getUUID, isFullyBuffered, isOpen, isReadOnly, isStable, read, size, write |
getProperties
Properties getProperties()
- A copy of the properties used to initialize this journal.
shutdown
void shutdown()
- Shutdown the journal politely. Scheduled operations will run to
completion, but no new operations will be scheduled.
shutdownNow
void shutdownNow()
- Immediate shutdown.
Copyright © 2006-2009 SYSTAP, LLC. All Rights Reserved.