public class DataSlotDiffDigestRequest extends Object implements Serializable
| 构造器和说明 |
|---|
DataSlotDiffDigestRequest(String localDataCenter,
long slotTableEpoch,
int slotId,
long slotLeaderEpoch,
Map<String,DatumDigest> datumDigest,
SyncSlotAcceptorManager acceptorManager) |
| 限定符和类型 | 方法和说明 |
|---|---|
static DataSlotDiffDigestRequest |
buildRequest(String localDataCenter,
long slotTableEpoch,
int slotId,
long slotLeaderEpoch,
Map<String,DatumDigest> datumDigest,
SyncSlotAcceptorManager acceptorManager) |
SyncSlotAcceptorManager |
getAcceptorManager()
Getter method for property acceptorManager.
|
Map<String,DatumDigest> |
getDatumDigest() |
String |
getLocalDataCenter()
Getter method for property localDataCenter.
|
int |
getSlotId()
Getter method for property slotId.
|
long |
getSlotLeaderEpoch()
Getter method for property slotLeaderEpoch.
|
long |
getSlotTableEpoch()
Getter method for property slotTableEpoch.
|
String |
toString() |
public DataSlotDiffDigestRequest(String localDataCenter, long slotTableEpoch, int slotId, long slotLeaderEpoch, Map<String,DatumDigest> datumDigest, SyncSlotAcceptorManager acceptorManager)
public static DataSlotDiffDigestRequest buildRequest(String localDataCenter, long slotTableEpoch, int slotId, long slotLeaderEpoch, Map<String,DatumDigest> datumDigest, SyncSlotAcceptorManager acceptorManager)
public int getSlotId()
public long getSlotLeaderEpoch()
public long getSlotTableEpoch()
public Map<String,DatumDigest> getDatumDigest()
public SyncSlotAcceptorManager getAcceptorManager()
public String getLocalDataCenter()
Copyright © 2023 The Ant Financial. All rights reserved.