public class DistroRecordsHolder
extends java.lang.Object
| 限定符和类型 | 字段和说明 |
|---|---|
private java.util.concurrent.ConcurrentMap<java.lang.String,DistroRecord> |
distroRecords |
private static DistroRecordsHolder |
INSTANCE |
| 限定符 | 构造器和说明 |
|---|---|
private |
DistroRecordsHolder() |
| 限定符和类型 | 方法和说明 |
|---|---|
long |
getFailedSyncCount() |
int |
getFailedVerifyCount() |
static DistroRecordsHolder |
getInstance() |
DistroRecord |
getRecord(java.lang.String type) |
java.util.Optional<DistroRecord> |
getRecordIfExist(java.lang.String type) |
long |
getSuccessfulSyncCount() |
long |
getTotalSyncCount() |
private static final DistroRecordsHolder INSTANCE
private final java.util.concurrent.ConcurrentMap<java.lang.String,DistroRecord> distroRecords
public static DistroRecordsHolder getInstance()
public java.util.Optional<DistroRecord> getRecordIfExist(java.lang.String type)
public DistroRecord getRecord(java.lang.String type)
public long getTotalSyncCount()
public long getSuccessfulSyncCount()
public long getFailedSyncCount()
public int getFailedVerifyCount()
Copyright © 2018–2022 Alibaba Group. All rights reserved.