Skip navigation links
B C D E G I S T V W 

B

br.com.brjdevs.java.snowflakes - package br.com.brjdevs.java.snowflakes
 
br.com.brjdevs.java.snowflakes.entities - package br.com.brjdevs.java.snowflakes.entities
 
br.com.brjdevs.java.snowflakes.entities.impl - package br.com.brjdevs.java.snowflakes.entities.impl
 
br.com.brjdevs.java.snowflakes.snow64 - package br.com.brjdevs.java.snowflakes.snow64
 
build() - Method in class br.com.brjdevs.java.snowflakes.entities.impl.ConfigBuilder
 
builder() - Static method in class br.com.brjdevs.java.snowflakes.Snowflakes
 
builder(Config) - Static method in class br.com.brjdevs.java.snowflakes.Snowflakes
 
builder(Snowflake) - Static method in class br.com.brjdevs.java.snowflakes.Snowflakes
 

C

Config - Interface in br.com.brjdevs.java.snowflakes.entities
 
config(long, long, long, long) - Static method in class br.com.brjdevs.java.snowflakes.Snowflakes
 
config(Snowflake) - Static method in class br.com.brjdevs.java.snowflakes.Snowflakes
 
ConfigBuilder - Class in br.com.brjdevs.java.snowflakes.entities.impl
 
ConfigBuilder() - Constructor for class br.com.brjdevs.java.snowflakes.entities.impl.ConfigBuilder
 
ConfigImpl - Class in br.com.brjdevs.java.snowflakes.entities.impl
 
ConfigImpl(long, long, long, long) - Constructor for class br.com.brjdevs.java.snowflakes.entities.impl.ConfigImpl
 
ConfigImpl.DatacenterImpl - Class in br.com.brjdevs.java.snowflakes.entities.impl
 
ConfigImpl.DatacenterImpl.WorkerImpl - Class in br.com.brjdevs.java.snowflakes.entities.impl
 
creationTime(long) - Method in interface br.com.brjdevs.java.snowflakes.entities.Config
 
creationTime(long) - Method in class br.com.brjdevs.java.snowflakes.entities.impl.ConfigImpl
 
creationTimeMillis(long) - Method in interface br.com.brjdevs.java.snowflakes.entities.Config
 
creationTimeMillis(long) - Method in class br.com.brjdevs.java.snowflakes.entities.impl.ConfigImpl
 

D

datacenter(long) - Method in interface br.com.brjdevs.java.snowflakes.entities.Config
 
Datacenter - Interface in br.com.brjdevs.java.snowflakes.entities
 
datacenter(long) - Method in class br.com.brjdevs.java.snowflakes.entities.impl.ConfigImpl
 
datacenter() - Method in class br.com.brjdevs.java.snowflakes.entities.impl.ConfigImpl.DatacenterImpl.WorkerImpl
 
datacenter() - Method in interface br.com.brjdevs.java.snowflakes.entities.Worker
 
datacenterBits() - Method in interface br.com.brjdevs.java.snowflakes.entities.Config
 
datacenterBits() - Method in class br.com.brjdevs.java.snowflakes.entities.impl.ConfigImpl
 
datacenterIdBits(long) - Method in class br.com.brjdevs.java.snowflakes.entities.impl.ConfigBuilder
 
DISCORD_FACTORY - Static variable in class br.com.brjdevs.java.snowflakes.Snowflakes
 

E

epoch() - Method in interface br.com.brjdevs.java.snowflakes.entities.Config
 
epoch(long) - Method in class br.com.brjdevs.java.snowflakes.entities.impl.ConfigBuilder
 
epoch() - Method in class br.com.brjdevs.java.snowflakes.entities.impl.ConfigImpl
 
expirationDate() - Method in interface br.com.brjdevs.java.snowflakes.entities.Config
Returns the day that this config set-up can't generate Snowflakes anymore due to it overflowing the Bits#TIMESTAMP bits.
expirationDate() - Method in class br.com.brjdevs.java.snowflakes.entities.impl.ConfigImpl
 
expirationDateMillis() - Method in interface br.com.brjdevs.java.snowflakes.entities.Config
Returns the day that this config set-up can't generate Snowflakes anymore due to it overflowing the Bits#TIMESTAMP bits.
expirationDateMillis() - Method in class br.com.brjdevs.java.snowflakes.entities.impl.ConfigImpl
 

G

generate() - Method in class br.com.brjdevs.java.snowflakes.entities.impl.ConfigImpl.DatacenterImpl.WorkerImpl
 
generate() - Method in interface br.com.brjdevs.java.snowflakes.entities.Worker
 
getCreationTime() - Method in interface br.com.brjdevs.java.snowflakes.ISnowflake
The time this entity was created.
getDatacenterId() - Method in class br.com.brjdevs.java.snowflakes.entities.impl.ConfigImpl.DatacenterImpl.WorkerImpl
 
getId() - Method in interface br.com.brjdevs.java.snowflakes.ISnowflake
The Snowflake id of this entity.
getSetup() - Method in interface br.com.brjdevs.java.snowflakes.ISnowflake
The Setup that made this Snowflake.
getWorkerId() - Method in class br.com.brjdevs.java.snowflakes.entities.impl.ConfigImpl.DatacenterImpl.WorkerImpl
 
GITHUB - Static variable in class br.com.brjdevs.java.snowflakes.SnowflakesInfo
The GitHub link to the project

I

id() - Method in interface br.com.brjdevs.java.snowflakes.entities.Datacenter
 
id() - Method in class br.com.brjdevs.java.snowflakes.entities.impl.ConfigImpl.DatacenterImpl
 
id() - Method in class br.com.brjdevs.java.snowflakes.entities.impl.ConfigImpl.DatacenterImpl.WorkerImpl
 
id() - Method in interface br.com.brjdevs.java.snowflakes.entities.Worker
 
ISnowflake - Interface in br.com.brjdevs.java.snowflakes
Marks a snowflake entity.

S

sequenceBits() - Method in interface br.com.brjdevs.java.snowflakes.entities.Config
 
sequenceBits(long) - Method in class br.com.brjdevs.java.snowflakes.entities.impl.ConfigBuilder
 
sequenceBits() - Method in class br.com.brjdevs.java.snowflakes.entities.impl.ConfigImpl
 
setup() - Method in interface br.com.brjdevs.java.snowflakes.entities.Datacenter
 
setup() - Method in class br.com.brjdevs.java.snowflakes.entities.impl.ConfigImpl.DatacenterImpl
 
setup() - Method in class br.com.brjdevs.java.snowflakes.entities.impl.ConfigImpl.DatacenterImpl.WorkerImpl
 
setup() - Method in interface br.com.brjdevs.java.snowflakes.entities.Worker
 
Snow64Converter - Class in br.com.brjdevs.java.snowflakes.snow64
Snow64 is a variant of a Snowflake
Snow64Converter() - Constructor for class br.com.brjdevs.java.snowflakes.snow64.Snow64Converter
 
Snowflake - Annotation Type in br.com.brjdevs.java.snowflakes
Snowflakes is a time-based ID generation, originally created by Twitter.
Snowflakes - Class in br.com.brjdevs.java.snowflakes
 
Snowflakes() - Constructor for class br.com.brjdevs.java.snowflakes.Snowflakes
 
SnowflakesInfo - Class in br.com.brjdevs.java.snowflakes
Contains information to this specific build of Snowflakes library.
SnowflakesInfo() - Constructor for class br.com.brjdevs.java.snowflakes.SnowflakesInfo
 

T

timeRemaining() - Method in interface br.com.brjdevs.java.snowflakes.entities.Config
Gives how much time until this config expire.
timeRemaining() - Method in class br.com.brjdevs.java.snowflakes.entities.impl.ConfigImpl
 
timestampBits() - Method in interface br.com.brjdevs.java.snowflakes.entities.Config
 
timestampBits() - Method in class br.com.brjdevs.java.snowflakes.entities.impl.ConfigImpl
 
toSnow64(long) - Static method in class br.com.brjdevs.java.snowflakes.snow64.Snow64Converter
 
toSnowflake(String) - Static method in class br.com.brjdevs.java.snowflakes.snow64.Snow64Converter
 
toString() - Method in class br.com.brjdevs.java.snowflakes.entities.impl.ConfigImpl
 
TWITTER_FACTORY - Static variable in class br.com.brjdevs.java.snowflakes.Snowflakes
 

V

valid() - Method in interface br.com.brjdevs.java.snowflakes.entities.Config
Returns if this config can still generate Snowflakes.
valid() - Method in class br.com.brjdevs.java.snowflakes.entities.impl.ConfigImpl
 
VERSION - Static variable in class br.com.brjdevs.java.snowflakes.SnowflakesInfo
The version of the current library
VERSION_BUILD - Static variable in class br.com.brjdevs.java.snowflakes.SnowflakesInfo
 
VERSION_MAJOR - Static variable in class br.com.brjdevs.java.snowflakes.SnowflakesInfo
 
VERSION_MINOR - Static variable in class br.com.brjdevs.java.snowflakes.SnowflakesInfo
 
VERSION_REVISION - Static variable in class br.com.brjdevs.java.snowflakes.SnowflakesInfo
 

W

worker(long, long) - Method in interface br.com.brjdevs.java.snowflakes.entities.Config
 
worker(long) - Method in interface br.com.brjdevs.java.snowflakes.entities.Datacenter
 
worker(long) - Method in class br.com.brjdevs.java.snowflakes.entities.impl.ConfigImpl.DatacenterImpl
 
worker(long, long) - Method in class br.com.brjdevs.java.snowflakes.entities.impl.ConfigImpl
 
Worker - Interface in br.com.brjdevs.java.snowflakes.entities
 
workerBits() - Method in interface br.com.brjdevs.java.snowflakes.entities.Config
 
workerBits() - Method in class br.com.brjdevs.java.snowflakes.entities.impl.ConfigImpl
 
workerIdBits(long) - Method in class br.com.brjdevs.java.snowflakes.entities.impl.ConfigBuilder
 
WorkerImpl(long) - Constructor for class br.com.brjdevs.java.snowflakes.entities.impl.ConfigImpl.DatacenterImpl.WorkerImpl
 
B C D E G I S T V W 
Skip navigation links