@@ -22,26 +22,46 @@ namespace cpp2 facebook.memcache.thrift
2222namespace py3 facebook.memcache.thrift
2323
2424service Memcache {
25- Memcache_McAddReply mcAdd (1: Memcache_McAddRequest request ) throws (1: Common.CarbonResultBusy carbonResultBusy , 2: Common.CarbonResultRemoteError carbonResultRemoteError ) (thread = " eb" )
26- Memcache_McAppendReply mcAppend (1: Memcache_McAppendRequest request ) throws (1: Common.CarbonResultBusy carbonResultBusy , 2: Common.CarbonResultRemoteError carbonResultRemoteError ) (thread = " eb" )
27- Memcache_McCasReply mcCas (1: Memcache_McCasRequest request ) throws (1: Common.CarbonResultBusy carbonResultBusy , 2: Common.CarbonResultRemoteError carbonResultRemoteError ) (thread = " eb" )
28- Memcache_McDecrReply mcDecr (1: Memcache_McDecrRequest request ) throws (1: Common.CarbonResultBusy carbonResultBusy , 2: Common.CarbonResultRemoteError carbonResultRemoteError ) (thread = " eb" )
29- Memcache_McDeleteReply mcDelete (1: Memcache_McDeleteRequest request ) throws (1: Common.CarbonResultBusy carbonResultBusy , 2: Common.CarbonResultRemoteError carbonResultRemoteError ) (thread = " eb" )
30- Memcache_McFlushAllReply mcFlushAll (1: Memcache_McFlushAllRequest request ) throws (1: Common.CarbonResultBusy carbonResultBusy , 2: Common.CarbonResultRemoteError carbonResultRemoteError ) (thread = " eb" )
31- Memcache_McFlushReReply mcFlushRe (1: Memcache_McFlushReRequest request ) throws (1: Common.CarbonResultBusy carbonResultBusy , 2: Common.CarbonResultRemoteError carbonResultRemoteError ) (thread = " eb" )
32- Memcache_McGatReply mcGat (1: Memcache_McGatRequest request ) throws (1: Common.CarbonResultBusy carbonResultBusy , 2: Common.CarbonResultRemoteError carbonResultRemoteError ) (thread = " eb" )
33- Memcache_McGatsReply mcGats (1: Memcache_McGatsRequest request ) throws (1: Common.CarbonResultBusy carbonResultBusy , 2: Common.CarbonResultRemoteError carbonResultRemoteError ) (thread = " eb" )
34- Memcache_McGetReply mcGet (1: Memcache_McGetRequest request ) throws (1: Common.CarbonResultBusy carbonResultBusy , 2: Common.CarbonResultRemoteError carbonResultRemoteError ) (thread = " eb" )
35- Memcache_McGetsReply mcGets (1: Memcache_McGetsRequest request ) throws (1: Common.CarbonResultBusy carbonResultBusy , 2: Common.CarbonResultRemoteError carbonResultRemoteError ) (thread = " eb" )
36- Memcache_McIncrReply mcIncr (1: Memcache_McIncrRequest request ) throws (1: Common.CarbonResultBusy carbonResultBusy , 2: Common.CarbonResultRemoteError carbonResultRemoteError ) (thread = " eb" )
37- Memcache_McLeaseGetReply mcLeaseGet (1: Memcache_McLeaseGetRequest request ) throws (1: Common.CarbonResultBusy carbonResultBusy , 2: Common.CarbonResultRemoteError carbonResultRemoteError ) (thread = " eb" )
38- Memcache_McLeaseSetReply mcLeaseSet (1: Memcache_McLeaseSetRequest request ) throws (1: Common.CarbonResultBusy carbonResultBusy , 2: Common.CarbonResultRemoteError carbonResultRemoteError ) (thread = " eb" )
39- Memcache_McMetagetReply mcMetaget (1: Memcache_McMetagetRequest request ) throws (1: Common.CarbonResultBusy carbonResultBusy , 2: Common.CarbonResultRemoteError carbonResultRemoteError ) (thread = " eb" )
40- Memcache_McPrependReply mcPrepend (1: Memcache_McPrependRequest request ) throws (1: Common.CarbonResultBusy carbonResultBusy , 2: Common.CarbonResultRemoteError carbonResultRemoteError ) (thread = " eb" )
41- Memcache_McReplaceReply mcReplace (1: Memcache_McReplaceRequest request ) throws (1: Common.CarbonResultBusy carbonResultBusy , 2: Common.CarbonResultRemoteError carbonResultRemoteError ) (thread = " eb" )
42- Memcache_McSetReply mcSet (1: Memcache_McSetRequest request ) throws (1: Common.CarbonResultBusy carbonResultBusy , 2: Common.CarbonResultRemoteError carbonResultRemoteError ) (thread = " eb" )
43- Memcache_McTouchReply mcTouch (1: Memcache_McTouchRequest request ) throws (1: Common.CarbonResultBusy carbonResultBusy , 2: Common.CarbonResultRemoteError carbonResultRemoteError ) (thread = " eb" )
44- Common_McVersionReply mcVersion (1: Common_McVersionRequest request ) (thread = " eb" )
25+ @cpp.ProcessInEbThreadUnsafe
26+ Memcache_McAddReply mcAdd (1: Memcache_McAddRequest request ) throws (1: Common.CarbonResultBusy carbonResultBusy , 2: Common.CarbonResultRemoteError carbonResultRemoteError )
27+ @cpp.ProcessInEbThreadUnsafe
28+ Memcache_McAppendReply mcAppend (1: Memcache_McAppendRequest request ) throws (1: Common.CarbonResultBusy carbonResultBusy , 2: Common.CarbonResultRemoteError carbonResultRemoteError )
29+ @cpp.ProcessInEbThreadUnsafe
30+ Memcache_McCasReply mcCas (1: Memcache_McCasRequest request ) throws (1: Common.CarbonResultBusy carbonResultBusy , 2: Common.CarbonResultRemoteError carbonResultRemoteError )
31+ @cpp.ProcessInEbThreadUnsafe
32+ Memcache_McDecrReply mcDecr (1: Memcache_McDecrRequest request ) throws (1: Common.CarbonResultBusy carbonResultBusy , 2: Common.CarbonResultRemoteError carbonResultRemoteError )
33+ @cpp.ProcessInEbThreadUnsafe
34+ Memcache_McDeleteReply mcDelete (1: Memcache_McDeleteRequest request ) throws (1: Common.CarbonResultBusy carbonResultBusy , 2: Common.CarbonResultRemoteError carbonResultRemoteError )
35+ @cpp.ProcessInEbThreadUnsafe
36+ Memcache_McFlushAllReply mcFlushAll (1: Memcache_McFlushAllRequest request ) throws (1: Common.CarbonResultBusy carbonResultBusy , 2: Common.CarbonResultRemoteError carbonResultRemoteError )
37+ @cpp.ProcessInEbThreadUnsafe
38+ Memcache_McFlushReReply mcFlushRe (1: Memcache_McFlushReRequest request ) throws (1: Common.CarbonResultBusy carbonResultBusy , 2: Common.CarbonResultRemoteError carbonResultRemoteError )
39+ @cpp.ProcessInEbThreadUnsafe
40+ Memcache_McGatReply mcGat (1: Memcache_McGatRequest request ) throws (1: Common.CarbonResultBusy carbonResultBusy , 2: Common.CarbonResultRemoteError carbonResultRemoteError )
41+ @cpp.ProcessInEbThreadUnsafe
42+ Memcache_McGatsReply mcGats (1: Memcache_McGatsRequest request ) throws (1: Common.CarbonResultBusy carbonResultBusy , 2: Common.CarbonResultRemoteError carbonResultRemoteError )
43+ @cpp.ProcessInEbThreadUnsafe
44+ Memcache_McGetReply mcGet (1: Memcache_McGetRequest request ) throws (1: Common.CarbonResultBusy carbonResultBusy , 2: Common.CarbonResultRemoteError carbonResultRemoteError )
45+ @cpp.ProcessInEbThreadUnsafe
46+ Memcache_McGetsReply mcGets (1: Memcache_McGetsRequest request ) throws (1: Common.CarbonResultBusy carbonResultBusy , 2: Common.CarbonResultRemoteError carbonResultRemoteError )
47+ @cpp.ProcessInEbThreadUnsafe
48+ Memcache_McIncrReply mcIncr (1: Memcache_McIncrRequest request ) throws (1: Common.CarbonResultBusy carbonResultBusy , 2: Common.CarbonResultRemoteError carbonResultRemoteError )
49+ @cpp.ProcessInEbThreadUnsafe
50+ Memcache_McLeaseGetReply mcLeaseGet (1: Memcache_McLeaseGetRequest request ) throws (1: Common.CarbonResultBusy carbonResultBusy , 2: Common.CarbonResultRemoteError carbonResultRemoteError )
51+ @cpp.ProcessInEbThreadUnsafe
52+ Memcache_McLeaseSetReply mcLeaseSet (1: Memcache_McLeaseSetRequest request ) throws (1: Common.CarbonResultBusy carbonResultBusy , 2: Common.CarbonResultRemoteError carbonResultRemoteError )
53+ @cpp.ProcessInEbThreadUnsafe
54+ Memcache_McMetagetReply mcMetaget (1: Memcache_McMetagetRequest request ) throws (1: Common.CarbonResultBusy carbonResultBusy , 2: Common.CarbonResultRemoteError carbonResultRemoteError )
55+ @cpp.ProcessInEbThreadUnsafe
56+ Memcache_McPrependReply mcPrepend (1: Memcache_McPrependRequest request ) throws (1: Common.CarbonResultBusy carbonResultBusy , 2: Common.CarbonResultRemoteError carbonResultRemoteError )
57+ @cpp.ProcessInEbThreadUnsafe
58+ Memcache_McReplaceReply mcReplace (1: Memcache_McReplaceRequest request ) throws (1: Common.CarbonResultBusy carbonResultBusy , 2: Common.CarbonResultRemoteError carbonResultRemoteError )
59+ @cpp.ProcessInEbThreadUnsafe
60+ Memcache_McSetReply mcSet (1: Memcache_McSetRequest request ) throws (1: Common.CarbonResultBusy carbonResultBusy , 2: Common.CarbonResultRemoteError carbonResultRemoteError )
61+ @cpp.ProcessInEbThreadUnsafe
62+ Memcache_McTouchReply mcTouch (1: Memcache_McTouchRequest request ) throws (1: Common.CarbonResultBusy carbonResultBusy , 2: Common.CarbonResultRemoteError carbonResultRemoteError )
63+ @cpp.ProcessInEbThreadUnsafe
64+ Common_McVersionReply mcVersion (1: Common_McVersionRequest request )
4565}
4666
4767@cpp.Type{name = "facebook::memcache::McAddReply"}
0 commit comments