com.neeve.ods
Interface IStoreJournallingWriter

All Superinterfaces:
IStoreWriter
All Known Subinterfaces:
IStoreJournallingPersister, IStorePersister, IStoreSender
All Known Implementing Classes:
RogLog, com.neeve.ods.impl.StorePacketJournaller

public interface IStoreJournallingWriter
extends IStoreWriter

Represents a journalling store writer.

Threading:
A writer is not safe for concurrent access by multiple threads.

Nested Class Summary
static class IStoreJournallingWriter.JournallingParameters
          Contains journalling parameters
static interface IStoreJournallingWriter.LogCounters
          Holds journal log related counters.
 
Method Summary
 IStoreJournallingWriter.JournallingParameters getJournallingParameters()
          Get a journalling writer's operating parameters
 
Methods inherited from interface com.neeve.ods.IStoreWriter
commit, isShared, onRoleChange, recordPersisterMetadata, recordPut, recordRemove, recordSend, recordUpdate, sync
 

Method Detail

getJournallingParameters

IStoreJournallingWriter.JournallingParameters getJournallingParameters()
Get a journalling writer's operating parameters



Copyright © 2015 Neeve Research, LLC. All Rights Reserved.