Skip to content
Snippets Groups Projects
Commit 57285679 authored by Andrew Ferguson's avatar Andrew Ferguson
Browse files

updated thrift-generated file

- now using thrift 0.7.0
parent f09ce98b
No related branches found
No related tags found
No related merge requests found
......@@ -34,7 +34,9 @@ import org.apache.thrift.TEnum;
STATS_REQUEST(16),
STATS_REPLY(17),
BARRIER_REQUEST(18),
BARRIER_REPLY(19);
BARRIER_REPLY(19),
QUEUE_GET_CONFIG_REQUEST(20),
QUEUE_GET_CONFIG_REPLY(21);
private final int value;
......@@ -95,6 +97,10 @@ import org.apache.thrift.TEnum;
return BARRIER_REQUEST;
case 19:
return BARRIER_REPLY;
case 20:
return QUEUE_GET_CONFIG_REQUEST;
case 21:
return QUEUE_GET_CONFIG_REPLY;
default:
return null;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment