Class SegmentIdProperties
java.lang.Object
me.ahoo.cosid.spring.boot.starter.segment.SegmentIdProperties
SegmentId Properties.
- 
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classstatic classstatic enumstatic class - 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptiongetChain()getMode()getShare()longgetTtl()booleanvoidvoidsetDistributor(SegmentIdProperties.Distributor distributor) voidsetEnabled(boolean enabled) voidvoidsetProvider(Map<String, SegmentIdProperties.IdDefinition> provider) voidvoidsetTtl(long ttl)  
- 
Field Details
- 
PREFIX
- See Also:
 
 
 - 
 - 
Constructor Details
- 
SegmentIdProperties
public SegmentIdProperties() 
 - 
 - 
Method Details
- 
isEnabled
public boolean isEnabled() - 
setEnabled
public void setEnabled(boolean enabled)  - 
getMode
 - 
setMode
 - 
getTtl
public long getTtl() - 
setTtl
public void setTtl(long ttl)  - 
getDistributor
 - 
setDistributor
 - 
getChain
 - 
setChain
 - 
getProvider
 - 
setProvider
 
 -