Class AnalyticsLinkType
- java.lang.Object
-
- com.couchbase.client.java.manager.analytics.link.AnalyticsLinkType
-
public class AnalyticsLinkType extends Object
Describes the analytics external link types.
-
-
Field Summary
Fields Modifier and Type Field Description static AnalyticsLinkTypeCOUCHBASE_REMOTECouchbase remote cluster link.static AnalyticsLinkTypeS3_EXTERNALS3 external link.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AnalyticsLinkTypeof(String wireName)Creates a new type out of the wire representation.StringtoString()StringwireName()
-
-
-
Field Detail
-
S3_EXTERNAL
public static final AnalyticsLinkType S3_EXTERNAL
S3 external link.
-
COUCHBASE_REMOTE
public static final AnalyticsLinkType COUCHBASE_REMOTE
Couchbase remote cluster link.
-
-
Method Detail
-
of
@Internal public static AnalyticsLinkType of(String wireName)
Creates a new type out of the wire representation.- Parameters:
wireName- (nullable) the name on the wire- Returns:
- the created link type (or unknown if not known).
-
wireName
public String wireName()
-
-