Uses of Class
com.github.f4b6a3.uuid.factory.standard.TimeOrderedEpochFactory.Builder
-
Packages that use TimeOrderedEpochFactory.Builder Package Description com.github.f4b6a3.uuid.factory.standard -
-
Uses of TimeOrderedEpochFactory.Builder in com.github.f4b6a3.uuid.factory.standard
Methods in com.github.f4b6a3.uuid.factory.standard that return TimeOrderedEpochFactory.Builder Modifier and Type Method Description static TimeOrderedEpochFactory.BuilderTimeOrderedEpochFactory. builder()Returns a builder of Unix epoch time-ordered factory.TimeOrderedEpochFactory.BuilderTimeOrderedEpochFactory.Builder. withIncrementPlus1()Set the increment type to PLUS 1.TimeOrderedEpochFactory.BuilderTimeOrderedEpochFactory.Builder. withIncrementPlusN()Set the increment type to PLUS N.TimeOrderedEpochFactory.BuilderTimeOrderedEpochFactory.Builder. withIncrementPlusN(long incrementMax)Set the increment type to PLUS N and set the max increment.
-