public class UUID5 extends RecordPathSegment
| Modifier and Type | Field and Description |
|---|---|
private static Object |
EMPTY_UUID |
private RecordPathSegment |
nameSegment |
private RecordPathSegment |
recordPath |
| Constructor and Description |
|---|
UUID5(RecordPathSegment recordPath,
RecordPathSegment nameSegment,
boolean absolute) |
| Modifier and Type | Method and Description |
|---|---|
Stream<FieldValue> |
evaluate(RecordPathEvaluationContext context) |
private Optional<String> |
getName(RecordPathEvaluationContext context) |
equals, evaluate, evaluate, getPath, hashCode, isAbsolute, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitcompileprivate static final Object EMPTY_UUID
private final RecordPathSegment recordPath
private final RecordPathSegment nameSegment
public UUID5(RecordPathSegment recordPath, RecordPathSegment nameSegment, boolean absolute)
public Stream<FieldValue> evaluate(RecordPathEvaluationContext context)
evaluate in class RecordPathSegmentprivate Optional<String> getName(RecordPathEvaluationContext context)
Copyright © 2023 Apache NiFi Project. All rights reserved.