| 程序包 | 说明 |
|---|---|
| com.alipay.sofa.registry.common.model.metaserver.inter.heartbeat | |
| com.alipay.sofa.registry.common.model.multi.cluster | |
| com.alipay.sofa.registry.common.model.slot |
| 限定符和类型 | 方法和说明 |
|---|---|
SlotTable |
BaseHeartBeatResponse.getSlotTable() |
SlotTable |
HeartbeatRequest.getSlotTable()
Gets get slot table.
|
| 限定符和类型 | 方法和说明 |
|---|---|
HeartbeatRequest<T> |
HeartbeatRequest.setSlotTable(SlotTable slotTable)
Sets set slot table.
|
| 构造器和说明 |
|---|
BaseHeartBeatResponse(boolean heartbeatOnLeader,
VersionedList<MetaNode> metaNodes,
SlotTable slotTable,
String metaLeader,
long metaLeaderEpoch) |
BaseHeartBeatResponse(boolean heartbeatOnLeader,
VersionedList<MetaNode> metaNodes,
SlotTable slotTable,
VersionedList<SessionNode> sessionNodes,
String metaLeader,
long metaLeaderEpoch,
Map<String,RemoteSlotTableStatus> remoteSlotTableStatus) |
| 限定符和类型 | 方法和说明 |
|---|---|
SlotTable |
RemoteSlotTableStatus.getSlotTable()
Getter method for property slotTable.
|
| 限定符和类型 | 方法和说明 |
|---|---|
static RemoteSlotTableStatus |
RemoteSlotTableStatus.conflict(SlotTable slotTable) |
static RemoteSlotTableStatus |
RemoteSlotTableStatus.upgrade(SlotTable slotTable,
DataCenterMetadata dataCenterMetadata) |
| 构造器和说明 |
|---|
RemoteSlotTableStatus(long slotTableEpoch,
boolean slotTableUpgrade,
boolean slotTableEpochConflict,
SlotTable slotTable,
DataCenterMetadata dataCenterMetadata) |
| 限定符和类型 | 字段和说明 |
|---|---|
static SlotTable |
SlotTable.INIT |
| 限定符和类型 | 方法和说明 |
|---|---|
SlotTable |
SlotTable.SlotTableBuilder.build() |
SlotTable |
SlotTable.filter(Set<Integer> slotIds) |
SlotTable |
SlotTable.filter(String ip) |
SlotTable |
SlotTable.filterLeaderInfo() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
SlotTable.assertSlotLessThan(SlotTable slotTable) |
Copyright © 2023 The Ant Financial. All rights reserved.