All Downloads are FREE. Search and download functionalities are using the official Maven repository.

r.0.27.1.source-code.secor.thrift Maven / Gradle / Ivy

There is a newer version: 0.27.2
Show newest version
/* Simple thrift message used in Secor testing */

namespace java com.pinterest.secor.thrift

enum TestEnum {
    SOME_VALUE = 0,
    SOME_OTHER_VALUE = 1,
}

struct TestMessage {
    1: required i64 timestamp,
    2: required string requiredField,
    3: optional string optionalField,
    4: optional TestEnum enumField
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy