@Generated(value="software.amazon.awssdk:codegen") public final class SkewedInfo extends Object implements SdkPojo, Serializable, ToCopyableBuilder<SkewedInfo.Builder,SkewedInfo>
Specifies skewed values in a table. Skewed are ones that occur with very high frequency.
Modifier and Type | Class and Description |
---|---|
static interface |
SkewedInfo.Builder |
Modifier and Type | Method and Description |
---|---|
static SkewedInfo.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends SkewedInfo.Builder> |
serializableBuilderClass() |
List<String> |
skewedColumnNames()
A list of names of columns that contain skewed values.
|
Map<String,String> |
skewedColumnValueLocationMaps()
A mapping of skewed values to the columns that contain them.
|
List<String> |
skewedColumnValues()
A list of values that appear so frequently as to be considered skewed.
|
SkewedInfo.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public List<String> skewedColumnNames()
A list of names of columns that contain skewed values.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public List<String> skewedColumnValues()
A list of values that appear so frequently as to be considered skewed.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public Map<String,String> skewedColumnValueLocationMaps()
A mapping of skewed values to the columns that contain them.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public SkewedInfo.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<SkewedInfo.Builder,SkewedInfo>
public static SkewedInfo.Builder builder()
public static Class<? extends SkewedInfo.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.