Interface SNodeIdFactory
-
public interface SNodeIdFactory
Factories that create SNodeId. They are registered through PersistenceFacade and associated with node id types.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SNodeId
create(String text)
Given a serialized representation (without a type+colon prefix), creates an Immutable class.
-