Constant Field Values
Contents
org.apache.*
-
org.apache.beam.examples.common.ExampleUtils Modifier and Type Constant Field Value public static final java.lang.StringTOKENIZER_PATTERN"[^\\p{L}]+"
-
org.apache.beam.examples.complete.datatokenization.transforms.DataProtectors Modifier and Type Constant Field Value public static final java.lang.StringID_FIELD_NAME"ID"
-
org.apache.beam.examples.complete.datatokenization.utils.SchemasUtils Modifier and Type Constant Field Value public static final java.lang.StringDEADLETTER_SCHEMA"{\n \"fields\": [\n {\n \"name\": \"timestamp\",\n \"type\": \"TIMESTAMP\",\n \"mode\": \"REQUIRED\"\n },\n {\n \"name\": \"payloadString\",\n \"type\": \"STRING\",\n \"mode\": \"REQUIRED\"\n },\n {\n \"name\": \"payloadBytes\",\n \"type\": \"BYTES\",\n \"mode\": \"REQUIRED\"\n },\n {\n \"name\": \"attributes\",\n \"type\": \"RECORD\",\n \"mode\": \"REPEATED\",\n \"fields\": [\n {\n \"name\": \"key\",\n \"type\": \"STRING\",\n \"mode\": \"NULLABLE\"\n },\n {\n \"name\": \"value\",\n \"type\": \"STRING\",\n \"mode\": \"NULLABLE\"\n }\n ]\n },\n {\n \"name\": \"errorMessage\",\n \"type\": \"STRING\",\n \"mode\": \"NULLABLE\"\n },\n {\n \"name\": \"stacktrace\",\n \"type\": \"STRING\",\n \"mode\": \"NULLABLE\"\n }\n ]\n}"
-
org.apache.beam.examples.complete.game.utils.GameConstants Modifier and Type Constant Field Value public static final java.lang.StringTIMESTAMP_ATTRIBUTE"timestamp_ms"
-
org.apache.beam.examples.complete.kafkatopubsub.KafkaPubsubConstants Modifier and Type Constant Field Value public static final java.lang.StringBUCKET"bucket"public static final java.lang.StringKAFKA_CREDENTIALS"kafka"public static final java.lang.StringPASSWORD"password"public static final java.lang.StringSSL_CREDENTIALS"ssl"public static final java.lang.StringUSERNAME"username"
-
org.apache.beam.examples.cookbook.TriggerExample Modifier and Type Constant Field Value public static final intWINDOW_DURATION30
-
org.apache.beam.examples.multilanguage.PythonDataframeWordCount Modifier and Type Constant Field Value public static final java.lang.StringTOKENIZER_PATTERN"[^\\p{L}]+"