Class FlakeIdHazelcastImpl

  • All Implemented Interfaces:
    pro.fessional.wings.faceless.service.flakeid.FlakeIdService

    
    public class FlakeIdHazelcastImpl
     implements FlakeIdService
                        
    Since:

    2022-02-24

    Author:

    trydofor

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
      FlakeIdHazelcastImpl(HazelcastInstance hazelcastInstance)
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      long getId(@NotNull() String name)
      • Methods inherited from class pro.fessional.wings.faceless.service.flakeid.FlakeIdService

        getId
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • FlakeIdHazelcastImpl

        FlakeIdHazelcastImpl(HazelcastInstance hazelcastInstance)