java.lang.Object
org.apache.jena.riot.lang.BlankNodeAllocatorHash
org.apache.jena.riot.lang.BlankNodeAllocatorFixedSeedHash
- All Implemented Interfaces:
BlankNodeAllocator
A variant of
BlankNodeAllocatorHash
where a fixed seed is used so
repeated runs produce identical allocations-
Constructor Summary
ConstructorDescriptionCreates a new allocator which will use a new random seed but that seed will remain fixedCreates a new allocator which will use a fixed seed -
Method Summary
Methods inherited from class org.apache.jena.riot.lang.BlankNodeAllocatorHash
alloc, create, reset
-
Constructor Details
-
BlankNodeAllocatorFixedSeedHash
public BlankNodeAllocatorFixedSeedHash()Creates a new allocator which will use a new random seed but that seed will remain fixed -
BlankNodeAllocatorFixedSeedHash
Creates a new allocator which will use a fixed seed
-