@Generated(value="OracleSDKGenerator", comments="API Version: 20181201") public final class ShuffleFormatEntry extends FormatEntry
The Shuffle masking format randomly shuffles values within a column. It can also be used to
shuffle column data within discrete units, or groups, where there is a relationship among the
members of each group. To learn more, check Shuffle in the Data Safe documentation. The Shuffle
masking format randomly shuffles values within a column. It can also be used to shuffle column
data within discrete units, or groups, where there is a relationship among the members of each
group. To learn more, check Shuffle in the Data Safe documentation.
Note: Objects should always be created or deserialized using the ShuffleFormatEntry.Builder
. This model
distinguishes fields that are null
because they are unset from fields that are explicitly
set to null
. This is done in the setter methods of the ShuffleFormatEntry.Builder
, which maintain a
set of all explicitly set fields called ShuffleFormatEntry.Builder.__explicitlySet__
. The hashCode()
and equals(Object)
methods are implemented to take the explicitly set
fields into account. The constructor, on the other hand, does not take the explicitly set fields
into account (since the constructor cannot distinguish explicit null
from unset null
).
Modifier and Type | Class and Description |
---|---|
static class |
ShuffleFormatEntry.Builder |
EXPLICITLY_SET_FILTER_NAME, EXPLICITLY_SET_PROPERTY_NAME
Constructor and Description |
---|
ShuffleFormatEntry(String description,
List<String> groupingColumns)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static ShuffleFormatEntry.Builder |
builder()
Create a new builder.
|
boolean |
equals(Object o) |
List<String> |
getGroupingColumns()
One or more reference columns to be used to group column values so that they can be shuffled
within their own group.
|
int |
hashCode() |
ShuffleFormatEntry.Builder |
toBuilder() |
String |
toString() |
String |
toString(boolean includeByteArrayContents)
Return a string representation of the object.
|
getDescription
markPropertyAsExplicitlySet, wasPropertyExplicitlySet
@Deprecated public ShuffleFormatEntry(String description, List<String> groupingColumns)
public static ShuffleFormatEntry.Builder builder()
Create a new builder.
public ShuffleFormatEntry.Builder toBuilder()
public List<String> getGroupingColumns()
One or more reference columns to be used to group column values so that they can be shuffled within their own group. The grouping columns and the column to be masked must belong to the same table.
public String toString()
toString
in class FormatEntry
public String toString(boolean includeByteArrayContents)
Return a string representation of the object.
toString
in class FormatEntry
includeByteArrayContents
- true to include the full contents of byte arrayspublic boolean equals(Object o)
equals
in class FormatEntry
public int hashCode()
hashCode
in class FormatEntry
Copyright © 2016–2024. All rights reserved.