Interface NodeId.IdFactory

    • Method Summary

      All Methods Instance Methods Abstract Methods Default Methods 
      Modifier and Type Method Description
      java.io.Serializable fromString​(java.lang.String value)  
      java.io.Serializable newId()  
      default java.io.Serializable newId​(java.io.Serializable name)
      Override this in other factories to be able to specify something other than UUID, based on the passed name
    • Method Detail

      • newId

        java.io.Serializable newId()
      • newId

        default java.io.Serializable newId​(java.io.Serializable name)
        Override this in other factories to be able to specify something other than UUID, based on the passed name
      • fromString

        java.io.Serializable fromString​(java.lang.String value)