- serialize(Suid, JsonGenerator, SerializerProvider) - Method in class ws.suid.Suid.Serializer
-
- Serializer() - Constructor for class ws.suid.Suid.Serializer
-
- SHARDSIZE - Static variable in class ws.suid.Suid
-
The number of shards available
- subSequence(int, int) - Method in class ws.suid.Suid
- Suid - Class in ws.suid
-
Stores a 53-bit service-unique ID in a 64-bit long.
- Suid(String) - Constructor for class ws.suid.Suid
-
Creates a suid based on the given string value.
- Suid(long) - Constructor for class ws.suid.Suid
-
Creates a suid based on the given long value.
- Suid(long, byte, byte) - Constructor for class ws.suid.Suid
-
Creates a suid based on the given block, id and shard constituent parts.
- Suid.Deserializer - Class in ws.suid
-
Deserializes from JSON
- Suid.Serializer - Class in ws.suid
-
Serializes to JSON
- Suid.SuidConverter - Class in ws.suid
-
Converts Suid to/from it's database representation.
- SuidConverter() - Constructor for class ws.suid.Suid.SuidConverter
-
- SuidRecord - Class in ws.suid
-
Stores data about issued Suid ID blocks.
- SuidRecord() - Constructor for class ws.suid.SuidRecord
-
- SuidRecord(Byte) - Constructor for class ws.suid.SuidRecord
-
- SuidService - Class in ws.suid
-
Service that fetches suid ID blocks from the database.
- SuidService() - Constructor for class ws.suid.SuidService
-
- SuidServlet - Class in ws.suid
-
Listens for incoming requests for suid blocks and delegates them to the SuidService.
- SuidServlet() - Constructor for class ws.suid.SuidServlet
-
Empty constructor, does nothing.