This project has retired. For details please refer to its
Attic page.
IDMaker (REEF 0.14.0 API)
-
-
Constructor Summary
Constructors
Constructor and Description |
IDMaker(String prefix)
The ids generated by getNextID are of the form "prefixNUMBER", where
number is counted up.
|
-
-
Constructor Detail
-
IDMaker
public IDMaker(String prefix)
The ids generated by getNextID are of the form "prefixNUMBER", where
number is counted up.
- Parameters:
prefix
- a prefix to be used for the IDs generated.
Copyright © 2016 The Apache Software Foundation. All rights reserved.