com.neeve.ods
Interface IStoreMember


public interface IStoreMember

Represents an ODS store member.

Threading:
A store member is safe for concurrent access by multiple threads.

Method Summary
 IStoreMemberReplicationStatus createReplicationStatus()
          Create a store member replication status object
 void fail(Throwable cause)
          Fail a store member
 String getName()
          Get the name of the member.
 

Method Detail

getName

String getName()
Get the name of the member.

Threading:
This method is safe for concurrent access by multiple threads.

createReplicationStatus

IStoreMemberReplicationStatus createReplicationStatus()
Create a store member replication status object


fail

void fail(Throwable cause)
Fail a store member

Parameters:
cause - The reason for the failure


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