@ConfigurationProperties(prefix="uuid.snowflake") public class SnowflakeProperties extends Object
| 构造器和说明 |
|---|
SnowflakeProperties() |
| 限定符和类型 | 方法和说明 |
|---|---|
int |
getBase() |
long |
getDataCenterId() |
long |
getEpoch() |
UUIDType |
getUuidType() |
long |
getWorkerId() |
void |
setBase(int base) |
void |
setDataCenterId(long dataCenterId) |
void |
setEpoch(long epoch) |
void |
setUuidType(UUIDType uuidType) |
void |
setWorkerId(long workerId) |
public long getWorkerId()
public void setWorkerId(long workerId)
public long getDataCenterId()
public void setDataCenterId(long dataCenterId)
public long getEpoch()
public void setEpoch(long epoch)
public int getBase()
public void setBase(int base)
public UUIDType getUuidType()
public void setUuidType(UUIDType uuidType)
Copyright © 2019. All rights reserved.