Class omnisci::thrift::ttypes::TRole

class TRole : public object

Public Static Attributes

int omnisci.thrift.ttypes.TRole::SERVER = 0
int omnisci.thrift.ttypes.TRole::AGGREGATOR = 1
int omnisci.thrift.ttypes.TRole::LEAF = 2
int omnisci.thrift.ttypes.TRole::STRING_DICTIONARY = 3

Private Static Attributes

dictionary omnisci.thrift.ttypes.TRole::_VALUES_TO_NAMES= { 0: "SERVER", 1: "AGGREGATOR", 2: "LEAF", 3: "STRING_DICTIONARY", }
dictionary omnisci.thrift.ttypes.TRole::_NAMES_TO_VALUES= { "SERVER": 0, "AGGREGATOR": 1, "LEAF": 2, "STRING_DICTIONARY": 3, }