TSID.Factory |
TSID.Factory.Builder.build() |
Returns a build TSID factory.
|
static TSID.Factory |
TSID.Factory.newInstance1024() |
Returns a new factory for up to 1024 nodes and 4096 ID/ms.
|
static TSID.Factory |
TSID.Factory.newInstance1024(int node) |
Returns a new factory for up to 1024 nodes and 4096 ID/ms.
|
static TSID.Factory |
TSID.Factory.newInstance256() |
Returns a new factory for up to 256 nodes and 16384 ID/ms.
|
static TSID.Factory |
TSID.Factory.newInstance256(int node) |
Returns a new factory for up to 256 nodes and 16384 ID/ms.
|
static TSID.Factory |
TSID.Factory.newInstance4096() |
Returns a new factory for up to 4096 nodes and 1024 ID/ms.
|
static TSID.Factory |
TSID.Factory.newInstance4096(int node) |
Returns a new factory for up to 4096 nodes and 1024 ID/ms.
|