Package org.terracotta.management.sequence

Interface Summary
NodeIdSource  
Sequence SEQUENCE = TIMESTAMP + NODE_ID + SEQUENCE_ID
SequenceGenerator  
TimeSource  
 

Class Summary
BoundaryFlakeSequence  
BoundaryFlakeSequenceGenerator Sort of Boundary Flake, inspired by (and related docs): http://www.slideshare.net/davegardnerisme/unique-id-generation-in-distributed-systems https://github.com/mumrah/flake-java https://github.com/boundary/flake https://github.com/rholder/fauxflake https://github.com/hibernate/hibernate-orm/blob/master/hibernate-testing/src/main/java/org/hibernate/testing/cache/Timestamper.java For this implementation we will use:
NodeIdSource.Fixed  
TimeSource.Fixed  
 



Copyright © 2016. All Rights Reserved.