public class SequencerHandler extends Object implements IClient, IHandler<SequencerClient>
Created by zlokhandwala on 2/20/18.
Modifier and Type | Field and Description |
---|---|
ClientMsgHandler |
msgHandler
The handler and handlers which implement this client.
|
Constructor and Description |
---|
SequencerHandler() |
Modifier and Type | Method and Description |
---|---|
SequencerClient |
getClient(long epoch)
Fetches the sender client.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getHandledTypes, getMsgHandler, getRouter, handleMessage, setRouter
public ClientMsgHandler msgHandler
public SequencerClient getClient(long epoch)
IHandler
getClient
in interface IHandler<SequencerClient>
epoch
- Epoch to stamp the sender client with.Copyright © 2019 CorfuDB. All rights reserved.