public class DataSlotDiffPublisherResult extends Object implements Serializable
| 构造器和说明 |
|---|
DataSlotDiffPublisherResult(boolean hasRemain,
Map<String,List<Publisher>> updatedPublishers,
Map<String,List<String>> removedPublishers) |
| 限定符和类型 | 方法和说明 |
|---|---|
Map<String,List<String>> |
getRemovedPublishers()
Getter method for property removedPublishers.
|
int |
getRemovedPublishersCount() |
ProcessId |
getSessionProcessId()
Getter method for property sessionProcessId.
|
long |
getSlotTableEpoch()
Getter method for property slotTableEpoch.
|
Map<String,List<Publisher>> |
getUpdatedPublishers()
Getter method for property updatedPublishers.
|
int |
getUpdatedPublishersCount() |
boolean |
isEmpty() |
boolean |
isHasRemain() |
void |
setSessionProcessId(ProcessId sessionProcessId)
Setter method for property sessionProcessId.
|
void |
setSlotTableEpoch(long slotTableEpoch)
Setter method for property slotTableEpoch.
|
Set<String> |
syncDataInfoIds() |
public boolean isHasRemain()
public long getSlotTableEpoch()
public void setSlotTableEpoch(long slotTableEpoch)
slotTableEpoch - value to be assigned to property slotTableEpochpublic Map<String,List<Publisher>> getUpdatedPublishers()
public Map<String,List<String>> getRemovedPublishers()
public int getRemovedPublishersCount()
public int getUpdatedPublishersCount()
public ProcessId getSessionProcessId()
public void setSessionProcessId(ProcessId sessionProcessId)
sessionProcessId - value to be assigned to property sessionProcessIdpublic boolean isEmpty()
Copyright © 2023 The Ant Financial. All rights reserved.