public static final class SnapshotJoiner.JoinType
extends java.lang.Enum
Modifier and Type | Field and Description |
---|---|
static SnapshotJoiner.JoinType |
FULL_OUTER |
static SnapshotJoiner.JoinType |
INNER |
static SnapshotJoiner.JoinType |
LEFT_OUTER |
static SnapshotJoiner.JoinType |
RIGHT_OUTER |
Modifier and Type | Method and Description |
---|---|
static SnapshotJoiner.JoinType |
valueOf(java.lang.String name) |
static SnapshotJoiner.JoinType[] |
values() |
public static final SnapshotJoiner.JoinType INNER
public static final SnapshotJoiner.JoinType LEFT_OUTER
public static final SnapshotJoiner.JoinType RIGHT_OUTER
public static final SnapshotJoiner.JoinType FULL_OUTER
public static SnapshotJoiner.JoinType[] values()
public static SnapshotJoiner.JoinType valueOf(java.lang.String name)
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.