public enum CouchbaseAttributes extends Enum<CouchbaseAttributes> implements org.apache.nifi.flowfile.attributes.FlowFileAttributeKey
| Enum Constant and Description |
|---|
Bucket
A related bucket name.
|
Cas
The CAS value of a related document.
|
Cluster
A reference to the related cluster.
|
DocId
The id of a related document.
|
Exception
The thrown CouchbaseException class.
|
Expiry
The expiration of a related document.
|
| Modifier and Type | Method and Description |
|---|---|
String |
key() |
static CouchbaseAttributes |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CouchbaseAttributes[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CouchbaseAttributes Cluster
public static final CouchbaseAttributes Bucket
public static final CouchbaseAttributes DocId
public static final CouchbaseAttributes Cas
public static final CouchbaseAttributes Expiry
public static final CouchbaseAttributes Exception
private final String key
public static CouchbaseAttributes[] values()
for (CouchbaseAttributes c : CouchbaseAttributes.values()) System.out.println(c);
public static CouchbaseAttributes valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String key()
key in interface org.apache.nifi.flowfile.attributes.FlowFileAttributeKeyCopyright © 2017 Apache NiFi Project. All rights reserved.