com.neeve.ods
Interface IStoreSender

All Superinterfaces:
IStoreJournallingWriter, IStoreWriter

public interface IStoreSender
extends IStoreJournallingWriter

Represents an store ICR sender.

This interface defines an ICR store sender. ICR senders are used to replicate store contents to a peer cluster

Threading:
An ICR sender is not safe for concurrent access by multiple threads.

Nested Class Summary
 
Nested classes/interfaces inherited from interface com.neeve.ods.IStoreJournallingWriter
IStoreJournallingWriter.JournallingParameters, IStoreJournallingWriter.LogCounters
 
Method Summary
 IStoreSenderStats getStats()
          Gets an ICR sender's stats.
 
Methods inherited from interface com.neeve.ods.IStoreJournallingWriter
getJournallingParameters
 
Methods inherited from interface com.neeve.ods.IStoreWriter
commit, isShared, onRoleChange, recordPersisterMetadata, recordPut, recordRemove, recordSend, recordUpdate, sync
 

Method Detail

getStats

IStoreSenderStats getStats()
Gets an ICR sender's stats.



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