public abstract class AbstractDLedgerServer extends Object implements DLedgerProtocolHandler
| Constructor and Description |
|---|
AbstractDLedgerServer() |
| Modifier and Type | Method and Description |
|---|---|
abstract String |
getListenAddress() |
abstract String |
getPeerAddr(String groupId,
String selfId) |
abstract org.apache.rocketmq.remoting.netty.NettyRemotingClient |
getRemotingClient() |
abstract org.apache.rocketmq.remoting.netty.NettyRemotingServer |
getRemotingServer() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waithandleHeartBeat, handlePull, handlePush, handleVotehandleAppend, handleGet, handleLeadershipTransfer, handleMetadatapublic abstract String getListenAddress()
public abstract org.apache.rocketmq.remoting.netty.NettyRemotingServer getRemotingServer()
public abstract org.apache.rocketmq.remoting.netty.NettyRemotingClient getRemotingClient()
Copyright © 2023. All rights reserved.