@Internal public class StreamTableDescriptorValidator extends Object implements DescriptorValidator
StreamTableDescriptor
.Modifier and Type | Field and Description |
---|---|
static String |
UPDATE_MODE |
static String |
UPDATE_MODE_VALUE_APPEND |
static String |
UPDATE_MODE_VALUE_RETRACT |
static String |
UPDATE_MODE_VALUE_UPSERT |
Constructor and Description |
---|
StreamTableDescriptorValidator(boolean supportsAppend,
boolean supportsRetract,
boolean supportsUpsert) |
Modifier and Type | Method and Description |
---|---|
void |
validate(DescriptorProperties properties)
Performs basic validation such as completeness tests.
|
public static final String UPDATE_MODE
public static final String UPDATE_MODE_VALUE_APPEND
public static final String UPDATE_MODE_VALUE_RETRACT
public static final String UPDATE_MODE_VALUE_UPSERT
public StreamTableDescriptorValidator(boolean supportsAppend, boolean supportsRetract, boolean supportsUpsert)
public void validate(DescriptorProperties properties)
DescriptorValidator
validate
in interface DescriptorValidator
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.