public class PersistentUuidGenerator extends Object implements IdGenerator
| Modifier and Type | Field and Description |
|---|---|
private static org.slf4j.Logger |
logger |
private File |
persistenceLocation |
| Constructor and Description |
|---|
PersistentUuidGenerator(File persistenceLocation) |
| Modifier and Type | Method and Description |
|---|---|
String |
generate()
Generate a random id
|
private String |
makeFile() |
private String |
readFile() |
private static final org.slf4j.Logger logger
private final File persistenceLocation
public PersistentUuidGenerator(File persistenceLocation)
public String generate()
IdGeneratorgenerate in interface IdGeneratorprivate String readFile()
private String makeFile()
Copyright © 2022 Apache NiFi Project. All rights reserved.