Constant Field Values

Contents

org.apache.*

  • org.apache.beam.examples.common.ExampleUtils 
    Modifier and Type Constant Field Value
    public static final java.lang.String TOKENIZER_PATTERN "[^\\p{L}]+"
  • org.apache.beam.examples.complete.datatokenization.transforms.DataProtectors 
    Modifier and Type Constant Field Value
    public static final java.lang.String ID_FIELD_NAME "ID"
  • org.apache.beam.examples.complete.datatokenization.utils.SchemasUtils 
    Modifier and Type Constant Field Value
    public static final java.lang.String DEADLETTER_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.String TIMESTAMP_ATTRIBUTE "timestamp_ms"
  • org.apache.beam.examples.complete.kafkatopubsub.KafkaPubsubConstants 
    Modifier and Type Constant Field Value
    public static final java.lang.String BUCKET "bucket"
    public static final java.lang.String KAFKA_CREDENTIALS "kafka"
    public static final java.lang.String PASSWORD "password"
    public static final java.lang.String SSL_CREDENTIALS "ssl"
    public static final java.lang.String USERNAME "username"