Auto Generated INFO.yaml file
[domino.git] / dominoRPC / constants.py
1 #
2 # Autogenerated by Thrift Compiler (0.9.3)
3 #
4 # DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING
5 #
6 #  options string: py
7 #
8
9 from thrift.Thrift import TType, TMessageType, TException, TApplicationException
10 from ttypes import *
11
12 HEART_BEAT = 1
13 REGISTER = 2
14 REGISTER_RESPONSE = 3
15 SUBSCRIBE = 4
16 SUBSCRIBE_RESPONSE = 5
17 PUBLISH = 6
18 PUBLISH_RESPONSE = 7
19 PUSH = 8
20 PUSH_RESPONSE = 9
21 QUERY = 10
22 QUERY_RESPONSE = 11
23 SUCCESS = 1
24 FAILED = 2
25 APPEND = 0
26 OVERWRITE = 1
27 DELETE = 2
28
29 THRIFT_RPC_TIMEOUT_MS = 1000
30
31 str2enum = {"APPEND":APPEND, "OVERWRITE":OVERWRITE, "DELETE":DELETE}