summaryrefslogtreecommitdiffstats
path: root/src/main/java/org/openslx/bwlp/thrift/iface/MasterServer.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/java/org/openslx/bwlp/thrift/iface/MasterServer.java')
-rw-r--r--src/main/java/org/openslx/bwlp/thrift/iface/MasterServer.java969
1 files changed, 967 insertions, 2 deletions
diff --git a/src/main/java/org/openslx/bwlp/thrift/iface/MasterServer.java b/src/main/java/org/openslx/bwlp/thrift/iface/MasterServer.java
index 8d97c8b..fda3d60 100644
--- a/src/main/java/org/openslx/bwlp/thrift/iface/MasterServer.java
+++ b/src/main/java/org/openslx/bwlp/thrift/iface/MasterServer.java
@@ -1,13 +1,13 @@
/**
- * Autogenerated by Thrift Compiler (0.15.0)
+ * Autogenerated by Thrift Compiler (0.17.0)
*
* DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING
* @generated
*/
package org.openslx.bwlp.thrift.iface;
+@javax.annotation.Generated(value = "Autogenerated by Thrift Compiler (0.17.0)", date = "2022-11-03")
@SuppressWarnings({"cast", "rawtypes", "serial", "unchecked", "unused"})
-@javax.annotation.Generated(value = "Autogenerated by Thrift Compiler (0.15.0)", date = "2021-12-17")
public class MasterServer {
public interface Iface {
@@ -117,9 +117,11 @@ public class MasterServer {
public static class Client extends org.apache.thrift.TServiceClient implements Iface {
public static class Factory implements org.apache.thrift.TServiceClientFactory<Client> {
public Factory() {}
+ @Override
public Client getClient(org.apache.thrift.protocol.TProtocol prot) {
return new Client(prot);
}
+ @Override
public Client getClient(org.apache.thrift.protocol.TProtocol iprot, org.apache.thrift.protocol.TProtocol oprot) {
return new Client(iprot, oprot);
}
@@ -134,6 +136,7 @@ public class MasterServer {
super(iprot, oprot);
}
+ @Override
public boolean ping() throws org.apache.thrift.TException
{
send_ping();
@@ -156,6 +159,7 @@ public class MasterServer {
throw new org.apache.thrift.TApplicationException(org.apache.thrift.TApplicationException.MISSING_RESULT, "ping failed: unknown result");
}
+ @Override
public SessionData authenticate(java.lang.String login, java.lang.String password) throws TAuthorizationException, TInvocationException, org.apache.thrift.TException
{
send_authenticate(login, password);
@@ -186,6 +190,7 @@ public class MasterServer {
throw new org.apache.thrift.TApplicationException(org.apache.thrift.TApplicationException.MISSING_RESULT, "authenticate failed: unknown result");
}
+ @Override
public ClientSessionData localAccountLogin(java.lang.String login, java.lang.String password) throws TAuthorizationException, TInvocationException, org.apache.thrift.TException
{
send_localAccountLogin(login, password);
@@ -216,6 +221,7 @@ public class MasterServer {
throw new org.apache.thrift.TApplicationException(org.apache.thrift.TApplicationException.MISSING_RESULT, "localAccountLogin failed: unknown result");
}
+ @Override
public void setUsedSatellite(java.lang.String sessionId, java.lang.String satelliteName) throws org.apache.thrift.TException
{
send_setUsedSatellite(sessionId, satelliteName);
@@ -237,6 +243,7 @@ public class MasterServer {
return;
}
+ @Override
public java.util.List<UserInfo> findUser(java.lang.String sessionId, java.lang.String organizationId, java.lang.String searchTerm) throws TAuthorizationException, TInvocationException, org.apache.thrift.TException
{
send_findUser(sessionId, organizationId, searchTerm);
@@ -268,6 +275,7 @@ public class MasterServer {
throw new org.apache.thrift.TApplicationException(org.apache.thrift.TApplicationException.MISSING_RESULT, "findUser failed: unknown result");
}
+ @Override
public java.util.List<ImageSummaryRead> getPublicImages(java.lang.String sessionId, int page) throws TAuthorizationException, TInvocationException, org.apache.thrift.TException
{
send_getPublicImages(sessionId, page);
@@ -298,6 +306,7 @@ public class MasterServer {
throw new org.apache.thrift.TApplicationException(org.apache.thrift.TApplicationException.MISSING_RESULT, "getPublicImages failed: unknown result");
}
+ @Override
public ImageDetailsRead getImageDetails(java.lang.String sessionId, java.lang.String imageBaseId) throws TAuthorizationException, TNotFoundException, TInvocationException, org.apache.thrift.TException
{
send_getImageDetails(sessionId, imageBaseId);
@@ -331,6 +340,7 @@ public class MasterServer {
throw new org.apache.thrift.TApplicationException(org.apache.thrift.TApplicationException.MISSING_RESULT, "getImageDetails failed: unknown result");
}
+ @Override
public UserInfo getUser(java.lang.String userToken, java.lang.String userId) throws TAuthorizationException, TNotFoundException, TInvocationException, org.apache.thrift.TException
{
send_getUser(userToken, userId);
@@ -364,6 +374,7 @@ public class MasterServer {
throw new org.apache.thrift.TApplicationException(org.apache.thrift.TApplicationException.MISSING_RESULT, "getUser failed: unknown result");
}
+ @Override
public void invalidateSession(java.lang.String sessionId) throws TInvalidTokenException, org.apache.thrift.TException
{
send_invalidateSession(sessionId);
@@ -387,6 +398,7 @@ public class MasterServer {
return;
}
+ @Override
public UserInfo getUserFromToken(java.lang.String token) throws TInvalidTokenException, org.apache.thrift.TException
{
send_getUserFromToken(token);
@@ -413,6 +425,7 @@ public class MasterServer {
throw new org.apache.thrift.TApplicationException(org.apache.thrift.TApplicationException.MISSING_RESULT, "getUserFromToken failed: unknown result");
}
+ @Override
public boolean isServerAuthenticated(java.lang.String serverSessionId) throws org.apache.thrift.TException
{
send_isServerAuthenticated(serverSessionId);
@@ -436,6 +449,7 @@ public class MasterServer {
throw new org.apache.thrift.TApplicationException(org.apache.thrift.TApplicationException.MISSING_RESULT, "isServerAuthenticated failed: unknown result");
}
+ @Override
public java.nio.ByteBuffer startServerAuthentication(int satelliteId) throws TAuthorizationException, TInvocationException, org.apache.thrift.TException
{
send_startServerAuthentication(satelliteId);
@@ -465,6 +479,7 @@ public class MasterServer {
throw new org.apache.thrift.TApplicationException(org.apache.thrift.TApplicationException.MISSING_RESULT, "startServerAuthentication failed: unknown result");
}
+ @Override
public ServerSessionData serverAuthenticate(int satelliteId, java.nio.ByteBuffer challengeResponse) throws TAuthorizationException, TInvocationException, org.apache.thrift.TException
{
send_serverAuthenticate(satelliteId, challengeResponse);
@@ -495,6 +510,7 @@ public class MasterServer {
throw new org.apache.thrift.TApplicationException(org.apache.thrift.TApplicationException.MISSING_RESULT, "serverAuthenticate failed: unknown result");
}
+ @Override
public ImagePublishData getImageData(java.lang.String serverSessionId, java.lang.String imageVersionId) throws TAuthorizationException, TInvocationException, TNotFoundException, org.apache.thrift.TException
{
send_getImageData(serverSessionId, imageVersionId);
@@ -528,6 +544,7 @@ public class MasterServer {
throw new org.apache.thrift.TApplicationException(org.apache.thrift.TApplicationException.MISSING_RESULT, "getImageData failed: unknown result");
}
+ @Override
public TransferInformation submitImage(java.lang.String userToken, ImagePublishData imageDescription, java.util.List<java.nio.ByteBuffer> blockHashes) throws TAuthorizationException, TInvocationException, TTransferRejectedException, org.apache.thrift.TException
{
send_submitImage(userToken, imageDescription, blockHashes);
@@ -562,6 +579,7 @@ public class MasterServer {
throw new org.apache.thrift.TApplicationException(org.apache.thrift.TApplicationException.MISSING_RESULT, "submitImage failed: unknown result");
}
+ @Override
public int registerSatellite(java.lang.String userToken, java.lang.String displayName, java.util.List<java.lang.String> addresses, java.lang.String modulus, java.lang.String exponent, java.nio.ByteBuffer certsha256) throws TInvocationException, org.apache.thrift.TException
{
send_registerSatellite(userToken, displayName, addresses, modulus, exponent, certsha256);
@@ -593,6 +611,7 @@ public class MasterServer {
throw new org.apache.thrift.TApplicationException(org.apache.thrift.TApplicationException.MISSING_RESULT, "registerSatellite failed: unknown result");
}
+ @Override
public boolean updateSatellite(java.lang.String serverSessionId, java.lang.String displayName, java.util.List<java.lang.String> addresses) throws TAuthorizationException, TInvocationException, org.apache.thrift.TException
{
send_updateSatellite(serverSessionId, displayName, addresses);
@@ -624,6 +643,7 @@ public class MasterServer {
throw new org.apache.thrift.TApplicationException(org.apache.thrift.TApplicationException.MISSING_RESULT, "updateSatellite failed: unknown result");
}
+ @Override
public TransferInformation downloadImage(java.lang.String sessionId, java.lang.String imageVersionId) throws TAuthorizationException, TInvocationException, TNotFoundException, org.apache.thrift.TException
{
send_downloadImage(sessionId, imageVersionId);
@@ -657,6 +677,7 @@ public class MasterServer {
throw new org.apache.thrift.TApplicationException(org.apache.thrift.TApplicationException.MISSING_RESULT, "downloadImage failed: unknown result");
}
+ @Override
public java.util.List<Organization> getOrganizations() throws TInvocationException, org.apache.thrift.TException
{
send_getOrganizations();
@@ -682,6 +703,7 @@ public class MasterServer {
throw new org.apache.thrift.TApplicationException(org.apache.thrift.TApplicationException.MISSING_RESULT, "getOrganizations failed: unknown result");
}
+ @Override
public java.util.List<OperatingSystem> getOperatingSystems() throws TInvocationException, org.apache.thrift.TException
{
send_getOperatingSystems();
@@ -707,6 +729,7 @@ public class MasterServer {
throw new org.apache.thrift.TApplicationException(org.apache.thrift.TApplicationException.MISSING_RESULT, "getOperatingSystems failed: unknown result");
}
+ @Override
public java.util.List<Virtualizer> getVirtualizers() throws TInvocationException, org.apache.thrift.TException
{
send_getVirtualizers();
@@ -732,6 +755,7 @@ public class MasterServer {
throw new org.apache.thrift.TApplicationException(org.apache.thrift.TApplicationException.MISSING_RESULT, "getVirtualizers failed: unknown result");
}
+ @Override
public java.util.List<MasterTag> getTags(long startDate) throws TInvocationException, org.apache.thrift.TException
{
send_getTags(startDate);
@@ -758,6 +782,7 @@ public class MasterServer {
throw new org.apache.thrift.TApplicationException(org.apache.thrift.TApplicationException.MISSING_RESULT, "getTags failed: unknown result");
}
+ @Override
public java.util.List<MasterSoftware> getSoftware(long startDate) throws TInvocationException, org.apache.thrift.TException
{
send_getSoftware(startDate);
@@ -784,6 +809,7 @@ public class MasterServer {
throw new org.apache.thrift.TApplicationException(org.apache.thrift.TApplicationException.MISSING_RESULT, "getSoftware failed: unknown result");
}
+ @Override
public TransferStatus queryUploadStatus(java.lang.String uploadToken) throws TInvalidTokenException, org.apache.thrift.TException
{
send_queryUploadStatus(uploadToken);
@@ -819,6 +845,7 @@ public class MasterServer {
this.clientManager = clientManager;
this.protocolFactory = protocolFactory;
}
+ @Override
public AsyncClient getAsyncClient(org.apache.thrift.transport.TNonblockingTransport transport) {
return new AsyncClient(protocolFactory, clientManager, transport);
}
@@ -828,6 +855,7 @@ public class MasterServer {
super(protocolFactory, clientManager, transport);
}
+ @Override
public void ping(org.apache.thrift.async.AsyncMethodCallback<java.lang.Boolean> resultHandler) throws org.apache.thrift.TException {
checkReady();
ping_call method_call = new ping_call(resultHandler, this, ___protocolFactory, ___transport);
@@ -840,6 +868,7 @@ public class MasterServer {
super(client, protocolFactory, transport, resultHandler, false);
}
+ @Override
public void write_args(org.apache.thrift.protocol.TProtocol prot) throws org.apache.thrift.TException {
prot.writeMessageBegin(new org.apache.thrift.protocol.TMessage("ping", org.apache.thrift.protocol.TMessageType.CALL, 0));
ping_args args = new ping_args();
@@ -847,6 +876,7 @@ public class MasterServer {
prot.writeMessageEnd();
}
+ @Override
public java.lang.Boolean getResult() throws org.apache.thrift.TException {
if (getState() != org.apache.thrift.async.TAsyncMethodCall.State.RESPONSE_READ) {
throw new java.lang.IllegalStateException("Method call not finished!");
@@ -857,6 +887,7 @@ public class MasterServer {
}
}
+ @Override
public void authenticate(java.lang.String login, java.lang.String password, org.apache.thrift.async.AsyncMethodCallback<SessionData> resultHandler) throws org.apache.thrift.TException {
checkReady();
authenticate_call method_call = new authenticate_call(login, password, resultHandler, this, ___protocolFactory, ___transport);
@@ -873,6 +904,7 @@ public class MasterServer {
this.password = password;
}
+ @Override
public void write_args(org.apache.thrift.protocol.TProtocol prot) throws org.apache.thrift.TException {
prot.writeMessageBegin(new org.apache.thrift.protocol.TMessage("authenticate", org.apache.thrift.protocol.TMessageType.CALL, 0));
authenticate_args args = new authenticate_args();
@@ -882,6 +914,7 @@ public class MasterServer {
prot.writeMessageEnd();
}
+ @Override
public SessionData getResult() throws TAuthorizationException, TInvocationException, org.apache.thrift.TException {
if (getState() != org.apache.thrift.async.TAsyncMethodCall.State.RESPONSE_READ) {
throw new java.lang.IllegalStateException("Method call not finished!");
@@ -892,6 +925,7 @@ public class MasterServer {
}
}
+ @Override
public void localAccountLogin(java.lang.String login, java.lang.String password, org.apache.thrift.async.AsyncMethodCallback<ClientSessionData> resultHandler) throws org.apache.thrift.TException {
checkReady();
localAccountLogin_call method_call = new localAccountLogin_call(login, password, resultHandler, this, ___protocolFactory, ___transport);
@@ -908,6 +942,7 @@ public class MasterServer {
this.password = password;
}
+ @Override
public void write_args(org.apache.thrift.protocol.TProtocol prot) throws org.apache.thrift.TException {
prot.writeMessageBegin(new org.apache.thrift.protocol.TMessage("localAccountLogin", org.apache.thrift.protocol.TMessageType.CALL, 0));
localAccountLogin_args args = new localAccountLogin_args();
@@ -917,6 +952,7 @@ public class MasterServer {
prot.writeMessageEnd();
}
+ @Override
public ClientSessionData getResult() throws TAuthorizationException, TInvocationException, org.apache.thrift.TException {
if (getState() != org.apache.thrift.async.TAsyncMethodCall.State.RESPONSE_READ) {
throw new java.lang.IllegalStateException("Method call not finished!");
@@ -927,6 +963,7 @@ public class MasterServer {
}
}
+ @Override
public void setUsedSatellite(java.lang.String sessionId, java.lang.String satelliteName, org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler) throws org.apache.thrift.TException {
checkReady();
setUsedSatellite_call method_call = new setUsedSatellite_call(sessionId, satelliteName, resultHandler, this, ___protocolFactory, ___transport);
@@ -943,6 +980,7 @@ public class MasterServer {
this.satelliteName = satelliteName;
}
+ @Override
public void write_args(org.apache.thrift.protocol.TProtocol prot) throws org.apache.thrift.TException {
prot.writeMessageBegin(new org.apache.thrift.protocol.TMessage("setUsedSatellite", org.apache.thrift.protocol.TMessageType.CALL, 0));
setUsedSatellite_args args = new setUsedSatellite_args();
@@ -952,16 +990,19 @@ public class MasterServer {
prot.writeMessageEnd();
}
+ @Override
public Void getResult() throws org.apache.thrift.TException {
if (getState() != org.apache.thrift.async.TAsyncMethodCall.State.RESPONSE_READ) {
throw new java.lang.IllegalStateException("Method call not finished!");
}
org.apache.thrift.transport.TMemoryInputTransport memoryTransport = new org.apache.thrift.transport.TMemoryInputTransport(getFrameBuffer().array());
org.apache.thrift.protocol.TProtocol prot = client.getProtocolFactory().getProtocol(memoryTransport);
+ (new Client(prot)).recv_setUsedSatellite();
return null;
}
}
+ @Override
public void findUser(java.lang.String sessionId, java.lang.String organizationId, java.lang.String searchTerm, org.apache.thrift.async.AsyncMethodCallback<java.util.List<UserInfo>> resultHandler) throws org.apache.thrift.TException {
checkReady();
findUser_call method_call = new findUser_call(sessionId, organizationId, searchTerm, resultHandler, this, ___protocolFactory, ___transport);
@@ -980,6 +1021,7 @@ public class MasterServer {
this.searchTerm = searchTerm;
}
+ @Override
public void write_args(org.apache.thrift.protocol.TProtocol prot) throws org.apache.thrift.TException {
prot.writeMessageBegin(new org.apache.thrift.protocol.TMessage("findUser", org.apache.thrift.protocol.TMessageType.CALL, 0));
findUser_args args = new findUser_args();
@@ -990,6 +1032,7 @@ public class MasterServer {
prot.writeMessageEnd();
}
+ @Override
public java.util.List<UserInfo> getResult() throws TAuthorizationException, TInvocationException, org.apache.thrift.TException {
if (getState() != org.apache.thrift.async.TAsyncMethodCall.State.RESPONSE_READ) {
throw new java.lang.IllegalStateException("Method call not finished!");
@@ -1000,6 +1043,7 @@ public class MasterServer {
}
}
+ @Override
public void getPublicImages(java.lang.String sessionId, int page, org.apache.thrift.async.AsyncMethodCallback<java.util.List<ImageSummaryRead>> resultHandler) throws org.apache.thrift.TException {
checkReady();
getPublicImages_call method_call = new getPublicImages_call(sessionId, page, resultHandler, this, ___protocolFactory, ___transport);
@@ -1016,6 +1060,7 @@ public class MasterServer {
this.page = page;
}
+ @Override
public void write_args(org.apache.thrift.protocol.TProtocol prot) throws org.apache.thrift.TException {
prot.writeMessageBegin(new org.apache.thrift.protocol.TMessage("getPublicImages", org.apache.thrift.protocol.TMessageType.CALL, 0));
getPublicImages_args args = new getPublicImages_args();
@@ -1025,6 +1070,7 @@ public class MasterServer {
prot.writeMessageEnd();
}
+ @Override
public java.util.List<ImageSummaryRead> getResult() throws TAuthorizationException, TInvocationException, org.apache.thrift.TException {
if (getState() != org.apache.thrift.async.TAsyncMethodCall.State.RESPONSE_READ) {
throw new java.lang.IllegalStateException("Method call not finished!");
@@ -1035,6 +1081,7 @@ public class MasterServer {
}
}
+ @Override
public void getImageDetails(java.lang.String sessionId, java.lang.String imageBaseId, org.apache.thrift.async.AsyncMethodCallback<ImageDetailsRead> resultHandler) throws org.apache.thrift.TException {
checkReady();
getImageDetails_call method_call = new getImageDetails_call(sessionId, imageBaseId, resultHandler, this, ___protocolFactory, ___transport);
@@ -1051,6 +1098,7 @@ public class MasterServer {
this.imageBaseId = imageBaseId;
}
+ @Override
public void write_args(org.apache.thrift.protocol.TProtocol prot) throws org.apache.thrift.TException {
prot.writeMessageBegin(new org.apache.thrift.protocol.TMessage("getImageDetails", org.apache.thrift.protocol.TMessageType.CALL, 0));
getImageDetails_args args = new getImageDetails_args();
@@ -1060,6 +1108,7 @@ public class MasterServer {
prot.writeMessageEnd();
}
+ @Override
public ImageDetailsRead getResult() throws TAuthorizationException, TNotFoundException, TInvocationException, org.apache.thrift.TException {
if (getState() != org.apache.thrift.async.TAsyncMethodCall.State.RESPONSE_READ) {
throw new java.lang.IllegalStateException("Method call not finished!");
@@ -1070,6 +1119,7 @@ public class MasterServer {
}
}
+ @Override
public void getUser(java.lang.String userToken, java.lang.String userId, org.apache.thrift.async.AsyncMethodCallback<UserInfo> resultHandler) throws org.apache.thrift.TException {
checkReady();
getUser_call method_call = new getUser_call(userToken, userId, resultHandler, this, ___protocolFactory, ___transport);
@@ -1086,6 +1136,7 @@ public class MasterServer {
this.userId = userId;
}
+ @Override
public void write_args(org.apache.thrift.protocol.TProtocol prot) throws org.apache.thrift.TException {
prot.writeMessageBegin(new org.apache.thrift.protocol.TMessage("getUser", org.apache.thrift.protocol.TMessageType.CALL, 0));
getUser_args args = new getUser_args();
@@ -1095,6 +1146,7 @@ public class MasterServer {
prot.writeMessageEnd();
}
+ @Override
public UserInfo getResult() throws TAuthorizationException, TNotFoundException, TInvocationException, org.apache.thrift.TException {
if (getState() != org.apache.thrift.async.TAsyncMethodCall.State.RESPONSE_READ) {
throw new java.lang.IllegalStateException("Method call not finished!");
@@ -1105,6 +1157,7 @@ public class MasterServer {
}
}
+ @Override
public void invalidateSession(java.lang.String sessionId, org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler) throws org.apache.thrift.TException {
checkReady();
invalidateSession_call method_call = new invalidateSession_call(sessionId, resultHandler, this, ___protocolFactory, ___transport);
@@ -1119,6 +1172,7 @@ public class MasterServer {
this.sessionId = sessionId;
}
+ @Override
public void write_args(org.apache.thrift.protocol.TProtocol prot) throws org.apache.thrift.TException {
prot.writeMessageBegin(new org.apache.thrift.protocol.TMessage("invalidateSession", org.apache.thrift.protocol.TMessageType.CALL, 0));
invalidateSession_args args = new invalidateSession_args();
@@ -1127,16 +1181,19 @@ public class MasterServer {
prot.writeMessageEnd();
}
+ @Override
public Void getResult() throws TInvalidTokenException, org.apache.thrift.TException {
if (getState() != org.apache.thrift.async.TAsyncMethodCall.State.RESPONSE_READ) {
throw new java.lang.IllegalStateException("Method call not finished!");
}
org.apache.thrift.transport.TMemoryInputTransport memoryTransport = new org.apache.thrift.transport.TMemoryInputTransport(getFrameBuffer().array());
org.apache.thrift.protocol.TProtocol prot = client.getProtocolFactory().getProtocol(memoryTransport);
+ (new Client(prot)).recv_invalidateSession();
return null;
}
}
+ @Override
public void getUserFromToken(java.lang.String token, org.apache.thrift.async.AsyncMethodCallback<UserInfo> resultHandler) throws org.apache.thrift.TException {
checkReady();
getUserFromToken_call method_call = new getUserFromToken_call(token, resultHandler, this, ___protocolFactory, ___transport);
@@ -1151,6 +1208,7 @@ public class MasterServer {
this.token = token;
}
+ @Override
public void write_args(org.apache.thrift.protocol.TProtocol prot) throws org.apache.thrift.TException {
prot.writeMessageBegin(new org.apache.thrift.protocol.TMessage("getUserFromToken", org.apache.thrift.protocol.TMessageType.CALL, 0));
getUserFromToken_args args = new getUserFromToken_args();
@@ -1159,6 +1217,7 @@ public class MasterServer {
prot.writeMessageEnd();
}
+ @Override
public UserInfo getResult() throws TInvalidTokenException, org.apache.thrift.TException {
if (getState() != org.apache.thrift.async.TAsyncMethodCall.State.RESPONSE_READ) {
throw new java.lang.IllegalStateException("Method call not finished!");
@@ -1169,6 +1228,7 @@ public class MasterServer {
}
}
+ @Override
public void isServerAuthenticated(java.lang.String serverSessionId, org.apache.thrift.async.AsyncMethodCallback<java.lang.Boolean> resultHandler) throws org.apache.thrift.TException {
checkReady();
isServerAuthenticated_call method_call = new isServerAuthenticated_call(serverSessionId, resultHandler, this, ___protocolFactory, ___transport);
@@ -1183,6 +1243,7 @@ public class MasterServer {
this.serverSessionId = serverSessionId;
}
+ @Override
public void write_args(org.apache.thrift.protocol.TProtocol prot) throws org.apache.thrift.TException {
prot.writeMessageBegin(new org.apache.thrift.protocol.TMessage("isServerAuthenticated", org.apache.thrift.protocol.TMessageType.CALL, 0));
isServerAuthenticated_args args = new isServerAuthenticated_args();
@@ -1191,6 +1252,7 @@ public class MasterServer {
prot.writeMessageEnd();
}
+ @Override
public java.lang.Boolean getResult() throws org.apache.thrift.TException {
if (getState() != org.apache.thrift.async.TAsyncMethodCall.State.RESPONSE_READ) {
throw new java.lang.IllegalStateException("Method call not finished!");
@@ -1201,6 +1263,7 @@ public class MasterServer {
}
}
+ @Override
public void startServerAuthentication(int satelliteId, org.apache.thrift.async.AsyncMethodCallback<java.nio.ByteBuffer> resultHandler) throws org.apache.thrift.TException {
checkReady();
startServerAuthentication_call method_call = new startServerAuthentication_call(satelliteId, resultHandler, this, ___protocolFactory, ___transport);
@@ -1215,6 +1278,7 @@ public class MasterServer {
this.satelliteId = satelliteId;
}
+ @Override
public void write_args(org.apache.thrift.protocol.TProtocol prot) throws org.apache.thrift.TException {
prot.writeMessageBegin(new org.apache.thrift.protocol.TMessage("startServerAuthentication", org.apache.thrift.protocol.TMessageType.CALL, 0));
startServerAuthentication_args args = new startServerAuthentication_args();
@@ -1223,6 +1287,7 @@ public class MasterServer {
prot.writeMessageEnd();
}
+ @Override
public java.nio.ByteBuffer getResult() throws TAuthorizationException, TInvocationException, org.apache.thrift.TException {
if (getState() != org.apache.thrift.async.TAsyncMethodCall.State.RESPONSE_READ) {
throw new java.lang.IllegalStateException("Method call not finished!");
@@ -1233,6 +1298,7 @@ public class MasterServer {
}
}
+ @Override
public void serverAuthenticate(int satelliteId, java.nio.ByteBuffer challengeResponse, org.apache.thrift.async.AsyncMethodCallback<ServerSessionData> resultHandler) throws org.apache.thrift.TException {
checkReady();
serverAuthenticate_call method_call = new serverAuthenticate_call(satelliteId, challengeResponse, resultHandler, this, ___protocolFactory, ___transport);
@@ -1249,6 +1315,7 @@ public class MasterServer {
this.challengeResponse = challengeResponse;
}
+ @Override
public void write_args(org.apache.thrift.protocol.TProtocol prot) throws org.apache.thrift.TException {
prot.writeMessageBegin(new org.apache.thrift.protocol.TMessage("serverAuthenticate", org.apache.thrift.protocol.TMessageType.CALL, 0));
serverAuthenticate_args args = new serverAuthenticate_args();
@@ -1258,6 +1325,7 @@ public class MasterServer {
prot.writeMessageEnd();
}
+ @Override
public ServerSessionData getResult() throws TAuthorizationException, TInvocationException, org.apache.thrift.TException {
if (getState() != org.apache.thrift.async.TAsyncMethodCall.State.RESPONSE_READ) {
throw new java.lang.IllegalStateException("Method call not finished!");
@@ -1268,6 +1336,7 @@ public class MasterServer {
}
}
+ @Override
public void getImageData(java.lang.String serverSessionId, java.lang.String imageVersionId, org.apache.thrift.async.AsyncMethodCallback<ImagePublishData> resultHandler) throws org.apache.thrift.TException {
checkReady();
getImageData_call method_call = new getImageData_call(serverSessionId, imageVersionId, resultHandler, this, ___protocolFactory, ___transport);
@@ -1284,6 +1353,7 @@ public class MasterServer {
this.imageVersionId = imageVersionId;
}
+ @Override
public void write_args(org.apache.thrift.protocol.TProtocol prot) throws org.apache.thrift.TException {
prot.writeMessageBegin(new org.apache.thrift.protocol.TMessage("getImageData", org.apache.thrift.protocol.TMessageType.CALL, 0));
getImageData_args args = new getImageData_args();
@@ -1293,6 +1363,7 @@ public class MasterServer {
prot.writeMessageEnd();
}
+ @Override
public ImagePublishData getResult() throws TAuthorizationException, TInvocationException, TNotFoundException, org.apache.thrift.TException {
if (getState() != org.apache.thrift.async.TAsyncMethodCall.State.RESPONSE_READ) {
throw new java.lang.IllegalStateException("Method call not finished!");
@@ -1303,6 +1374,7 @@ public class MasterServer {
}
}
+ @Override
public void submitImage(java.lang.String userToken, ImagePublishData imageDescription, java.util.List<java.nio.ByteBuffer> blockHashes, org.apache.thrift.async.AsyncMethodCallback<TransferInformation> resultHandler) throws org.apache.thrift.TException {
checkReady();
submitImage_call method_call = new submitImage_call(userToken, imageDescription, blockHashes, resultHandler, this, ___protocolFactory, ___transport);
@@ -1321,6 +1393,7 @@ public class MasterServer {
this.blockHashes = blockHashes;
}
+ @Override
public void write_args(org.apache.thrift.protocol.TProtocol prot) throws org.apache.thrift.TException {
prot.writeMessageBegin(new org.apache.thrift.protocol.TMessage("submitImage", org.apache.thrift.protocol.TMessageType.CALL, 0));
submitImage_args args = new submitImage_args();
@@ -1331,6 +1404,7 @@ public class MasterServer {
prot.writeMessageEnd();
}
+ @Override
public TransferInformation getResult() throws TAuthorizationException, TInvocationException, TTransferRejectedException, org.apache.thrift.TException {
if (getState() != org.apache.thrift.async.TAsyncMethodCall.State.RESPONSE_READ) {
throw new java.lang.IllegalStateException("Method call not finished!");
@@ -1341,6 +1415,7 @@ public class MasterServer {
}
}
+ @Override
public void registerSatellite(java.lang.String userToken, java.lang.String displayName, java.util.List<java.lang.String> addresses, java.lang.String modulus, java.lang.String exponent, java.nio.ByteBuffer certsha256, org.apache.thrift.async.AsyncMethodCallback<java.lang.Integer> resultHandler) throws org.apache.thrift.TException {
checkReady();
registerSatellite_call method_call = new registerSatellite_call(userToken, displayName, addresses, modulus, exponent, certsha256, resultHandler, this, ___protocolFactory, ___transport);
@@ -1365,6 +1440,7 @@ public class MasterServer {
this.certsha256 = certsha256;
}
+ @Override
public void write_args(org.apache.thrift.protocol.TProtocol prot) throws org.apache.thrift.TException {
prot.writeMessageBegin(new org.apache.thrift.protocol.TMessage("registerSatellite", org.apache.thrift.protocol.TMessageType.CALL, 0));
registerSatellite_args args = new registerSatellite_args();
@@ -1378,6 +1454,7 @@ public class MasterServer {
prot.writeMessageEnd();
}
+ @Override
public java.lang.Integer getResult() throws TInvocationException, org.apache.thrift.TException {
if (getState() != org.apache.thrift.async.TAsyncMethodCall.State.RESPONSE_READ) {
throw new java.lang.IllegalStateException("Method call not finished!");
@@ -1388,6 +1465,7 @@ public class MasterServer {
}
}
+ @Override
public void updateSatellite(java.lang.String serverSessionId, java.lang.String displayName, java.util.List<java.lang.String> addresses, org.apache.thrift.async.AsyncMethodCallback<java.lang.Boolean> resultHandler) throws org.apache.thrift.TException {
checkReady();
updateSatellite_call method_call = new updateSatellite_call(serverSessionId, displayName, addresses, resultHandler, this, ___protocolFactory, ___transport);
@@ -1406,6 +1484,7 @@ public class MasterServer {
this.addresses = addresses;
}
+ @Override
public void write_args(org.apache.thrift.protocol.TProtocol prot) throws org.apache.thrift.TException {
prot.writeMessageBegin(new org.apache.thrift.protocol.TMessage("updateSatellite", org.apache.thrift.protocol.TMessageType.CALL, 0));
updateSatellite_args args = new updateSatellite_args();
@@ -1416,6 +1495,7 @@ public class MasterServer {
prot.writeMessageEnd();
}
+ @Override
public java.lang.Boolean getResult() throws TAuthorizationException, TInvocationException, org.apache.thrift.TException {
if (getState() != org.apache.thrift.async.TAsyncMethodCall.State.RESPONSE_READ) {
throw new java.lang.IllegalStateException("Method call not finished!");
@@ -1426,6 +1506,7 @@ public class MasterServer {
}
}
+ @Override
public void downloadImage(java.lang.String sessionId, java.lang.String imageVersionId, org.apache.thrift.async.AsyncMethodCallback<TransferInformation> resultHandler) throws org.apache.thrift.TException {
checkReady();
downloadImage_call method_call = new downloadImage_call(sessionId, imageVersionId, resultHandler, this, ___protocolFactory, ___transport);
@@ -1442,6 +1523,7 @@ public class MasterServer {
this.imageVersionId = imageVersionId;
}
+ @Override
public void write_args(org.apache.thrift.protocol.TProtocol prot) throws org.apache.thrift.TException {
prot.writeMessageBegin(new org.apache.thrift.protocol.TMessage("downloadImage", org.apache.thrift.protocol.TMessageType.CALL, 0));
downloadImage_args args = new downloadImage_args();
@@ -1451,6 +1533,7 @@ public class MasterServer {
prot.writeMessageEnd();
}
+ @Override
public TransferInformation getResult() throws TAuthorizationException, TInvocationException, TNotFoundException, org.apache.thrift.TException {
if (getState() != org.apache.thrift.async.TAsyncMethodCall.State.RESPONSE_READ) {
throw new java.lang.IllegalStateException("Method call not finished!");
@@ -1461,6 +1544,7 @@ public class MasterServer {
}
}
+ @Override
public void getOrganizations(org.apache.thrift.async.AsyncMethodCallback<java.util.List<Organization>> resultHandler) throws org.apache.thrift.TException {
checkReady();
getOrganizations_call method_call = new getOrganizations_call(resultHandler, this, ___protocolFactory, ___transport);
@@ -1473,6 +1557,7 @@ public class MasterServer {
super(client, protocolFactory, transport, resultHandler, false);
}
+ @Override
public void write_args(org.apache.thrift.protocol.TProtocol prot) throws org.apache.thrift.TException {
prot.writeMessageBegin(new org.apache.thrift.protocol.TMessage("getOrganizations", org.apache.thrift.protocol.TMessageType.CALL, 0));
getOrganizations_args args = new getOrganizations_args();
@@ -1480,6 +1565,7 @@ public class MasterServer {
prot.writeMessageEnd();
}
+ @Override
public java.util.List<Organization> getResult() throws TInvocationException, org.apache.thrift.TException {
if (getState() != org.apache.thrift.async.TAsyncMethodCall.State.RESPONSE_READ) {
throw new java.lang.IllegalStateException("Method call not finished!");
@@ -1490,6 +1576,7 @@ public class MasterServer {
}
}
+ @Override
public void getOperatingSystems(org.apache.thrift.async.AsyncMethodCallback<java.util.List<OperatingSystem>> resultHandler) throws org.apache.thrift.TException {
checkReady();
getOperatingSystems_call method_call = new getOperatingSystems_call(resultHandler, this, ___protocolFactory, ___transport);
@@ -1502,6 +1589,7 @@ public class MasterServer {
super(client, protocolFactory, transport, resultHandler, false);
}
+ @Override
public void write_args(org.apache.thrift.protocol.TProtocol prot) throws org.apache.thrift.TException {
prot.writeMessageBegin(new org.apache.thrift.protocol.TMessage("getOperatingSystems", org.apache.thrift.protocol.TMessageType.CALL, 0));
getOperatingSystems_args args = new getOperatingSystems_args();
@@ -1509,6 +1597,7 @@ public class MasterServer {
prot.writeMessageEnd();
}
+ @Override
public java.util.List<OperatingSystem> getResult() throws TInvocationException, org.apache.thrift.TException {
if (getState() != org.apache.thrift.async.TAsyncMethodCall.State.RESPONSE_READ) {
throw new java.lang.IllegalStateException("Method call not finished!");
@@ -1519,6 +1608,7 @@ public class MasterServer {
}
}
+ @Override
public void getVirtualizers(org.apache.thrift.async.AsyncMethodCallback<java.util.List<Virtualizer>> resultHandler) throws org.apache.thrift.TException {
checkReady();
getVirtualizers_call method_call = new getVirtualizers_call(resultHandler, this, ___protocolFactory, ___transport);
@@ -1531,6 +1621,7 @@ public class MasterServer {
super(client, protocolFactory, transport, resultHandler, false);
}
+ @Override
public void write_args(org.apache.thrift.protocol.TProtocol prot) throws org.apache.thrift.TException {
prot.writeMessageBegin(new org.apache.thrift.protocol.TMessage("getVirtualizers", org.apache.thrift.protocol.TMessageType.CALL, 0));
getVirtualizers_args args = new getVirtualizers_args();
@@ -1538,6 +1629,7 @@ public class MasterServer {
prot.writeMessageEnd();
}
+ @Override
public java.util.List<Virtualizer> getResult() throws TInvocationException, org.apache.thrift.TException {
if (getState() != org.apache.thrift.async.TAsyncMethodCall.State.RESPONSE_READ) {
throw new java.lang.IllegalStateException("Method call not finished!");
@@ -1548,6 +1640,7 @@ public class MasterServer {
}
}
+ @Override
public void getTags(long startDate, org.apache.thrift.async.AsyncMethodCallback<java.util.List<MasterTag>> resultHandler) throws org.apache.thrift.TException {
checkReady();
getTags_call method_call = new getTags_call(startDate, resultHandler, this, ___protocolFactory, ___transport);
@@ -1562,6 +1655,7 @@ public class MasterServer {
this.startDate = startDate;
}
+ @Override
public void write_args(org.apache.thrift.protocol.TProtocol prot) throws org.apache.thrift.TException {
prot.writeMessageBegin(new org.apache.thrift.protocol.TMessage("getTags", org.apache.thrift.protocol.TMessageType.CALL, 0));
getTags_args args = new getTags_args();
@@ -1570,6 +1664,7 @@ public class MasterServer {
prot.writeMessageEnd();
}
+ @Override
public java.util.List<MasterTag> getResult() throws TInvocationException, org.apache.thrift.TException {
if (getState() != org.apache.thrift.async.TAsyncMethodCall.State.RESPONSE_READ) {
throw new java.lang.IllegalStateException("Method call not finished!");
@@ -1580,6 +1675,7 @@ public class MasterServer {
}
}
+ @Override
public void getSoftware(long startDate, org.apache.thrift.async.AsyncMethodCallback<java.util.List<MasterSoftware>> resultHandler) throws org.apache.thrift.TException {
checkReady();
getSoftware_call method_call = new getSoftware_call(startDate, resultHandler, this, ___protocolFactory, ___transport);
@@ -1594,6 +1690,7 @@ public class MasterServer {
this.startDate = startDate;
}
+ @Override
public void write_args(org.apache.thrift.protocol.TProtocol prot) throws org.apache.thrift.TException {
prot.writeMessageBegin(new org.apache.thrift.protocol.TMessage("getSoftware", org.apache.thrift.protocol.TMessageType.CALL, 0));
getSoftware_args args = new getSoftware_args();
@@ -1602,6 +1699,7 @@ public class MasterServer {
prot.writeMessageEnd();
}
+ @Override
public java.util.List<MasterSoftware> getResult() throws TInvocationException, org.apache.thrift.TException {
if (getState() != org.apache.thrift.async.TAsyncMethodCall.State.RESPONSE_READ) {
throw new java.lang.IllegalStateException("Method call not finished!");
@@ -1612,6 +1710,7 @@ public class MasterServer {
}
}
+ @Override
public void queryUploadStatus(java.lang.String uploadToken, org.apache.thrift.async.AsyncMethodCallback<TransferStatus> resultHandler) throws org.apache.thrift.TException {
checkReady();
queryUploadStatus_call method_call = new queryUploadStatus_call(uploadToken, resultHandler, this, ___protocolFactory, ___transport);
@@ -1626,6 +1725,7 @@ public class MasterServer {
this.uploadToken = uploadToken;
}
+ @Override
public void write_args(org.apache.thrift.protocol.TProtocol prot) throws org.apache.thrift.TException {
prot.writeMessageBegin(new org.apache.thrift.protocol.TMessage("queryUploadStatus", org.apache.thrift.protocol.TMessageType.CALL, 0));
queryUploadStatus_args args = new queryUploadStatus_args();
@@ -1634,6 +1734,7 @@ public class MasterServer {
prot.writeMessageEnd();
}
+ @Override
public TransferStatus getResult() throws TInvalidTokenException, org.apache.thrift.TException {
if (getState() != org.apache.thrift.async.TAsyncMethodCall.State.RESPONSE_READ) {
throw new java.lang.IllegalStateException("Method call not finished!");
@@ -1689,10 +1790,12 @@ public class MasterServer {
super("ping");
}
+ @Override
public ping_args getEmptyArgsInstance() {
return new ping_args();
}
+ @Override
protected boolean isOneway() {
return false;
}
@@ -1702,6 +1805,7 @@ public class MasterServer {
return false;
}
+ @Override
public ping_result getResult(I iface, ping_args args) throws org.apache.thrift.TException {
ping_result result = new ping_result();
result.success = iface.ping();
@@ -1715,10 +1819,12 @@ public class MasterServer {
super("authenticate");
}
+ @Override
public authenticate_args getEmptyArgsInstance() {
return new authenticate_args();
}
+ @Override
protected boolean isOneway() {
return false;
}
@@ -1728,6 +1834,7 @@ public class MasterServer {
return false;
}
+ @Override
public authenticate_result getResult(I iface, authenticate_args args) throws org.apache.thrift.TException {
authenticate_result result = new authenticate_result();
try {
@@ -1746,10 +1853,12 @@ public class MasterServer {
super("localAccountLogin");
}
+ @Override
public localAccountLogin_args getEmptyArgsInstance() {
return new localAccountLogin_args();
}
+ @Override
protected boolean isOneway() {
return false;
}
@@ -1759,6 +1868,7 @@ public class MasterServer {
return false;
}
+ @Override
public localAccountLogin_result getResult(I iface, localAccountLogin_args args) throws org.apache.thrift.TException {
localAccountLogin_result result = new localAccountLogin_result();
try {
@@ -1777,10 +1887,12 @@ public class MasterServer {
super("setUsedSatellite");
}
+ @Override
public setUsedSatellite_args getEmptyArgsInstance() {
return new setUsedSatellite_args();
}
+ @Override
protected boolean isOneway() {
return false;
}
@@ -1790,6 +1902,7 @@ public class MasterServer {
return false;
}
+ @Override
public setUsedSatellite_result getResult(I iface, setUsedSatellite_args args) throws org.apache.thrift.TException {
setUsedSatellite_result result = new setUsedSatellite_result();
iface.setUsedSatellite(args.sessionId, args.satelliteName);
@@ -1802,10 +1915,12 @@ public class MasterServer {
super("findUser");
}
+ @Override
public findUser_args getEmptyArgsInstance() {
return new findUser_args();
}
+ @Override
protected boolean isOneway() {
return false;
}
@@ -1815,6 +1930,7 @@ public class MasterServer {
return false;
}
+ @Override
public findUser_result getResult(I iface, findUser_args args) throws org.apache.thrift.TException {
findUser_result result = new findUser_result();
try {
@@ -1833,10 +1949,12 @@ public class MasterServer {
super("getPublicImages");
}
+ @Override
public getPublicImages_args getEmptyArgsInstance() {
return new getPublicImages_args();
}
+ @Override
protected boolean isOneway() {
return false;
}
@@ -1846,6 +1964,7 @@ public class MasterServer {
return false;
}
+ @Override
public getPublicImages_result getResult(I iface, getPublicImages_args args) throws org.apache.thrift.TException {
getPublicImages_result result = new getPublicImages_result();
try {
@@ -1864,10 +1983,12 @@ public class MasterServer {
super("getImageDetails");
}
+ @Override
public getImageDetails_args getEmptyArgsInstance() {
return new getImageDetails_args();
}
+ @Override
protected boolean isOneway() {
return false;
}
@@ -1877,6 +1998,7 @@ public class MasterServer {
return false;
}
+ @Override
public getImageDetails_result getResult(I iface, getImageDetails_args args) throws org.apache.thrift.TException {
getImageDetails_result result = new getImageDetails_result();
try {
@@ -1897,10 +2019,12 @@ public class MasterServer {
super("getUser");
}
+ @Override
public getUser_args getEmptyArgsInstance() {
return new getUser_args();
}
+ @Override
protected boolean isOneway() {
return false;
}
@@ -1910,6 +2034,7 @@ public class MasterServer {
return false;
}
+ @Override
public getUser_result getResult(I iface, getUser_args args) throws org.apache.thrift.TException {
getUser_result result = new getUser_result();
try {
@@ -1930,10 +2055,12 @@ public class MasterServer {
super("invalidateSession");
}
+ @Override
public invalidateSession_args getEmptyArgsInstance() {
return new invalidateSession_args();
}
+ @Override
protected boolean isOneway() {
return false;
}
@@ -1943,6 +2070,7 @@ public class MasterServer {
return false;
}
+ @Override
public invalidateSession_result getResult(I iface, invalidateSession_args args) throws org.apache.thrift.TException {
invalidateSession_result result = new invalidateSession_result();
try {
@@ -1959,10 +2087,12 @@ public class MasterServer {
super("getUserFromToken");
}
+ @Override
public getUserFromToken_args getEmptyArgsInstance() {
return new getUserFromToken_args();
}
+ @Override
protected boolean isOneway() {
return false;
}
@@ -1972,6 +2102,7 @@ public class MasterServer {
return false;
}
+ @Override
public getUserFromToken_result getResult(I iface, getUserFromToken_args args) throws org.apache.thrift.TException {
getUserFromToken_result result = new getUserFromToken_result();
try {
@@ -1988,10 +2119,12 @@ public class MasterServer {
super("isServerAuthenticated");
}
+ @Override
public isServerAuthenticated_args getEmptyArgsInstance() {
return new isServerAuthenticated_args();
}
+ @Override
protected boolean isOneway() {
return false;
}
@@ -2001,6 +2134,7 @@ public class MasterServer {
return false;
}
+ @Override
public isServerAuthenticated_result getResult(I iface, isServerAuthenticated_args args) throws org.apache.thrift.TException {
isServerAuthenticated_result result = new isServerAuthenticated_result();
result.success = iface.isServerAuthenticated(args.serverSessionId);
@@ -2014,10 +2148,12 @@ public class MasterServer {
super("startServerAuthentication");
}
+ @Override
public startServerAuthentication_args getEmptyArgsInstance() {
return new startServerAuthentication_args();
}
+ @Override
protected boolean isOneway() {
return false;
}
@@ -2027,6 +2163,7 @@ public class MasterServer {
return false;
}
+ @Override
public startServerAuthentication_result getResult(I iface, startServerAuthentication_args args) throws org.apache.thrift.TException {
startServerAuthentication_result result = new startServerAuthentication_result();
try {
@@ -2045,10 +2182,12 @@ public class MasterServer {
super("serverAuthenticate");
}
+ @Override
public serverAuthenticate_args getEmptyArgsInstance() {
return new serverAuthenticate_args();
}
+ @Override
protected boolean isOneway() {
return false;
}
@@ -2058,6 +2197,7 @@ public class MasterServer {
return false;
}
+ @Override
public serverAuthenticate_result getResult(I iface, serverAuthenticate_args args) throws org.apache.thrift.TException {
serverAuthenticate_result result = new serverAuthenticate_result();
try {
@@ -2076,10 +2216,12 @@ public class MasterServer {
super("getImageData");
}
+ @Override
public getImageData_args getEmptyArgsInstance() {
return new getImageData_args();
}
+ @Override
protected boolean isOneway() {
return false;
}
@@ -2089,6 +2231,7 @@ public class MasterServer {
return false;
}
+ @Override
public getImageData_result getResult(I iface, getImageData_args args) throws org.apache.thrift.TException {
getImageData_result result = new getImageData_result();
try {
@@ -2109,10 +2252,12 @@ public class MasterServer {
super("submitImage");
}
+ @Override
public submitImage_args getEmptyArgsInstance() {
return new submitImage_args();
}
+ @Override
protected boolean isOneway() {
return false;
}
@@ -2122,6 +2267,7 @@ public class MasterServer {
return false;
}
+ @Override
public submitImage_result getResult(I iface, submitImage_args args) throws org.apache.thrift.TException {
submitImage_result result = new submitImage_result();
try {
@@ -2142,10 +2288,12 @@ public class MasterServer {
super("registerSatellite");
}
+ @Override
public registerSatellite_args getEmptyArgsInstance() {
return new registerSatellite_args();
}
+ @Override
protected boolean isOneway() {
return false;
}
@@ -2155,6 +2303,7 @@ public class MasterServer {
return false;
}
+ @Override
public registerSatellite_result getResult(I iface, registerSatellite_args args) throws org.apache.thrift.TException {
registerSatellite_result result = new registerSatellite_result();
try {
@@ -2172,10 +2321,12 @@ public class MasterServer {
super("updateSatellite");
}
+ @Override
public updateSatellite_args getEmptyArgsInstance() {
return new updateSatellite_args();
}
+ @Override
protected boolean isOneway() {
return false;
}
@@ -2185,6 +2336,7 @@ public class MasterServer {
return false;
}
+ @Override
public updateSatellite_result getResult(I iface, updateSatellite_args args) throws org.apache.thrift.TException {
updateSatellite_result result = new updateSatellite_result();
try {
@@ -2204,10 +2356,12 @@ public class MasterServer {
super("downloadImage");
}
+ @Override
public downloadImage_args getEmptyArgsInstance() {
return new downloadImage_args();
}
+ @Override
protected boolean isOneway() {
return false;
}
@@ -2217,6 +2371,7 @@ public class MasterServer {
return false;
}
+ @Override
public downloadImage_result getResult(I iface, downloadImage_args args) throws org.apache.thrift.TException {
downloadImage_result result = new downloadImage_result();
try {
@@ -2237,10 +2392,12 @@ public class MasterServer {
super("getOrganizations");
}
+ @Override
public getOrganizations_args getEmptyArgsInstance() {
return new getOrganizations_args();
}
+ @Override
protected boolean isOneway() {
return false;
}
@@ -2250,6 +2407,7 @@ public class MasterServer {
return false;
}
+ @Override
public getOrganizations_result getResult(I iface, getOrganizations_args args) throws org.apache.thrift.TException {
getOrganizations_result result = new getOrganizations_result();
try {
@@ -2266,10 +2424,12 @@ public class MasterServer {
super("getOperatingSystems");
}
+ @Override
public getOperatingSystems_args getEmptyArgsInstance() {
return new getOperatingSystems_args();
}
+ @Override
protected boolean isOneway() {
return false;
}
@@ -2279,6 +2439,7 @@ public class MasterServer {
return false;
}
+ @Override
public getOperatingSystems_result getResult(I iface, getOperatingSystems_args args) throws org.apache.thrift.TException {
getOperatingSystems_result result = new getOperatingSystems_result();
try {
@@ -2295,10 +2456,12 @@ public class MasterServer {
super("getVirtualizers");
}
+ @Override
public getVirtualizers_args getEmptyArgsInstance() {
return new getVirtualizers_args();
}
+ @Override
protected boolean isOneway() {
return false;
}
@@ -2308,6 +2471,7 @@ public class MasterServer {
return false;
}
+ @Override
public getVirtualizers_result getResult(I iface, getVirtualizers_args args) throws org.apache.thrift.TException {
getVirtualizers_result result = new getVirtualizers_result();
try {
@@ -2324,10 +2488,12 @@ public class MasterServer {
super("getTags");
}
+ @Override
public getTags_args getEmptyArgsInstance() {
return new getTags_args();
}
+ @Override
protected boolean isOneway() {
return false;
}
@@ -2337,6 +2503,7 @@ public class MasterServer {
return false;
}
+ @Override
public getTags_result getResult(I iface, getTags_args args) throws org.apache.thrift.TException {
getTags_result result = new getTags_result();
try {
@@ -2353,10 +2520,12 @@ public class MasterServer {
super("getSoftware");
}
+ @Override
public getSoftware_args getEmptyArgsInstance() {
return new getSoftware_args();
}
+ @Override
protected boolean isOneway() {
return false;
}
@@ -2366,6 +2535,7 @@ public class MasterServer {
return false;
}
+ @Override
public getSoftware_result getResult(I iface, getSoftware_args args) throws org.apache.thrift.TException {
getSoftware_result result = new getSoftware_result();
try {
@@ -2382,10 +2552,12 @@ public class MasterServer {
super("queryUploadStatus");
}
+ @Override
public queryUploadStatus_args getEmptyArgsInstance() {
return new queryUploadStatus_args();
}
+ @Override
protected boolean isOneway() {
return false;
}
@@ -2395,6 +2567,7 @@ public class MasterServer {
return false;
}
+ @Override
public queryUploadStatus_result getResult(I iface, queryUploadStatus_args args) throws org.apache.thrift.TException {
queryUploadStatus_result result = new queryUploadStatus_result();
try {
@@ -2451,13 +2624,16 @@ public class MasterServer {
super("ping");
}
+ @Override
public ping_args getEmptyArgsInstance() {
return new ping_args();
}
+ @Override
public org.apache.thrift.async.AsyncMethodCallback<java.lang.Boolean> getResultHandler(final org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb, final int seqid) {
final org.apache.thrift.AsyncProcessFunction fcall = this;
return new org.apache.thrift.async.AsyncMethodCallback<java.lang.Boolean>() {
+ @Override
public void onComplete(java.lang.Boolean o) {
ping_result result = new ping_result();
result.success = o;
@@ -2472,6 +2648,7 @@ public class MasterServer {
onError(e);
}
}
+ @Override
public void onError(java.lang.Exception e) {
byte msgType = org.apache.thrift.protocol.TMessageType.REPLY;
org.apache.thrift.TSerializable msg;
@@ -2499,10 +2676,12 @@ public class MasterServer {
};
}
+ @Override
protected boolean isOneway() {
return false;
}
+ @Override
public void start(I iface, ping_args args, org.apache.thrift.async.AsyncMethodCallback<java.lang.Boolean> resultHandler) throws org.apache.thrift.TException {
iface.ping(resultHandler);
}
@@ -2513,13 +2692,16 @@ public class MasterServer {
super("authenticate");
}
+ @Override
public authenticate_args getEmptyArgsInstance() {
return new authenticate_args();
}
+ @Override
public org.apache.thrift.async.AsyncMethodCallback<SessionData> getResultHandler(final org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb, final int seqid) {
final org.apache.thrift.AsyncProcessFunction fcall = this;
return new org.apache.thrift.async.AsyncMethodCallback<SessionData>() {
+ @Override
public void onComplete(SessionData o) {
authenticate_result result = new authenticate_result();
result.success = o;
@@ -2533,6 +2715,7 @@ public class MasterServer {
onError(e);
}
}
+ @Override
public void onError(java.lang.Exception e) {
byte msgType = org.apache.thrift.protocol.TMessageType.REPLY;
org.apache.thrift.TSerializable msg;
@@ -2568,10 +2751,12 @@ public class MasterServer {
};
}
+ @Override
protected boolean isOneway() {
return false;
}
+ @Override
public void start(I iface, authenticate_args args, org.apache.thrift.async.AsyncMethodCallback<SessionData> resultHandler) throws org.apache.thrift.TException {
iface.authenticate(args.login, args.password,resultHandler);
}
@@ -2582,13 +2767,16 @@ public class MasterServer {
super("localAccountLogin");
}
+ @Override
public localAccountLogin_args getEmptyArgsInstance() {
return new localAccountLogin_args();
}
+ @Override
public org.apache.thrift.async.AsyncMethodCallback<ClientSessionData> getResultHandler(final org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb, final int seqid) {
final org.apache.thrift.AsyncProcessFunction fcall = this;
return new org.apache.thrift.async.AsyncMethodCallback<ClientSessionData>() {
+ @Override
public void onComplete(ClientSessionData o) {
localAccountLogin_result result = new localAccountLogin_result();
result.success = o;
@@ -2602,6 +2790,7 @@ public class MasterServer {
onError(e);
}
}
+ @Override
public void onError(java.lang.Exception e) {
byte msgType = org.apache.thrift.protocol.TMessageType.REPLY;
org.apache.thrift.TSerializable msg;
@@ -2637,10 +2826,12 @@ public class MasterServer {
};
}
+ @Override
protected boolean isOneway() {
return false;
}
+ @Override
public void start(I iface, localAccountLogin_args args, org.apache.thrift.async.AsyncMethodCallback<ClientSessionData> resultHandler) throws org.apache.thrift.TException {
iface.localAccountLogin(args.login, args.password,resultHandler);
}
@@ -2651,13 +2842,16 @@ public class MasterServer {
super("setUsedSatellite");
}
+ @Override
public setUsedSatellite_args getEmptyArgsInstance() {
return new setUsedSatellite_args();
}
+ @Override
public org.apache.thrift.async.AsyncMethodCallback<Void> getResultHandler(final org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb, final int seqid) {
final org.apache.thrift.AsyncProcessFunction fcall = this;
return new org.apache.thrift.async.AsyncMethodCallback<Void>() {
+ @Override
public void onComplete(Void o) {
setUsedSatellite_result result = new setUsedSatellite_result();
try {
@@ -2670,6 +2864,7 @@ public class MasterServer {
onError(e);
}
}
+ @Override
public void onError(java.lang.Exception e) {
byte msgType = org.apache.thrift.protocol.TMessageType.REPLY;
org.apache.thrift.TSerializable msg;
@@ -2697,10 +2892,12 @@ public class MasterServer {
};
}
+ @Override
protected boolean isOneway() {
return false;
}
+ @Override
public void start(I iface, setUsedSatellite_args args, org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler) throws org.apache.thrift.TException {
iface.setUsedSatellite(args.sessionId, args.satelliteName,resultHandler);
}
@@ -2711,13 +2908,16 @@ public class MasterServer {
super("findUser");
}
+ @Override
public findUser_args getEmptyArgsInstance() {
return new findUser_args();
}
+ @Override
public org.apache.thrift.async.AsyncMethodCallback<java.util.List<UserInfo>> getResultHandler(final org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb, final int seqid) {
final org.apache.thrift.AsyncProcessFunction fcall = this;
return new org.apache.thrift.async.AsyncMethodCallback<java.util.List<UserInfo>>() {
+ @Override
public void onComplete(java.util.List<UserInfo> o) {
findUser_result result = new findUser_result();
result.success = o;
@@ -2731,6 +2931,7 @@ public class MasterServer {
onError(e);
}
}
+ @Override
public void onError(java.lang.Exception e) {
byte msgType = org.apache.thrift.protocol.TMessageType.REPLY;
org.apache.thrift.TSerializable msg;
@@ -2766,10 +2967,12 @@ public class MasterServer {
};
}
+ @Override
protected boolean isOneway() {
return false;
}
+ @Override
public void start(I iface, findUser_args args, org.apache.thrift.async.AsyncMethodCallback<java.util.List<UserInfo>> resultHandler) throws org.apache.thrift.TException {
iface.findUser(args.sessionId, args.organizationId, args.searchTerm,resultHandler);
}
@@ -2780,13 +2983,16 @@ public class MasterServer {
super("getPublicImages");
}
+ @Override
public getPublicImages_args getEmptyArgsInstance() {
return new getPublicImages_args();
}
+ @Override
public org.apache.thrift.async.AsyncMethodCallback<java.util.List<ImageSummaryRead>> getResultHandler(final org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb, final int seqid) {
final org.apache.thrift.AsyncProcessFunction fcall = this;
return new org.apache.thrift.async.AsyncMethodCallback<java.util.List<ImageSummaryRead>>() {
+ @Override
public void onComplete(java.util.List<ImageSummaryRead> o) {
getPublicImages_result result = new getPublicImages_result();
result.success = o;
@@ -2800,6 +3006,7 @@ public class MasterServer {
onError(e);
}
}
+ @Override
public void onError(java.lang.Exception e) {
byte msgType = org.apache.thrift.protocol.TMessageType.REPLY;
org.apache.thrift.TSerializable msg;
@@ -2835,10 +3042,12 @@ public class MasterServer {
};
}
+ @Override
protected boolean isOneway() {
return false;
}
+ @Override
public void start(I iface, getPublicImages_args args, org.apache.thrift.async.AsyncMethodCallback<java.util.List<ImageSummaryRead>> resultHandler) throws org.apache.thrift.TException {
iface.getPublicImages(args.sessionId, args.page,resultHandler);
}
@@ -2849,13 +3058,16 @@ public class MasterServer {
super("getImageDetails");
}
+ @Override
public getImageDetails_args getEmptyArgsInstance() {
return new getImageDetails_args();
}
+ @Override
public org.apache.thrift.async.AsyncMethodCallback<ImageDetailsRead> getResultHandler(final org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb, final int seqid) {
final org.apache.thrift.AsyncProcessFunction fcall = this;
return new org.apache.thrift.async.AsyncMethodCallback<ImageDetailsRead>() {
+ @Override
public void onComplete(ImageDetailsRead o) {
getImageDetails_result result = new getImageDetails_result();
result.success = o;
@@ -2869,6 +3081,7 @@ public class MasterServer {
onError(e);
}
}
+ @Override
public void onError(java.lang.Exception e) {
byte msgType = org.apache.thrift.protocol.TMessageType.REPLY;
org.apache.thrift.TSerializable msg;
@@ -2908,10 +3121,12 @@ public class MasterServer {
};
}
+ @Override
protected boolean isOneway() {
return false;
}
+ @Override
public void start(I iface, getImageDetails_args args, org.apache.thrift.async.AsyncMethodCallback<ImageDetailsRead> resultHandler) throws org.apache.thrift.TException {
iface.getImageDetails(args.sessionId, args.imageBaseId,resultHandler);
}
@@ -2922,13 +3137,16 @@ public class MasterServer {
super("getUser");
}
+ @Override
public getUser_args getEmptyArgsInstance() {
return new getUser_args();
}
+ @Override
public org.apache.thrift.async.AsyncMethodCallback<UserInfo> getResultHandler(final org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb, final int seqid) {
final org.apache.thrift.AsyncProcessFunction fcall = this;
return new org.apache.thrift.async.AsyncMethodCallback<UserInfo>() {
+ @Override
public void onComplete(UserInfo o) {
getUser_result result = new getUser_result();
result.success = o;
@@ -2942,6 +3160,7 @@ public class MasterServer {
onError(e);
}
}
+ @Override
public void onError(java.lang.Exception e) {
byte msgType = org.apache.thrift.protocol.TMessageType.REPLY;
org.apache.thrift.TSerializable msg;
@@ -2981,10 +3200,12 @@ public class MasterServer {
};
}
+ @Override
protected boolean isOneway() {
return false;
}
+ @Override
public void start(I iface, getUser_args args, org.apache.thrift.async.AsyncMethodCallback<UserInfo> resultHandler) throws org.apache.thrift.TException {
iface.getUser(args.userToken, args.userId,resultHandler);
}
@@ -2995,13 +3216,16 @@ public class MasterServer {
super("invalidateSession");
}
+ @Override
public invalidateSession_args getEmptyArgsInstance() {
return new invalidateSession_args();
}
+ @Override
public org.apache.thrift.async.AsyncMethodCallback<Void> getResultHandler(final org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb, final int seqid) {
final org.apache.thrift.AsyncProcessFunction fcall = this;
return new org.apache.thrift.async.AsyncMethodCallback<Void>() {
+ @Override
public void onComplete(Void o) {
invalidateSession_result result = new invalidateSession_result();
try {
@@ -3014,6 +3238,7 @@ public class MasterServer {
onError(e);
}
}
+ @Override
public void onError(java.lang.Exception e) {
byte msgType = org.apache.thrift.protocol.TMessageType.REPLY;
org.apache.thrift.TSerializable msg;
@@ -3045,10 +3270,12 @@ public class MasterServer {
};
}
+ @Override
protected boolean isOneway() {
return false;
}
+ @Override
public void start(I iface, invalidateSession_args args, org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler) throws org.apache.thrift.TException {
iface.invalidateSession(args.sessionId,resultHandler);
}
@@ -3059,13 +3286,16 @@ public class MasterServer {
super("getUserFromToken");
}
+ @Override
public getUserFromToken_args getEmptyArgsInstance() {
return new getUserFromToken_args();
}
+ @Override
public org.apache.thrift.async.AsyncMethodCallback<UserInfo> getResultHandler(final org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb, final int seqid) {
final org.apache.thrift.AsyncProcessFunction fcall = this;
return new org.apache.thrift.async.AsyncMethodCallback<UserInfo>() {
+ @Override
public void onComplete(UserInfo o) {
getUserFromToken_result result = new getUserFromToken_result();
result.success = o;
@@ -3079,6 +3309,7 @@ public class MasterServer {
onError(e);
}
}
+ @Override
public void onError(java.lang.Exception e) {
byte msgType = org.apache.thrift.protocol.TMessageType.REPLY;
org.apache.thrift.TSerializable msg;
@@ -3110,10 +3341,12 @@ public class MasterServer {
};
}
+ @Override
protected boolean isOneway() {
return false;
}
+ @Override
public void start(I iface, getUserFromToken_args args, org.apache.thrift.async.AsyncMethodCallback<UserInfo> resultHandler) throws org.apache.thrift.TException {
iface.getUserFromToken(args.token,resultHandler);
}
@@ -3124,13 +3357,16 @@ public class MasterServer {
super("isServerAuthenticated");
}
+ @Override
public isServerAuthenticated_args getEmptyArgsInstance() {
return new isServerAuthenticated_args();
}
+ @Override
public org.apache.thrift.async.AsyncMethodCallback<java.lang.Boolean> getResultHandler(final org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb, final int seqid) {
final org.apache.thrift.AsyncProcessFunction fcall = this;
return new org.apache.thrift.async.AsyncMethodCallback<java.lang.Boolean>() {
+ @Override
public void onComplete(java.lang.Boolean o) {
isServerAuthenticated_result result = new isServerAuthenticated_result();
result.success = o;
@@ -3145,6 +3381,7 @@ public class MasterServer {
onError(e);
}
}
+ @Override
public void onError(java.lang.Exception e) {
byte msgType = org.apache.thrift.protocol.TMessageType.REPLY;
org.apache.thrift.TSerializable msg;
@@ -3172,10 +3409,12 @@ public class MasterServer {
};
}
+ @Override
protected boolean isOneway() {
return false;
}
+ @Override
public void start(I iface, isServerAuthenticated_args args, org.apache.thrift.async.AsyncMethodCallback<java.lang.Boolean> resultHandler) throws org.apache.thrift.TException {
iface.isServerAuthenticated(args.serverSessionId,resultHandler);
}
@@ -3186,13 +3425,16 @@ public class MasterServer {
super("startServerAuthentication");
}
+ @Override
public startServerAuthentication_args getEmptyArgsInstance() {
return new startServerAuthentication_args();
}
+ @Override
public org.apache.thrift.async.AsyncMethodCallback<java.nio.ByteBuffer> getResultHandler(final org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb, final int seqid) {
final org.apache.thrift.AsyncProcessFunction fcall = this;
return new org.apache.thrift.async.AsyncMethodCallback<java.nio.ByteBuffer>() {
+ @Override
public void onComplete(java.nio.ByteBuffer o) {
startServerAuthentication_result result = new startServerAuthentication_result();
result.success = o;
@@ -3206,6 +3448,7 @@ public class MasterServer {
onError(e);
}
}
+ @Override
public void onError(java.lang.Exception e) {
byte msgType = org.apache.thrift.protocol.TMessageType.REPLY;
org.apache.thrift.TSerializable msg;
@@ -3241,10 +3484,12 @@ public class MasterServer {
};
}
+ @Override
protected boolean isOneway() {
return false;
}
+ @Override
public void start(I iface, startServerAuthentication_args args, org.apache.thrift.async.AsyncMethodCallback<java.nio.ByteBuffer> resultHandler) throws org.apache.thrift.TException {
iface.startServerAuthentication(args.satelliteId,resultHandler);
}
@@ -3255,13 +3500,16 @@ public class MasterServer {
super("serverAuthenticate");
}
+ @Override
public serverAuthenticate_args getEmptyArgsInstance() {
return new serverAuthenticate_args();
}
+ @Override
public org.apache.thrift.async.AsyncMethodCallback<ServerSessionData> getResultHandler(final org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb, final int seqid) {
final org.apache.thrift.AsyncProcessFunction fcall = this;
return new org.apache.thrift.async.AsyncMethodCallback<ServerSessionData>() {
+ @Override
public void onComplete(ServerSessionData o) {
serverAuthenticate_result result = new serverAuthenticate_result();
result.success = o;
@@ -3275,6 +3523,7 @@ public class MasterServer {
onError(e);
}
}
+ @Override
public void onError(java.lang.Exception e) {
byte msgType = org.apache.thrift.protocol.TMessageType.REPLY;
org.apache.thrift.TSerializable msg;
@@ -3310,10 +3559,12 @@ public class MasterServer {
};
}
+ @Override
protected boolean isOneway() {
return false;
}
+ @Override
public void start(I iface, serverAuthenticate_args args, org.apache.thrift.async.AsyncMethodCallback<ServerSessionData> resultHandler) throws org.apache.thrift.TException {
iface.serverAuthenticate(args.satelliteId, args.challengeResponse,resultHandler);
}
@@ -3324,13 +3575,16 @@ public class MasterServer {
super("getImageData");
}
+ @Override
public getImageData_args getEmptyArgsInstance() {
return new getImageData_args();
}
+ @Override
public org.apache.thrift.async.AsyncMethodCallback<ImagePublishData> getResultHandler(final org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb, final int seqid) {
final org.apache.thrift.AsyncProcessFunction fcall = this;
return new org.apache.thrift.async.AsyncMethodCallback<ImagePublishData>() {
+ @Override
public void onComplete(ImagePublishData o) {
getImageData_result result = new getImageData_result();
result.success = o;
@@ -3344,6 +3598,7 @@ public class MasterServer {
onError(e);
}
}
+ @Override
public void onError(java.lang.Exception e) {
byte msgType = org.apache.thrift.protocol.TMessageType.REPLY;
org.apache.thrift.TSerializable msg;
@@ -3383,10 +3638,12 @@ public class MasterServer {
};
}
+ @Override
protected boolean isOneway() {
return false;
}
+ @Override
public void start(I iface, getImageData_args args, org.apache.thrift.async.AsyncMethodCallback<ImagePublishData> resultHandler) throws org.apache.thrift.TException {
iface.getImageData(args.serverSessionId, args.imageVersionId,resultHandler);
}
@@ -3397,13 +3654,16 @@ public class MasterServer {
super("submitImage");
}
+ @Override
public submitImage_args getEmptyArgsInstance() {
return new submitImage_args();
}
+ @Override
public org.apache.thrift.async.AsyncMethodCallback<TransferInformation> getResultHandler(final org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb, final int seqid) {
final org.apache.thrift.AsyncProcessFunction fcall = this;
return new org.apache.thrift.async.AsyncMethodCallback<TransferInformation>() {
+ @Override
public void onComplete(TransferInformation o) {
submitImage_result result = new submitImage_result();
result.success = o;
@@ -3417,6 +3677,7 @@ public class MasterServer {
onError(e);
}
}
+ @Override
public void onError(java.lang.Exception e) {
byte msgType = org.apache.thrift.protocol.TMessageType.REPLY;
org.apache.thrift.TSerializable msg;
@@ -3456,10 +3717,12 @@ public class MasterServer {
};
}
+ @Override
protected boolean isOneway() {
return false;
}
+ @Override
public void start(I iface, submitImage_args args, org.apache.thrift.async.AsyncMethodCallback<TransferInformation> resultHandler) throws org.apache.thrift.TException {
iface.submitImage(args.userToken, args.imageDescription, args.blockHashes,resultHandler);
}
@@ -3470,13 +3733,16 @@ public class MasterServer {
super("registerSatellite");
}
+ @Override
public registerSatellite_args getEmptyArgsInstance() {
return new registerSatellite_args();
}
+ @Override
public org.apache.thrift.async.AsyncMethodCallback<java.lang.Integer> getResultHandler(final org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb, final int seqid) {
final org.apache.thrift.AsyncProcessFunction fcall = this;
return new org.apache.thrift.async.AsyncMethodCallback<java.lang.Integer>() {
+ @Override
public void onComplete(java.lang.Integer o) {
registerSatellite_result result = new registerSatellite_result();
result.success = o;
@@ -3491,6 +3757,7 @@ public class MasterServer {
onError(e);
}
}
+ @Override
public void onError(java.lang.Exception e) {
byte msgType = org.apache.thrift.protocol.TMessageType.REPLY;
org.apache.thrift.TSerializable msg;
@@ -3522,10 +3789,12 @@ public class MasterServer {
};
}
+ @Override
protected boolean isOneway() {
return false;
}
+ @Override
public void start(I iface, registerSatellite_args args, org.apache.thrift.async.AsyncMethodCallback<java.lang.Integer> resultHandler) throws org.apache.thrift.TException {
iface.registerSatellite(args.userToken, args.displayName, args.addresses, args.modulus, args.exponent, args.certsha256,resultHandler);
}
@@ -3536,13 +3805,16 @@ public class MasterServer {
super("updateSatellite");
}
+ @Override
public updateSatellite_args getEmptyArgsInstance() {
return new updateSatellite_args();
}
+ @Override
public org.apache.thrift.async.AsyncMethodCallback<java.lang.Boolean> getResultHandler(final org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb, final int seqid) {
final org.apache.thrift.AsyncProcessFunction fcall = this;
return new org.apache.thrift.async.AsyncMethodCallback<java.lang.Boolean>() {
+ @Override
public void onComplete(java.lang.Boolean o) {
updateSatellite_result result = new updateSatellite_result();
result.success = o;
@@ -3557,6 +3829,7 @@ public class MasterServer {
onError(e);
}
}
+ @Override
public void onError(java.lang.Exception e) {
byte msgType = org.apache.thrift.protocol.TMessageType.REPLY;
org.apache.thrift.TSerializable msg;
@@ -3592,10 +3865,12 @@ public class MasterServer {
};
}
+ @Override
protected boolean isOneway() {
return false;
}
+ @Override
public void start(I iface, updateSatellite_args args, org.apache.thrift.async.AsyncMethodCallback<java.lang.Boolean> resultHandler) throws org.apache.thrift.TException {
iface.updateSatellite(args.serverSessionId, args.displayName, args.addresses,resultHandler);
}
@@ -3606,13 +3881,16 @@ public class MasterServer {
super("downloadImage");
}
+ @Override
public downloadImage_args getEmptyArgsInstance() {
return new downloadImage_args();
}
+ @Override
public org.apache.thrift.async.AsyncMethodCallback<TransferInformation> getResultHandler(final org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb, final int seqid) {
final org.apache.thrift.AsyncProcessFunction fcall = this;
return new org.apache.thrift.async.AsyncMethodCallback<TransferInformation>() {
+ @Override
public void onComplete(TransferInformation o) {
downloadImage_result result = new downloadImage_result();
result.success = o;
@@ -3626,6 +3904,7 @@ public class MasterServer {
onError(e);
}
}
+ @Override
public void onError(java.lang.Exception e) {
byte msgType = org.apache.thrift.protocol.TMessageType.REPLY;
org.apache.thrift.TSerializable msg;
@@ -3665,10 +3944,12 @@ public class MasterServer {
};
}
+ @Override
protected boolean isOneway() {
return false;
}
+ @Override
public void start(I iface, downloadImage_args args, org.apache.thrift.async.AsyncMethodCallback<TransferInformation> resultHandler) throws org.apache.thrift.TException {
iface.downloadImage(args.sessionId, args.imageVersionId,resultHandler);
}
@@ -3679,13 +3960,16 @@ public class MasterServer {
super("getOrganizations");
}
+ @Override
public getOrganizations_args getEmptyArgsInstance() {
return new getOrganizations_args();
}
+ @Override
public org.apache.thrift.async.AsyncMethodCallback<java.util.List<Organization>> getResultHandler(final org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb, final int seqid) {
final org.apache.thrift.AsyncProcessFunction fcall = this;
return new org.apache.thrift.async.AsyncMethodCallback<java.util.List<Organization>>() {
+ @Override
public void onComplete(java.util.List<Organization> o) {
getOrganizations_result result = new getOrganizations_result();
result.success = o;
@@ -3699,6 +3983,7 @@ public class MasterServer {
onError(e);
}
}
+ @Override
public void onError(java.lang.Exception e) {
byte msgType = org.apache.thrift.protocol.TMessageType.REPLY;
org.apache.thrift.TSerializable msg;
@@ -3730,10 +4015,12 @@ public class MasterServer {
};
}
+ @Override
protected boolean isOneway() {
return false;
}
+ @Override
public void start(I iface, getOrganizations_args args, org.apache.thrift.async.AsyncMethodCallback<java.util.List<Organization>> resultHandler) throws org.apache.thrift.TException {
iface.getOrganizations(resultHandler);
}
@@ -3744,13 +4031,16 @@ public class MasterServer {
super("getOperatingSystems");
}
+ @Override
public getOperatingSystems_args getEmptyArgsInstance() {
return new getOperatingSystems_args();
}
+ @Override
public org.apache.thrift.async.AsyncMethodCallback<java.util.List<OperatingSystem>> getResultHandler(final org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb, final int seqid) {
final org.apache.thrift.AsyncProcessFunction fcall = this;
return new org.apache.thrift.async.AsyncMethodCallback<java.util.List<OperatingSystem>>() {
+ @Override
public void onComplete(java.util.List<OperatingSystem> o) {
getOperatingSystems_result result = new getOperatingSystems_result();
result.success = o;
@@ -3764,6 +4054,7 @@ public class MasterServer {
onError(e);
}
}
+ @Override
public void onError(java.lang.Exception e) {
byte msgType = org.apache.thrift.protocol.TMessageType.REPLY;
org.apache.thrift.TSerializable msg;
@@ -3795,10 +4086,12 @@ public class MasterServer {
};
}
+ @Override
protected boolean isOneway() {
return false;
}
+ @Override
public void start(I iface, getOperatingSystems_args args, org.apache.thrift.async.AsyncMethodCallback<java.util.List<OperatingSystem>> resultHandler) throws org.apache.thrift.TException {
iface.getOperatingSystems(resultHandler);
}
@@ -3809,13 +4102,16 @@ public class MasterServer {
super("getVirtualizers");
}
+ @Override
public getVirtualizers_args getEmptyArgsInstance() {
return new getVirtualizers_args();
}
+ @Override
public org.apache.thrift.async.AsyncMethodCallback<java.util.List<Virtualizer>> getResultHandler(final org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb, final int seqid) {
final org.apache.thrift.AsyncProcessFunction fcall = this;
return new org.apache.thrift.async.AsyncMethodCallback<java.util.List<Virtualizer>>() {
+ @Override
public void onComplete(java.util.List<Virtualizer> o) {
getVirtualizers_result result = new getVirtualizers_result();
result.success = o;
@@ -3829,6 +4125,7 @@ public class MasterServer {
onError(e);
}
}
+ @Override
public void onError(java.lang.Exception e) {
byte msgType = org.apache.thrift.protocol.TMessageType.REPLY;
org.apache.thrift.TSerializable msg;
@@ -3860,10 +4157,12 @@ public class MasterServer {
};
}
+ @Override
protected boolean isOneway() {
return false;
}
+ @Override
public void start(I iface, getVirtualizers_args args, org.apache.thrift.async.AsyncMethodCallback<java.util.List<Virtualizer>> resultHandler) throws org.apache.thrift.TException {
iface.getVirtualizers(resultHandler);
}
@@ -3874,13 +4173,16 @@ public class MasterServer {
super("getTags");
}
+ @Override
public getTags_args getEmptyArgsInstance() {
return new getTags_args();
}
+ @Override
public org.apache.thrift.async.AsyncMethodCallback<java.util.List<MasterTag>> getResultHandler(final org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb, final int seqid) {
final org.apache.thrift.AsyncProcessFunction fcall = this;
return new org.apache.thrift.async.AsyncMethodCallback<java.util.List<MasterTag>>() {
+ @Override
public void onComplete(java.util.List<MasterTag> o) {
getTags_result result = new getTags_result();
result.success = o;
@@ -3894,6 +4196,7 @@ public class MasterServer {
onError(e);
}
}
+ @Override
public void onError(java.lang.Exception e) {
byte msgType = org.apache.thrift.protocol.TMessageType.REPLY;
org.apache.thrift.TSerializable msg;
@@ -3925,10 +4228,12 @@ public class MasterServer {
};
}
+ @Override
protected boolean isOneway() {
return false;
}
+ @Override
public void start(I iface, getTags_args args, org.apache.thrift.async.AsyncMethodCallback<java.util.List<MasterTag>> resultHandler) throws org.apache.thrift.TException {
iface.getTags(args.startDate,resultHandler);
}
@@ -3939,13 +4244,16 @@ public class MasterServer {
super("getSoftware");
}
+ @Override
public getSoftware_args getEmptyArgsInstance() {
return new getSoftware_args();
}
+ @Override
public org.apache.thrift.async.AsyncMethodCallback<java.util.List<MasterSoftware>> getResultHandler(final org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb, final int seqid) {
final org.apache.thrift.AsyncProcessFunction fcall = this;
return new org.apache.thrift.async.AsyncMethodCallback<java.util.List<MasterSoftware>>() {
+ @Override
public void onComplete(java.util.List<MasterSoftware> o) {
getSoftware_result result = new getSoftware_result();
result.success = o;
@@ -3959,6 +4267,7 @@ public class MasterServer {
onError(e);
}
}
+ @Override
public void onError(java.lang.Exception e) {
byte msgType = org.apache.thrift.protocol.TMessageType.REPLY;
org.apache.thrift.TSerializable msg;
@@ -3990,10 +4299,12 @@ public class MasterServer {
};
}
+ @Override
protected boolean isOneway() {
return false;
}
+ @Override
public void start(I iface, getSoftware_args args, org.apache.thrift.async.AsyncMethodCallback<java.util.List<MasterSoftware>> resultHandler) throws org.apache.thrift.TException {
iface.getSoftware(args.startDate,resultHandler);
}
@@ -4004,13 +4315,16 @@ public class MasterServer {
super("queryUploadStatus");
}
+ @Override
public queryUploadStatus_args getEmptyArgsInstance() {
return new queryUploadStatus_args();
}
+ @Override
public org.apache.thrift.async.AsyncMethodCallback<TransferStatus> getResultHandler(final org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb, final int seqid) {
final org.apache.thrift.AsyncProcessFunction fcall = this;
return new org.apache.thrift.async.AsyncMethodCallback<TransferStatus>() {
+ @Override
public void onComplete(TransferStatus o) {
queryUploadStatus_result result = new queryUploadStatus_result();
result.success = o;
@@ -4024,6 +4338,7 @@ public class MasterServer {
onError(e);
}
}
+ @Override
public void onError(java.lang.Exception e) {
byte msgType = org.apache.thrift.protocol.TMessageType.REPLY;
org.apache.thrift.TSerializable msg;
@@ -4055,10 +4370,12 @@ public class MasterServer {
};
}
+ @Override
protected boolean isOneway() {
return false;
}
+ @Override
public void start(I iface, queryUploadStatus_args args, org.apache.thrift.async.AsyncMethodCallback<TransferStatus> resultHandler) throws org.apache.thrift.TException {
iface.queryUploadStatus(args.uploadToken,resultHandler);
}
@@ -4066,6 +4383,7 @@ public class MasterServer {
}
+ @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked", "unused"})
public static class ping_args implements org.apache.thrift.TBase<ping_args, ping_args._Fields>, java.io.Serializable, Cloneable, Comparable<ping_args> {
private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("ping_args");
@@ -4123,10 +4441,12 @@ public class MasterServer {
_fieldName = fieldName;
}
+ @Override
public short getThriftFieldId() {
return _thriftId;
}
+ @Override
public java.lang.String getFieldName() {
return _fieldName;
}
@@ -4147,6 +4467,7 @@ public class MasterServer {
public ping_args(ping_args other) {
}
+ @Override
public ping_args deepCopy() {
return new ping_args(this);
}
@@ -4155,12 +4476,14 @@ public class MasterServer {
public void clear() {
}
+ @Override
public void setFieldValue(_Fields field, @org.apache.thrift.annotation.Nullable java.lang.Object value) {
switch (field) {
}
}
@org.apache.thrift.annotation.Nullable
+ @Override
public java.lang.Object getFieldValue(_Fields field) {
switch (field) {
}
@@ -4168,6 +4491,7 @@ public class MasterServer {
}
/** Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise */
+ @Override
public boolean isSet(_Fields field) {
if (field == null) {
throw new java.lang.IllegalArgumentException();
@@ -4213,14 +4537,17 @@ public class MasterServer {
}
@org.apache.thrift.annotation.Nullable
+ @Override
public _Fields fieldForId(int fieldId) {
return _Fields.findByThriftId(fieldId);
}
+ @Override
public void read(org.apache.thrift.protocol.TProtocol iprot) throws org.apache.thrift.TException {
scheme(iprot).read(iprot, this);
}
+ @Override
public void write(org.apache.thrift.protocol.TProtocol oprot) throws org.apache.thrift.TException {
scheme(oprot).write(oprot, this);
}
@@ -4256,6 +4583,7 @@ public class MasterServer {
}
private static class ping_argsStandardSchemeFactory implements org.apache.thrift.scheme.SchemeFactory {
+ @Override
public ping_argsStandardScheme getScheme() {
return new ping_argsStandardScheme();
}
@@ -4263,6 +4591,7 @@ public class MasterServer {
private static class ping_argsStandardScheme extends org.apache.thrift.scheme.StandardScheme<ping_args> {
+ @Override
public void read(org.apache.thrift.protocol.TProtocol iprot, ping_args struct) throws org.apache.thrift.TException {
org.apache.thrift.protocol.TField schemeField;
iprot.readStructBegin();
@@ -4284,6 +4613,7 @@ public class MasterServer {
struct.validate();
}
+ @Override
public void write(org.apache.thrift.protocol.TProtocol oprot, ping_args struct) throws org.apache.thrift.TException {
struct.validate();
@@ -4295,6 +4625,7 @@ public class MasterServer {
}
private static class ping_argsTupleSchemeFactory implements org.apache.thrift.scheme.SchemeFactory {
+ @Override
public ping_argsTupleScheme getScheme() {
return new ping_argsTupleScheme();
}
@@ -4318,6 +4649,7 @@ public class MasterServer {
}
}
+ @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked", "unused"})
public static class ping_result implements org.apache.thrift.TBase<ping_result, ping_result._Fields>, java.io.Serializable, Cloneable, Comparable<ping_result> {
private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("ping_result");
@@ -4379,10 +4711,12 @@ public class MasterServer {
_fieldName = fieldName;
}
+ @Override
public short getThriftFieldId() {
return _thriftId;
}
+ @Override
public java.lang.String getFieldName() {
return _fieldName;
}
@@ -4419,6 +4753,7 @@ public class MasterServer {
this.success = other.success;
}
+ @Override
public ping_result deepCopy() {
return new ping_result(this);
}
@@ -4452,6 +4787,7 @@ public class MasterServer {
__isset_bitfield = org.apache.thrift.EncodingUtils.setBit(__isset_bitfield, __SUCCESS_ISSET_ID, value);
}
+ @Override
public void setFieldValue(_Fields field, @org.apache.thrift.annotation.Nullable java.lang.Object value) {
switch (field) {
case SUCCESS:
@@ -4466,6 +4802,7 @@ public class MasterServer {
}
@org.apache.thrift.annotation.Nullable
+ @Override
public java.lang.Object getFieldValue(_Fields field) {
switch (field) {
case SUCCESS:
@@ -4476,6 +4813,7 @@ public class MasterServer {
}
/** Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise */
+ @Override
public boolean isSet(_Fields field) {
if (field == null) {
throw new java.lang.IllegalArgumentException();
@@ -4544,10 +4882,12 @@ public class MasterServer {
}
@org.apache.thrift.annotation.Nullable
+ @Override
public _Fields fieldForId(int fieldId) {
return _Fields.findByThriftId(fieldId);
}
+ @Override
public void read(org.apache.thrift.protocol.TProtocol iprot) throws org.apache.thrift.TException {
scheme(iprot).read(iprot, this);
}
@@ -4592,6 +4932,7 @@ public class MasterServer {
}
private static class ping_resultStandardSchemeFactory implements org.apache.thrift.scheme.SchemeFactory {
+ @Override
public ping_resultStandardScheme getScheme() {
return new ping_resultStandardScheme();
}
@@ -4599,6 +4940,7 @@ public class MasterServer {
private static class ping_resultStandardScheme extends org.apache.thrift.scheme.StandardScheme<ping_result> {
+ @Override
public void read(org.apache.thrift.protocol.TProtocol iprot, ping_result struct) throws org.apache.thrift.TException {
org.apache.thrift.protocol.TField schemeField;
iprot.readStructBegin();
@@ -4628,6 +4970,7 @@ public class MasterServer {
struct.validate();
}
+ @Override
public void write(org.apache.thrift.protocol.TProtocol oprot, ping_result struct) throws org.apache.thrift.TException {
struct.validate();
@@ -4644,6 +4987,7 @@ public class MasterServer {
}
private static class ping_resultTupleSchemeFactory implements org.apache.thrift.scheme.SchemeFactory {
+ @Override
public ping_resultTupleScheme getScheme() {
return new ping_resultTupleScheme();
}
@@ -4680,6 +5024,7 @@ public class MasterServer {
}
}
+ @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked", "unused"})
public static class authenticate_args implements org.apache.thrift.TBase<authenticate_args, authenticate_args._Fields>, java.io.Serializable, Cloneable, Comparable<authenticate_args> {
private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("authenticate_args");
@@ -4746,10 +5091,12 @@ public class MasterServer {
_fieldName = fieldName;
}
+ @Override
public short getThriftFieldId() {
return _thriftId;
}
+ @Override
public java.lang.String getFieldName() {
return _fieldName;
}
@@ -4791,6 +5138,7 @@ public class MasterServer {
}
}
+ @Override
public authenticate_args deepCopy() {
return new authenticate_args(this);
}
@@ -4851,6 +5199,7 @@ public class MasterServer {
}
}
+ @Override
public void setFieldValue(_Fields field, @org.apache.thrift.annotation.Nullable java.lang.Object value) {
switch (field) {
case LOGIN:
@@ -4873,6 +5222,7 @@ public class MasterServer {
}
@org.apache.thrift.annotation.Nullable
+ @Override
public java.lang.Object getFieldValue(_Fields field) {
switch (field) {
case LOGIN:
@@ -4886,6 +5236,7 @@ public class MasterServer {
}
/** Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise */
+ @Override
public boolean isSet(_Fields field) {
if (field == null) {
throw new java.lang.IllegalArgumentException();
@@ -4981,14 +5332,17 @@ public class MasterServer {
}
@org.apache.thrift.annotation.Nullable
+ @Override
public _Fields fieldForId(int fieldId) {
return _Fields.findByThriftId(fieldId);
}
+ @Override
public void read(org.apache.thrift.protocol.TProtocol iprot) throws org.apache.thrift.TException {
scheme(iprot).read(iprot, this);
}
+ @Override
public void write(org.apache.thrift.protocol.TProtocol oprot) throws org.apache.thrift.TException {
scheme(oprot).write(oprot, this);
}
@@ -5039,6 +5393,7 @@ public class MasterServer {
}
private static class authenticate_argsStandardSchemeFactory implements org.apache.thrift.scheme.SchemeFactory {
+ @Override
public authenticate_argsStandardScheme getScheme() {
return new authenticate_argsStandardScheme();
}
@@ -5046,6 +5401,7 @@ public class MasterServer {
private static class authenticate_argsStandardScheme extends org.apache.thrift.scheme.StandardScheme<authenticate_args> {
+ @Override
public void read(org.apache.thrift.protocol.TProtocol iprot, authenticate_args struct) throws org.apache.thrift.TException {
org.apache.thrift.protocol.TField schemeField;
iprot.readStructBegin();
@@ -5083,6 +5439,7 @@ public class MasterServer {
struct.validate();
}
+ @Override
public void write(org.apache.thrift.protocol.TProtocol oprot, authenticate_args struct) throws org.apache.thrift.TException {
struct.validate();
@@ -5104,6 +5461,7 @@ public class MasterServer {
}
private static class authenticate_argsTupleSchemeFactory implements org.apache.thrift.scheme.SchemeFactory {
+ @Override
public authenticate_argsTupleScheme getScheme() {
return new authenticate_argsTupleScheme();
}
@@ -5150,6 +5508,7 @@ public class MasterServer {
}
}
+ @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked", "unused"})
public static class authenticate_result implements org.apache.thrift.TBase<authenticate_result, authenticate_result._Fields>, java.io.Serializable, Cloneable, Comparable<authenticate_result> {
private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("authenticate_result");
@@ -5221,10 +5580,12 @@ public class MasterServer {
_fieldName = fieldName;
}
+ @Override
public short getThriftFieldId() {
return _thriftId;
}
+ @Override
public java.lang.String getFieldName() {
return _fieldName;
}
@@ -5273,6 +5634,7 @@ public class MasterServer {
}
}
+ @Override
public authenticate_result deepCopy() {
return new authenticate_result(this);
}
@@ -5359,6 +5721,7 @@ public class MasterServer {
}
}
+ @Override
public void setFieldValue(_Fields field, @org.apache.thrift.annotation.Nullable java.lang.Object value) {
switch (field) {
case SUCCESS:
@@ -5389,6 +5752,7 @@ public class MasterServer {
}
@org.apache.thrift.annotation.Nullable
+ @Override
public java.lang.Object getFieldValue(_Fields field) {
switch (field) {
case SUCCESS:
@@ -5405,6 +5769,7 @@ public class MasterServer {
}
/** Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise */
+ @Override
public boolean isSet(_Fields field) {
if (field == null) {
throw new java.lang.IllegalArgumentException();
@@ -5525,10 +5890,12 @@ public class MasterServer {
}
@org.apache.thrift.annotation.Nullable
+ @Override
public _Fields fieldForId(int fieldId) {
return _Fields.findByThriftId(fieldId);
}
+ @Override
public void read(org.apache.thrift.protocol.TProtocol iprot) throws org.apache.thrift.TException {
scheme(iprot).read(iprot, this);
}
@@ -5594,6 +5961,7 @@ public class MasterServer {
}
private static class authenticate_resultStandardSchemeFactory implements org.apache.thrift.scheme.SchemeFactory {
+ @Override
public authenticate_resultStandardScheme getScheme() {
return new authenticate_resultStandardScheme();
}
@@ -5601,6 +5969,7 @@ public class MasterServer {
private static class authenticate_resultStandardScheme extends org.apache.thrift.scheme.StandardScheme<authenticate_result> {
+ @Override
public void read(org.apache.thrift.protocol.TProtocol iprot, authenticate_result struct) throws org.apache.thrift.TException {
org.apache.thrift.protocol.TField schemeField;
iprot.readStructBegin();
@@ -5649,6 +6018,7 @@ public class MasterServer {
struct.validate();
}
+ @Override
public void write(org.apache.thrift.protocol.TProtocol oprot, authenticate_result struct) throws org.apache.thrift.TException {
struct.validate();
@@ -5675,6 +6045,7 @@ public class MasterServer {
}
private static class authenticate_resultTupleSchemeFactory implements org.apache.thrift.scheme.SchemeFactory {
+ @Override
public authenticate_resultTupleScheme getScheme() {
return new authenticate_resultTupleScheme();
}
@@ -5734,6 +6105,7 @@ public class MasterServer {
}
}
+ @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked", "unused"})
public static class localAccountLogin_args implements org.apache.thrift.TBase<localAccountLogin_args, localAccountLogin_args._Fields>, java.io.Serializable, Cloneable, Comparable<localAccountLogin_args> {
private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("localAccountLogin_args");
@@ -5800,10 +6172,12 @@ public class MasterServer {
_fieldName = fieldName;
}
+ @Override
public short getThriftFieldId() {
return _thriftId;
}
+ @Override
public java.lang.String getFieldName() {
return _fieldName;
}
@@ -5845,6 +6219,7 @@ public class MasterServer {
}
}
+ @Override
public localAccountLogin_args deepCopy() {
return new localAccountLogin_args(this);
}
@@ -5905,6 +6280,7 @@ public class MasterServer {
}
}
+ @Override
public void setFieldValue(_Fields field, @org.apache.thrift.annotation.Nullable java.lang.Object value) {
switch (field) {
case LOGIN:
@@ -5927,6 +6303,7 @@ public class MasterServer {
}
@org.apache.thrift.annotation.Nullable
+ @Override
public java.lang.Object getFieldValue(_Fields field) {
switch (field) {
case LOGIN:
@@ -5940,6 +6317,7 @@ public class MasterServer {
}
/** Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise */
+ @Override
public boolean isSet(_Fields field) {
if (field == null) {
throw new java.lang.IllegalArgumentException();
@@ -6035,14 +6413,17 @@ public class MasterServer {
}
@org.apache.thrift.annotation.Nullable
+ @Override
public _Fields fieldForId(int fieldId) {
return _Fields.findByThriftId(fieldId);
}
+ @Override
public void read(org.apache.thrift.protocol.TProtocol iprot) throws org.apache.thrift.TException {
scheme(iprot).read(iprot, this);
}
+ @Override
public void write(org.apache.thrift.protocol.TProtocol oprot) throws org.apache.thrift.TException {
scheme(oprot).write(oprot, this);
}
@@ -6093,6 +6474,7 @@ public class MasterServer {
}
private static class localAccountLogin_argsStandardSchemeFactory implements org.apache.thrift.scheme.SchemeFactory {
+ @Override
public localAccountLogin_argsStandardScheme getScheme() {
return new localAccountLogin_argsStandardScheme();
}
@@ -6100,6 +6482,7 @@ public class MasterServer {
private static class localAccountLogin_argsStandardScheme extends org.apache.thrift.scheme.StandardScheme<localAccountLogin_args> {
+ @Override
public void read(org.apache.thrift.protocol.TProtocol iprot, localAccountLogin_args struct) throws org.apache.thrift.TException {
org.apache.thrift.protocol.TField schemeField;
iprot.readStructBegin();
@@ -6137,6 +6520,7 @@ public class MasterServer {
struct.validate();
}
+ @Override
public void write(org.apache.thrift.protocol.TProtocol oprot, localAccountLogin_args struct) throws org.apache.thrift.TException {
struct.validate();
@@ -6158,6 +6542,7 @@ public class MasterServer {
}
private static class localAccountLogin_argsTupleSchemeFactory implements org.apache.thrift.scheme.SchemeFactory {
+ @Override
public localAccountLogin_argsTupleScheme getScheme() {
return new localAccountLogin_argsTupleScheme();
}
@@ -6204,6 +6589,7 @@ public class MasterServer {
}
}
+ @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked", "unused"})
public static class localAccountLogin_result implements org.apache.thrift.TBase<localAccountLogin_result, localAccountLogin_result._Fields>, java.io.Serializable, Cloneable, Comparable<localAccountLogin_result> {
private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("localAccountLogin_result");
@@ -6275,10 +6661,12 @@ public class MasterServer {
_fieldName = fieldName;
}
+ @Override
public short getThriftFieldId() {
return _thriftId;
}
+ @Override
public java.lang.String getFieldName() {
return _fieldName;
}
@@ -6327,6 +6715,7 @@ public class MasterServer {
}
}
+ @Override
public localAccountLogin_result deepCopy() {
return new localAccountLogin_result(this);
}
@@ -6413,6 +6802,7 @@ public class MasterServer {
}
}
+ @Override
public void setFieldValue(_Fields field, @org.apache.thrift.annotation.Nullable java.lang.Object value) {
switch (field) {
case SUCCESS:
@@ -6443,6 +6833,7 @@ public class MasterServer {
}
@org.apache.thrift.annotation.Nullable
+ @Override
public java.lang.Object getFieldValue(_Fields field) {
switch (field) {
case SUCCESS:
@@ -6459,6 +6850,7 @@ public class MasterServer {
}
/** Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise */
+ @Override
public boolean isSet(_Fields field) {
if (field == null) {
throw new java.lang.IllegalArgumentException();
@@ -6579,10 +6971,12 @@ public class MasterServer {
}
@org.apache.thrift.annotation.Nullable
+ @Override
public _Fields fieldForId(int fieldId) {
return _Fields.findByThriftId(fieldId);
}
+ @Override
public void read(org.apache.thrift.protocol.TProtocol iprot) throws org.apache.thrift.TException {
scheme(iprot).read(iprot, this);
}
@@ -6648,6 +7042,7 @@ public class MasterServer {
}
private static class localAccountLogin_resultStandardSchemeFactory implements org.apache.thrift.scheme.SchemeFactory {
+ @Override
public localAccountLogin_resultStandardScheme getScheme() {
return new localAccountLogin_resultStandardScheme();
}
@@ -6655,6 +7050,7 @@ public class MasterServer {
private static class localAccountLogin_resultStandardScheme extends org.apache.thrift.scheme.StandardScheme<localAccountLogin_result> {
+ @Override
public void read(org.apache.thrift.protocol.TProtocol iprot, localAccountLogin_result struct) throws org.apache.thrift.TException {
org.apache.thrift.protocol.TField schemeField;
iprot.readStructBegin();
@@ -6703,6 +7099,7 @@ public class MasterServer {
struct.validate();
}
+ @Override
public void write(org.apache.thrift.protocol.TProtocol oprot, localAccountLogin_result struct) throws org.apache.thrift.TException {
struct.validate();
@@ -6729,6 +7126,7 @@ public class MasterServer {
}
private static class localAccountLogin_resultTupleSchemeFactory implements org.apache.thrift.scheme.SchemeFactory {
+ @Override
public localAccountLogin_resultTupleScheme getScheme() {
return new localAccountLogin_resultTupleScheme();
}
@@ -6788,6 +7186,7 @@ public class MasterServer {
}
}
+ @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked", "unused"})
public static class setUsedSatellite_args implements org.apache.thrift.TBase<setUsedSatellite_args, setUsedSatellite_args._Fields>, java.io.Serializable, Cloneable, Comparable<setUsedSatellite_args> {
private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("setUsedSatellite_args");
@@ -6854,10 +7253,12 @@ public class MasterServer {
_fieldName = fieldName;
}
+ @Override
public short getThriftFieldId() {
return _thriftId;
}
+ @Override
public java.lang.String getFieldName() {
return _fieldName;
}
@@ -6899,6 +7300,7 @@ public class MasterServer {
}
}
+ @Override
public setUsedSatellite_args deepCopy() {
return new setUsedSatellite_args(this);
}
@@ -6959,6 +7361,7 @@ public class MasterServer {
}
}
+ @Override
public void setFieldValue(_Fields field, @org.apache.thrift.annotation.Nullable java.lang.Object value) {
switch (field) {
case SESSION_ID:
@@ -6981,6 +7384,7 @@ public class MasterServer {
}
@org.apache.thrift.annotation.Nullable
+ @Override
public java.lang.Object getFieldValue(_Fields field) {
switch (field) {
case SESSION_ID:
@@ -6994,6 +7398,7 @@ public class MasterServer {
}
/** Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise */
+ @Override
public boolean isSet(_Fields field) {
if (field == null) {
throw new java.lang.IllegalArgumentException();
@@ -7089,14 +7494,17 @@ public class MasterServer {
}
@org.apache.thrift.annotation.Nullable
+ @Override
public _Fields fieldForId(int fieldId) {
return _Fields.findByThriftId(fieldId);
}
+ @Override
public void read(org.apache.thrift.protocol.TProtocol iprot) throws org.apache.thrift.TException {
scheme(iprot).read(iprot, this);
}
+ @Override
public void write(org.apache.thrift.protocol.TProtocol oprot) throws org.apache.thrift.TException {
scheme(oprot).write(oprot, this);
}
@@ -7147,6 +7555,7 @@ public class MasterServer {
}
private static class setUsedSatellite_argsStandardSchemeFactory implements org.apache.thrift.scheme.SchemeFactory {
+ @Override
public setUsedSatellite_argsStandardScheme getScheme() {
return new setUsedSatellite_argsStandardScheme();
}
@@ -7154,6 +7563,7 @@ public class MasterServer {
private static class setUsedSatellite_argsStandardScheme extends org.apache.thrift.scheme.StandardScheme<setUsedSatellite_args> {
+ @Override
public void read(org.apache.thrift.protocol.TProtocol iprot, setUsedSatellite_args struct) throws org.apache.thrift.TException {
org.apache.thrift.protocol.TField schemeField;
iprot.readStructBegin();
@@ -7191,6 +7601,7 @@ public class MasterServer {
struct.validate();
}
+ @Override
public void write(org.apache.thrift.protocol.TProtocol oprot, setUsedSatellite_args struct) throws org.apache.thrift.TException {
struct.validate();
@@ -7212,6 +7623,7 @@ public class MasterServer {
}
private static class setUsedSatellite_argsTupleSchemeFactory implements org.apache.thrift.scheme.SchemeFactory {
+ @Override
public setUsedSatellite_argsTupleScheme getScheme() {
return new setUsedSatellite_argsTupleScheme();
}
@@ -7258,6 +7670,7 @@ public class MasterServer {
}
}
+ @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked", "unused"})
public static class setUsedSatellite_result implements org.apache.thrift.TBase<setUsedSatellite_result, setUsedSatellite_result._Fields>, java.io.Serializable, Cloneable, Comparable<setUsedSatellite_result> {
private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("setUsedSatellite_result");
@@ -7315,10 +7728,12 @@ public class MasterServer {
_fieldName = fieldName;
}
+ @Override
public short getThriftFieldId() {
return _thriftId;
}
+ @Override
public java.lang.String getFieldName() {
return _fieldName;
}
@@ -7339,6 +7754,7 @@ public class MasterServer {
public setUsedSatellite_result(setUsedSatellite_result other) {
}
+ @Override
public setUsedSatellite_result deepCopy() {
return new setUsedSatellite_result(this);
}
@@ -7347,12 +7763,14 @@ public class MasterServer {
public void clear() {
}
+ @Override
public void setFieldValue(_Fields field, @org.apache.thrift.annotation.Nullable java.lang.Object value) {
switch (field) {
}
}
@org.apache.thrift.annotation.Nullable
+ @Override
public java.lang.Object getFieldValue(_Fields field) {
switch (field) {
}
@@ -7360,6 +7778,7 @@ public class MasterServer {
}
/** Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise */
+ @Override
public boolean isSet(_Fields field) {
if (field == null) {
throw new java.lang.IllegalArgumentException();
@@ -7405,10 +7824,12 @@ public class MasterServer {
}
@org.apache.thrift.annotation.Nullable
+ @Override
public _Fields fieldForId(int fieldId) {
return _Fields.findByThriftId(fieldId);
}
+ @Override
public void read(org.apache.thrift.protocol.TProtocol iprot) throws org.apache.thrift.TException {
scheme(iprot).read(iprot, this);
}
@@ -7448,6 +7869,7 @@ public class MasterServer {
}
private static class setUsedSatellite_resultStandardSchemeFactory implements org.apache.thrift.scheme.SchemeFactory {
+ @Override
public setUsedSatellite_resultStandardScheme getScheme() {
return new setUsedSatellite_resultStandardScheme();
}
@@ -7455,6 +7877,7 @@ public class MasterServer {
private static class setUsedSatellite_resultStandardScheme extends org.apache.thrift.scheme.StandardScheme<setUsedSatellite_result> {
+ @Override
public void read(org.apache.thrift.protocol.TProtocol iprot, setUsedSatellite_result struct) throws org.apache.thrift.TException {
org.apache.thrift.protocol.TField schemeField;
iprot.readStructBegin();
@@ -7476,6 +7899,7 @@ public class MasterServer {
struct.validate();
}
+ @Override
public void write(org.apache.thrift.protocol.TProtocol oprot, setUsedSatellite_result struct) throws org.apache.thrift.TException {
struct.validate();
@@ -7487,6 +7911,7 @@ public class MasterServer {
}
private static class setUsedSatellite_resultTupleSchemeFactory implements org.apache.thrift.scheme.SchemeFactory {
+ @Override
public setUsedSatellite_resultTupleScheme getScheme() {
return new setUsedSatellite_resultTupleScheme();
}
@@ -7510,6 +7935,7 @@ public class MasterServer {
}
}
+ @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked", "unused"})
public static class findUser_args implements org.apache.thrift.TBase<findUser_args, findUser_args._Fields>, java.io.Serializable, Cloneable, Comparable<findUser_args> {
private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("findUser_args");
@@ -7581,10 +8007,12 @@ public class MasterServer {
_fieldName = fieldName;
}
+ @Override
public short getThriftFieldId() {
return _thriftId;
}
+ @Override
public java.lang.String getFieldName() {
return _fieldName;
}
@@ -7633,6 +8061,7 @@ public class MasterServer {
}
}
+ @Override
public findUser_args deepCopy() {
return new findUser_args(this);
}
@@ -7719,6 +8148,7 @@ public class MasterServer {
}
}
+ @Override
public void setFieldValue(_Fields field, @org.apache.thrift.annotation.Nullable java.lang.Object value) {
switch (field) {
case SESSION_ID:
@@ -7749,6 +8179,7 @@ public class MasterServer {
}
@org.apache.thrift.annotation.Nullable
+ @Override
public java.lang.Object getFieldValue(_Fields field) {
switch (field) {
case SESSION_ID:
@@ -7765,6 +8196,7 @@ public class MasterServer {
}
/** Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise */
+ @Override
public boolean isSet(_Fields field) {
if (field == null) {
throw new java.lang.IllegalArgumentException();
@@ -7885,14 +8317,17 @@ public class MasterServer {
}
@org.apache.thrift.annotation.Nullable
+ @Override
public _Fields fieldForId(int fieldId) {
return _Fields.findByThriftId(fieldId);
}
+ @Override
public void read(org.apache.thrift.protocol.TProtocol iprot) throws org.apache.thrift.TException {
scheme(iprot).read(iprot, this);
}
+ @Override
public void write(org.apache.thrift.protocol.TProtocol oprot) throws org.apache.thrift.TException {
scheme(oprot).write(oprot, this);
}
@@ -7951,6 +8386,7 @@ public class MasterServer {
}
private static class findUser_argsStandardSchemeFactory implements org.apache.thrift.scheme.SchemeFactory {
+ @Override
public findUser_argsStandardScheme getScheme() {
return new findUser_argsStandardScheme();
}
@@ -7958,6 +8394,7 @@ public class MasterServer {
private static class findUser_argsStandardScheme extends org.apache.thrift.scheme.StandardScheme<findUser_args> {
+ @Override
public void read(org.apache.thrift.protocol.TProtocol iprot, findUser_args struct) throws org.apache.thrift.TException {
org.apache.thrift.protocol.TField schemeField;
iprot.readStructBegin();
@@ -8003,6 +8440,7 @@ public class MasterServer {
struct.validate();
}
+ @Override
public void write(org.apache.thrift.protocol.TProtocol oprot, findUser_args struct) throws org.apache.thrift.TException {
struct.validate();
@@ -8029,6 +8467,7 @@ public class MasterServer {
}
private static class findUser_argsTupleSchemeFactory implements org.apache.thrift.scheme.SchemeFactory {
+ @Override
public findUser_argsTupleScheme getScheme() {
return new findUser_argsTupleScheme();
}
@@ -8085,6 +8524,7 @@ public class MasterServer {
}
}
+ @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked", "unused"})
public static class findUser_result implements org.apache.thrift.TBase<findUser_result, findUser_result._Fields>, java.io.Serializable, Cloneable, Comparable<findUser_result> {
private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("findUser_result");
@@ -8156,10 +8596,12 @@ public class MasterServer {
_fieldName = fieldName;
}
+ @Override
public short getThriftFieldId() {
return _thriftId;
}
+ @Override
public java.lang.String getFieldName() {
return _fieldName;
}
@@ -8213,6 +8655,7 @@ public class MasterServer {
}
}
+ @Override
public findUser_result deepCopy() {
return new findUser_result(this);
}
@@ -8315,6 +8758,7 @@ public class MasterServer {
}
}
+ @Override
public void setFieldValue(_Fields field, @org.apache.thrift.annotation.Nullable java.lang.Object value) {
switch (field) {
case SUCCESS:
@@ -8345,6 +8789,7 @@ public class MasterServer {
}
@org.apache.thrift.annotation.Nullable
+ @Override
public java.lang.Object getFieldValue(_Fields field) {
switch (field) {
case SUCCESS:
@@ -8361,6 +8806,7 @@ public class MasterServer {
}
/** Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise */
+ @Override
public boolean isSet(_Fields field) {
if (field == null) {
throw new java.lang.IllegalArgumentException();
@@ -8481,10 +8927,12 @@ public class MasterServer {
}
@org.apache.thrift.annotation.Nullable
+ @Override
public _Fields fieldForId(int fieldId) {
return _Fields.findByThriftId(fieldId);
}
+ @Override
public void read(org.apache.thrift.protocol.TProtocol iprot) throws org.apache.thrift.TException {
scheme(iprot).read(iprot, this);
}
@@ -8547,6 +8995,7 @@ public class MasterServer {
}
private static class findUser_resultStandardSchemeFactory implements org.apache.thrift.scheme.SchemeFactory {
+ @Override
public findUser_resultStandardScheme getScheme() {
return new findUser_resultStandardScheme();
}
@@ -8554,6 +9003,7 @@ public class MasterServer {
private static class findUser_resultStandardScheme extends org.apache.thrift.scheme.StandardScheme<findUser_result> {
+ @Override
public void read(org.apache.thrift.protocol.TProtocol iprot, findUser_result struct) throws org.apache.thrift.TException {
org.apache.thrift.protocol.TField schemeField;
iprot.readStructBegin();
@@ -8612,6 +9062,7 @@ public class MasterServer {
struct.validate();
}
+ @Override
public void write(org.apache.thrift.protocol.TProtocol oprot, findUser_result struct) throws org.apache.thrift.TException {
struct.validate();
@@ -8645,6 +9096,7 @@ public class MasterServer {
}
private static class findUser_resultTupleSchemeFactory implements org.apache.thrift.scheme.SchemeFactory {
+ @Override
public findUser_resultTupleScheme getScheme() {
return new findUser_resultTupleScheme();
}
@@ -8719,6 +9171,7 @@ public class MasterServer {
}
}
+ @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked", "unused"})
public static class getPublicImages_args implements org.apache.thrift.TBase<getPublicImages_args, getPublicImages_args._Fields>, java.io.Serializable, Cloneable, Comparable<getPublicImages_args> {
private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("getPublicImages_args");
@@ -8785,10 +9238,12 @@ public class MasterServer {
_fieldName = fieldName;
}
+ @Override
public short getThriftFieldId() {
return _thriftId;
}
+ @Override
public java.lang.String getFieldName() {
return _fieldName;
}
@@ -8832,6 +9287,7 @@ public class MasterServer {
this.page = other.page;
}
+ @Override
public getPublicImages_args deepCopy() {
return new getPublicImages_args(this);
}
@@ -8891,6 +9347,7 @@ public class MasterServer {
__isset_bitfield = org.apache.thrift.EncodingUtils.setBit(__isset_bitfield, __PAGE_ISSET_ID, value);
}
+ @Override
public void setFieldValue(_Fields field, @org.apache.thrift.annotation.Nullable java.lang.Object value) {
switch (field) {
case SESSION_ID:
@@ -8913,6 +9370,7 @@ public class MasterServer {
}
@org.apache.thrift.annotation.Nullable
+ @Override
public java.lang.Object getFieldValue(_Fields field) {
switch (field) {
case SESSION_ID:
@@ -8926,6 +9384,7 @@ public class MasterServer {
}
/** Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise */
+ @Override
public boolean isSet(_Fields field) {
if (field == null) {
throw new java.lang.IllegalArgumentException();
@@ -9019,14 +9478,17 @@ public class MasterServer {
}
@org.apache.thrift.annotation.Nullable
+ @Override
public _Fields fieldForId(int fieldId) {
return _Fields.findByThriftId(fieldId);
}
+ @Override
public void read(org.apache.thrift.protocol.TProtocol iprot) throws org.apache.thrift.TException {
scheme(iprot).read(iprot, this);
}
+ @Override
public void write(org.apache.thrift.protocol.TProtocol oprot) throws org.apache.thrift.TException {
scheme(oprot).write(oprot, this);
}
@@ -9075,6 +9537,7 @@ public class MasterServer {
}
private static class getPublicImages_argsStandardSchemeFactory implements org.apache.thrift.scheme.SchemeFactory {
+ @Override
public getPublicImages_argsStandardScheme getScheme() {
return new getPublicImages_argsStandardScheme();
}
@@ -9082,6 +9545,7 @@ public class MasterServer {
private static class getPublicImages_argsStandardScheme extends org.apache.thrift.scheme.StandardScheme<getPublicImages_args> {
+ @Override
public void read(org.apache.thrift.protocol.TProtocol iprot, getPublicImages_args struct) throws org.apache.thrift.TException {
org.apache.thrift.protocol.TField schemeField;
iprot.readStructBegin();
@@ -9119,6 +9583,7 @@ public class MasterServer {
struct.validate();
}
+ @Override
public void write(org.apache.thrift.protocol.TProtocol oprot, getPublicImages_args struct) throws org.apache.thrift.TException {
struct.validate();
@@ -9138,6 +9603,7 @@ public class MasterServer {
}
private static class getPublicImages_argsTupleSchemeFactory implements org.apache.thrift.scheme.SchemeFactory {
+ @Override
public getPublicImages_argsTupleScheme getScheme() {
return new getPublicImages_argsTupleScheme();
}
@@ -9184,6 +9650,7 @@ public class MasterServer {
}
}
+ @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked", "unused"})
public static class getPublicImages_result implements org.apache.thrift.TBase<getPublicImages_result, getPublicImages_result._Fields>, java.io.Serializable, Cloneable, Comparable<getPublicImages_result> {
private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("getPublicImages_result");
@@ -9255,10 +9722,12 @@ public class MasterServer {
_fieldName = fieldName;
}
+ @Override
public short getThriftFieldId() {
return _thriftId;
}
+ @Override
public java.lang.String getFieldName() {
return _fieldName;
}
@@ -9312,6 +9781,7 @@ public class MasterServer {
}
}
+ @Override
public getPublicImages_result deepCopy() {
return new getPublicImages_result(this);
}
@@ -9414,6 +9884,7 @@ public class MasterServer {
}
}
+ @Override
public void setFieldValue(_Fields field, @org.apache.thrift.annotation.Nullable java.lang.Object value) {
switch (field) {
case SUCCESS:
@@ -9444,6 +9915,7 @@ public class MasterServer {
}
@org.apache.thrift.annotation.Nullable
+ @Override
public java.lang.Object getFieldValue(_Fields field) {
switch (field) {
case SUCCESS:
@@ -9460,6 +9932,7 @@ public class MasterServer {
}
/** Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise */
+ @Override
public boolean isSet(_Fields field) {
if (field == null) {
throw new java.lang.IllegalArgumentException();
@@ -9580,10 +10053,12 @@ public class MasterServer {
}
@org.apache.thrift.annotation.Nullable
+ @Override
public _Fields fieldForId(int fieldId) {
return _Fields.findByThriftId(fieldId);
}
+ @Override
public void read(org.apache.thrift.protocol.TProtocol iprot) throws org.apache.thrift.TException {
scheme(iprot).read(iprot, this);
}
@@ -9646,6 +10121,7 @@ public class MasterServer {
}
private static class getPublicImages_resultStandardSchemeFactory implements org.apache.thrift.scheme.SchemeFactory {
+ @Override
public getPublicImages_resultStandardScheme getScheme() {
return new getPublicImages_resultStandardScheme();
}
@@ -9653,6 +10129,7 @@ public class MasterServer {
private static class getPublicImages_resultStandardScheme extends org.apache.thrift.scheme.StandardScheme<getPublicImages_result> {
+ @Override
public void read(org.apache.thrift.protocol.TProtocol iprot, getPublicImages_result struct) throws org.apache.thrift.TException {
org.apache.thrift.protocol.TField schemeField;
iprot.readStructBegin();
@@ -9711,6 +10188,7 @@ public class MasterServer {
struct.validate();
}
+ @Override
public void write(org.apache.thrift.protocol.TProtocol oprot, getPublicImages_result struct) throws org.apache.thrift.TException {
struct.validate();
@@ -9744,6 +10222,7 @@ public class MasterServer {
}
private static class getPublicImages_resultTupleSchemeFactory implements org.apache.thrift.scheme.SchemeFactory {
+ @Override
public getPublicImages_resultTupleScheme getScheme() {
return new getPublicImages_resultTupleScheme();
}
@@ -9818,6 +10297,7 @@ public class MasterServer {
}
}
+ @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked", "unused"})
public static class getImageDetails_args implements org.apache.thrift.TBase<getImageDetails_args, getImageDetails_args._Fields>, java.io.Serializable, Cloneable, Comparable<getImageDetails_args> {
private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("getImageDetails_args");
@@ -9884,10 +10364,12 @@ public class MasterServer {
_fieldName = fieldName;
}
+ @Override
public short getThriftFieldId() {
return _thriftId;
}
+ @Override
public java.lang.String getFieldName() {
return _fieldName;
}
@@ -9929,6 +10411,7 @@ public class MasterServer {
}
}
+ @Override
public getImageDetails_args deepCopy() {
return new getImageDetails_args(this);
}
@@ -9989,6 +10472,7 @@ public class MasterServer {
}
}
+ @Override
public void setFieldValue(_Fields field, @org.apache.thrift.annotation.Nullable java.lang.Object value) {
switch (field) {
case SESSION_ID:
@@ -10011,6 +10495,7 @@ public class MasterServer {
}
@org.apache.thrift.annotation.Nullable
+ @Override
public java.lang.Object getFieldValue(_Fields field) {
switch (field) {
case SESSION_ID:
@@ -10024,6 +10509,7 @@ public class MasterServer {
}
/** Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise */
+ @Override
public boolean isSet(_Fields field) {
if (field == null) {
throw new java.lang.IllegalArgumentException();
@@ -10119,14 +10605,17 @@ public class MasterServer {
}
@org.apache.thrift.annotation.Nullable
+ @Override
public _Fields fieldForId(int fieldId) {
return _Fields.findByThriftId(fieldId);
}
+ @Override
public void read(org.apache.thrift.protocol.TProtocol iprot) throws org.apache.thrift.TException {
scheme(iprot).read(iprot, this);
}
+ @Override
public void write(org.apache.thrift.protocol.TProtocol oprot) throws org.apache.thrift.TException {
scheme(oprot).write(oprot, this);
}
@@ -10177,6 +10666,7 @@ public class MasterServer {
}
private static class getImageDetails_argsStandardSchemeFactory implements org.apache.thrift.scheme.SchemeFactory {
+ @Override
public getImageDetails_argsStandardScheme getScheme() {
return new getImageDetails_argsStandardScheme();
}
@@ -10184,6 +10674,7 @@ public class MasterServer {
private static class getImageDetails_argsStandardScheme extends org.apache.thrift.scheme.StandardScheme<getImageDetails_args> {
+ @Override
public void read(org.apache.thrift.protocol.TProtocol iprot, getImageDetails_args struct) throws org.apache.thrift.TException {
org.apache.thrift.protocol.TField schemeField;
iprot.readStructBegin();
@@ -10221,6 +10712,7 @@ public class MasterServer {
struct.validate();
}
+ @Override
public void write(org.apache.thrift.protocol.TProtocol oprot, getImageDetails_args struct) throws org.apache.thrift.TException {
struct.validate();
@@ -10242,6 +10734,7 @@ public class MasterServer {
}
private static class getImageDetails_argsTupleSchemeFactory implements org.apache.thrift.scheme.SchemeFactory {
+ @Override
public getImageDetails_argsTupleScheme getScheme() {
return new getImageDetails_argsTupleScheme();
}
@@ -10288,6 +10781,7 @@ public class MasterServer {
}
}
+ @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked", "unused"})
public static class getImageDetails_result implements org.apache.thrift.TBase<getImageDetails_result, getImageDetails_result._Fields>, java.io.Serializable, Cloneable, Comparable<getImageDetails_result> {
private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("getImageDetails_result");
@@ -10364,10 +10858,12 @@ public class MasterServer {
_fieldName = fieldName;
}
+ @Override
public short getThriftFieldId() {
return _thriftId;
}
+ @Override
public java.lang.String getFieldName() {
return _fieldName;
}
@@ -10423,6 +10919,7 @@ public class MasterServer {
}
}
+ @Override
public getImageDetails_result deepCopy() {
return new getImageDetails_result(this);
}
@@ -10535,6 +11032,7 @@ public class MasterServer {
}
}
+ @Override
public void setFieldValue(_Fields field, @org.apache.thrift.annotation.Nullable java.lang.Object value) {
switch (field) {
case SUCCESS:
@@ -10573,6 +11071,7 @@ public class MasterServer {
}
@org.apache.thrift.annotation.Nullable
+ @Override
public java.lang.Object getFieldValue(_Fields field) {
switch (field) {
case SUCCESS:
@@ -10592,6 +11091,7 @@ public class MasterServer {
}
/** Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise */
+ @Override
public boolean isSet(_Fields field) {
if (field == null) {
throw new java.lang.IllegalArgumentException();
@@ -10737,10 +11237,12 @@ public class MasterServer {
}
@org.apache.thrift.annotation.Nullable
+ @Override
public _Fields fieldForId(int fieldId) {
return _Fields.findByThriftId(fieldId);
}
+ @Override
public void read(org.apache.thrift.protocol.TProtocol iprot) throws org.apache.thrift.TException {
scheme(iprot).read(iprot, this);
}
@@ -10814,6 +11316,7 @@ public class MasterServer {
}
private static class getImageDetails_resultStandardSchemeFactory implements org.apache.thrift.scheme.SchemeFactory {
+ @Override
public getImageDetails_resultStandardScheme getScheme() {
return new getImageDetails_resultStandardScheme();
}
@@ -10821,6 +11324,7 @@ public class MasterServer {
private static class getImageDetails_resultStandardScheme extends org.apache.thrift.scheme.StandardScheme<getImageDetails_result> {
+ @Override
public void read(org.apache.thrift.protocol.TProtocol iprot, getImageDetails_result struct) throws org.apache.thrift.TException {
org.apache.thrift.protocol.TField schemeField;
iprot.readStructBegin();
@@ -10878,6 +11382,7 @@ public class MasterServer {
struct.validate();
}
+ @Override
public void write(org.apache.thrift.protocol.TProtocol oprot, getImageDetails_result struct) throws org.apache.thrift.TException {
struct.validate();
@@ -10909,6 +11414,7 @@ public class MasterServer {
}
private static class getImageDetails_resultTupleSchemeFactory implements org.apache.thrift.scheme.SchemeFactory {
+ @Override
public getImageDetails_resultTupleScheme getScheme() {
return new getImageDetails_resultTupleScheme();
}
@@ -10979,6 +11485,7 @@ public class MasterServer {
}
}
+ @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked", "unused"})
public static class getUser_args implements org.apache.thrift.TBase<getUser_args, getUser_args._Fields>, java.io.Serializable, Cloneable, Comparable<getUser_args> {
private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("getUser_args");
@@ -11045,10 +11552,12 @@ public class MasterServer {
_fieldName = fieldName;
}
+ @Override
public short getThriftFieldId() {
return _thriftId;
}
+ @Override
public java.lang.String getFieldName() {
return _fieldName;
}
@@ -11090,6 +11599,7 @@ public class MasterServer {
}
}
+ @Override
public getUser_args deepCopy() {
return new getUser_args(this);
}
@@ -11150,6 +11660,7 @@ public class MasterServer {
}
}
+ @Override
public void setFieldValue(_Fields field, @org.apache.thrift.annotation.Nullable java.lang.Object value) {
switch (field) {
case USER_TOKEN:
@@ -11172,6 +11683,7 @@ public class MasterServer {
}
@org.apache.thrift.annotation.Nullable
+ @Override
public java.lang.Object getFieldValue(_Fields field) {
switch (field) {
case USER_TOKEN:
@@ -11185,6 +11697,7 @@ public class MasterServer {
}
/** Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise */
+ @Override
public boolean isSet(_Fields field) {
if (field == null) {
throw new java.lang.IllegalArgumentException();
@@ -11280,14 +11793,17 @@ public class MasterServer {
}
@org.apache.thrift.annotation.Nullable
+ @Override
public _Fields fieldForId(int fieldId) {
return _Fields.findByThriftId(fieldId);
}
+ @Override
public void read(org.apache.thrift.protocol.TProtocol iprot) throws org.apache.thrift.TException {
scheme(iprot).read(iprot, this);
}
+ @Override
public void write(org.apache.thrift.protocol.TProtocol oprot) throws org.apache.thrift.TException {
scheme(oprot).write(oprot, this);
}
@@ -11338,6 +11854,7 @@ public class MasterServer {
}
private static class getUser_argsStandardSchemeFactory implements org.apache.thrift.scheme.SchemeFactory {
+ @Override
public getUser_argsStandardScheme getScheme() {
return new getUser_argsStandardScheme();
}
@@ -11345,6 +11862,7 @@ public class MasterServer {
private static class getUser_argsStandardScheme extends org.apache.thrift.scheme.StandardScheme<getUser_args> {
+ @Override
public void read(org.apache.thrift.protocol.TProtocol iprot, getUser_args struct) throws org.apache.thrift.TException {
org.apache.thrift.protocol.TField schemeField;
iprot.readStructBegin();
@@ -11382,6 +11900,7 @@ public class MasterServer {
struct.validate();
}
+ @Override
public void write(org.apache.thrift.protocol.TProtocol oprot, getUser_args struct) throws org.apache.thrift.TException {
struct.validate();
@@ -11403,6 +11922,7 @@ public class MasterServer {
}
private static class getUser_argsTupleSchemeFactory implements org.apache.thrift.scheme.SchemeFactory {
+ @Override
public getUser_argsTupleScheme getScheme() {
return new getUser_argsTupleScheme();
}
@@ -11449,6 +11969,7 @@ public class MasterServer {
}
}
+ @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked", "unused"})
public static class getUser_result implements org.apache.thrift.TBase<getUser_result, getUser_result._Fields>, java.io.Serializable, Cloneable, Comparable<getUser_result> {
private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("getUser_result");
@@ -11525,10 +12046,12 @@ public class MasterServer {
_fieldName = fieldName;
}
+ @Override
public short getThriftFieldId() {
return _thriftId;
}
+ @Override
public java.lang.String getFieldName() {
return _fieldName;
}
@@ -11584,6 +12107,7 @@ public class MasterServer {
}
}
+ @Override
public getUser_result deepCopy() {
return new getUser_result(this);
}
@@ -11696,6 +12220,7 @@ public class MasterServer {
}
}
+ @Override
public void setFieldValue(_Fields field, @org.apache.thrift.annotation.Nullable java.lang.Object value) {
switch (field) {
case SUCCESS:
@@ -11734,6 +12259,7 @@ public class MasterServer {
}
@org.apache.thrift.annotation.Nullable
+ @Override
public java.lang.Object getFieldValue(_Fields field) {
switch (field) {
case SUCCESS:
@@ -11753,6 +12279,7 @@ public class MasterServer {
}
/** Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise */
+ @Override
public boolean isSet(_Fields field) {
if (field == null) {
throw new java.lang.IllegalArgumentException();
@@ -11898,10 +12425,12 @@ public class MasterServer {
}
@org.apache.thrift.annotation.Nullable
+ @Override
public _Fields fieldForId(int fieldId) {
return _Fields.findByThriftId(fieldId);
}
+ @Override
public void read(org.apache.thrift.protocol.TProtocol iprot) throws org.apache.thrift.TException {
scheme(iprot).read(iprot, this);
}
@@ -11975,6 +12504,7 @@ public class MasterServer {
}
private static class getUser_resultStandardSchemeFactory implements org.apache.thrift.scheme.SchemeFactory {
+ @Override
public getUser_resultStandardScheme getScheme() {
return new getUser_resultStandardScheme();
}
@@ -11982,6 +12512,7 @@ public class MasterServer {
private static class getUser_resultStandardScheme extends org.apache.thrift.scheme.StandardScheme<getUser_result> {
+ @Override
public void read(org.apache.thrift.protocol.TProtocol iprot, getUser_result struct) throws org.apache.thrift.TException {
org.apache.thrift.protocol.TField schemeField;
iprot.readStructBegin();
@@ -12039,6 +12570,7 @@ public class MasterServer {
struct.validate();
}
+ @Override
public void write(org.apache.thrift.protocol.TProtocol oprot, getUser_result struct) throws org.apache.thrift.TException {
struct.validate();
@@ -12070,6 +12602,7 @@ public class MasterServer {
}
private static class getUser_resultTupleSchemeFactory implements org.apache.thrift.scheme.SchemeFactory {
+ @Override
public getUser_resultTupleScheme getScheme() {
return new getUser_resultTupleScheme();
}
@@ -12140,6 +12673,7 @@ public class MasterServer {
}
}
+ @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked", "unused"})
public static class invalidateSession_args implements org.apache.thrift.TBase<invalidateSession_args, invalidateSession_args._Fields>, java.io.Serializable, Cloneable, Comparable<invalidateSession_args> {
private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("invalidateSession_args");
@@ -12201,10 +12735,12 @@ public class MasterServer {
_fieldName = fieldName;
}
+ @Override
public short getThriftFieldId() {
return _thriftId;
}
+ @Override
public java.lang.String getFieldName() {
return _fieldName;
}
@@ -12239,6 +12775,7 @@ public class MasterServer {
}
}
+ @Override
public invalidateSession_args deepCopy() {
return new invalidateSession_args(this);
}
@@ -12273,6 +12810,7 @@ public class MasterServer {
}
}
+ @Override
public void setFieldValue(_Fields field, @org.apache.thrift.annotation.Nullable java.lang.Object value) {
switch (field) {
case SESSION_ID:
@@ -12287,6 +12825,7 @@ public class MasterServer {
}
@org.apache.thrift.annotation.Nullable
+ @Override
public java.lang.Object getFieldValue(_Fields field) {
switch (field) {
case SESSION_ID:
@@ -12297,6 +12836,7 @@ public class MasterServer {
}
/** Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise */
+ @Override
public boolean isSet(_Fields field) {
if (field == null) {
throw new java.lang.IllegalArgumentException();
@@ -12367,14 +12907,17 @@ public class MasterServer {
}
@org.apache.thrift.annotation.Nullable
+ @Override
public _Fields fieldForId(int fieldId) {
return _Fields.findByThriftId(fieldId);
}
+ @Override
public void read(org.apache.thrift.protocol.TProtocol iprot) throws org.apache.thrift.TException {
scheme(iprot).read(iprot, this);
}
+ @Override
public void write(org.apache.thrift.protocol.TProtocol oprot) throws org.apache.thrift.TException {
scheme(oprot).write(oprot, this);
}
@@ -12417,6 +12960,7 @@ public class MasterServer {
}
private static class invalidateSession_argsStandardSchemeFactory implements org.apache.thrift.scheme.SchemeFactory {
+ @Override
public invalidateSession_argsStandardScheme getScheme() {
return new invalidateSession_argsStandardScheme();
}
@@ -12424,6 +12968,7 @@ public class MasterServer {
private static class invalidateSession_argsStandardScheme extends org.apache.thrift.scheme.StandardScheme<invalidateSession_args> {
+ @Override
public void read(org.apache.thrift.protocol.TProtocol iprot, invalidateSession_args struct) throws org.apache.thrift.TException {
org.apache.thrift.protocol.TField schemeField;
iprot.readStructBegin();
@@ -12453,6 +12998,7 @@ public class MasterServer {
struct.validate();
}
+ @Override
public void write(org.apache.thrift.protocol.TProtocol oprot, invalidateSession_args struct) throws org.apache.thrift.TException {
struct.validate();
@@ -12469,6 +13015,7 @@ public class MasterServer {
}
private static class invalidateSession_argsTupleSchemeFactory implements org.apache.thrift.scheme.SchemeFactory {
+ @Override
public invalidateSession_argsTupleScheme getScheme() {
return new invalidateSession_argsTupleScheme();
}
@@ -12505,6 +13052,7 @@ public class MasterServer {
}
}
+ @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked", "unused"})
public static class invalidateSession_result implements org.apache.thrift.TBase<invalidateSession_result, invalidateSession_result._Fields>, java.io.Serializable, Cloneable, Comparable<invalidateSession_result> {
private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("invalidateSession_result");
@@ -12566,10 +13114,12 @@ public class MasterServer {
_fieldName = fieldName;
}
+ @Override
public short getThriftFieldId() {
return _thriftId;
}
+ @Override
public java.lang.String getFieldName() {
return _fieldName;
}
@@ -12604,6 +13154,7 @@ public class MasterServer {
}
}
+ @Override
public invalidateSession_result deepCopy() {
return new invalidateSession_result(this);
}
@@ -12638,6 +13189,7 @@ public class MasterServer {
}
}
+ @Override
public void setFieldValue(_Fields field, @org.apache.thrift.annotation.Nullable java.lang.Object value) {
switch (field) {
case EX:
@@ -12652,6 +13204,7 @@ public class MasterServer {
}
@org.apache.thrift.annotation.Nullable
+ @Override
public java.lang.Object getFieldValue(_Fields field) {
switch (field) {
case EX:
@@ -12662,6 +13215,7 @@ public class MasterServer {
}
/** Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise */
+ @Override
public boolean isSet(_Fields field) {
if (field == null) {
throw new java.lang.IllegalArgumentException();
@@ -12732,10 +13286,12 @@ public class MasterServer {
}
@org.apache.thrift.annotation.Nullable
+ @Override
public _Fields fieldForId(int fieldId) {
return _Fields.findByThriftId(fieldId);
}
+ @Override
public void read(org.apache.thrift.protocol.TProtocol iprot) throws org.apache.thrift.TException {
scheme(iprot).read(iprot, this);
}
@@ -12782,6 +13338,7 @@ public class MasterServer {
}
private static class invalidateSession_resultStandardSchemeFactory implements org.apache.thrift.scheme.SchemeFactory {
+ @Override
public invalidateSession_resultStandardScheme getScheme() {
return new invalidateSession_resultStandardScheme();
}
@@ -12789,6 +13346,7 @@ public class MasterServer {
private static class invalidateSession_resultStandardScheme extends org.apache.thrift.scheme.StandardScheme<invalidateSession_result> {
+ @Override
public void read(org.apache.thrift.protocol.TProtocol iprot, invalidateSession_result struct) throws org.apache.thrift.TException {
org.apache.thrift.protocol.TField schemeField;
iprot.readStructBegin();
@@ -12819,6 +13377,7 @@ public class MasterServer {
struct.validate();
}
+ @Override
public void write(org.apache.thrift.protocol.TProtocol oprot, invalidateSession_result struct) throws org.apache.thrift.TException {
struct.validate();
@@ -12835,6 +13394,7 @@ public class MasterServer {
}
private static class invalidateSession_resultTupleSchemeFactory implements org.apache.thrift.scheme.SchemeFactory {
+ @Override
public invalidateSession_resultTupleScheme getScheme() {
return new invalidateSession_resultTupleScheme();
}
@@ -12872,6 +13432,7 @@ public class MasterServer {
}
}
+ @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked", "unused"})
public static class getUserFromToken_args implements org.apache.thrift.TBase<getUserFromToken_args, getUserFromToken_args._Fields>, java.io.Serializable, Cloneable, Comparable<getUserFromToken_args> {
private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("getUserFromToken_args");
@@ -12933,10 +13494,12 @@ public class MasterServer {
_fieldName = fieldName;
}
+ @Override
public short getThriftFieldId() {
return _thriftId;
}
+ @Override
public java.lang.String getFieldName() {
return _fieldName;
}
@@ -12971,6 +13534,7 @@ public class MasterServer {
}
}
+ @Override
public getUserFromToken_args deepCopy() {
return new getUserFromToken_args(this);
}
@@ -13005,6 +13569,7 @@ public class MasterServer {
}
}
+ @Override
public void setFieldValue(_Fields field, @org.apache.thrift.annotation.Nullable java.lang.Object value) {
switch (field) {
case TOKEN:
@@ -13019,6 +13584,7 @@ public class MasterServer {
}
@org.apache.thrift.annotation.Nullable
+ @Override
public java.lang.Object getFieldValue(_Fields field) {
switch (field) {
case TOKEN:
@@ -13029,6 +13595,7 @@ public class MasterServer {
}
/** Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise */
+ @Override
public boolean isSet(_Fields field) {
if (field == null) {
throw new java.lang.IllegalArgumentException();
@@ -13099,14 +13666,17 @@ public class MasterServer {
}
@org.apache.thrift.annotation.Nullable
+ @Override
public _Fields fieldForId(int fieldId) {
return _Fields.findByThriftId(fieldId);
}
+ @Override
public void read(org.apache.thrift.protocol.TProtocol iprot) throws org.apache.thrift.TException {
scheme(iprot).read(iprot, this);
}
+ @Override
public void write(org.apache.thrift.protocol.TProtocol oprot) throws org.apache.thrift.TException {
scheme(oprot).write(oprot, this);
}
@@ -13149,6 +13719,7 @@ public class MasterServer {
}
private static class getUserFromToken_argsStandardSchemeFactory implements org.apache.thrift.scheme.SchemeFactory {
+ @Override
public getUserFromToken_argsStandardScheme getScheme() {
return new getUserFromToken_argsStandardScheme();
}
@@ -13156,6 +13727,7 @@ public class MasterServer {
private static class getUserFromToken_argsStandardScheme extends org.apache.thrift.scheme.StandardScheme<getUserFromToken_args> {
+ @Override
public void read(org.apache.thrift.protocol.TProtocol iprot, getUserFromToken_args struct) throws org.apache.thrift.TException {
org.apache.thrift.protocol.TField schemeField;
iprot.readStructBegin();
@@ -13185,6 +13757,7 @@ public class MasterServer {
struct.validate();
}
+ @Override
public void write(org.apache.thrift.protocol.TProtocol oprot, getUserFromToken_args struct) throws org.apache.thrift.TException {
struct.validate();
@@ -13201,6 +13774,7 @@ public class MasterServer {
}
private static class getUserFromToken_argsTupleSchemeFactory implements org.apache.thrift.scheme.SchemeFactory {
+ @Override
public getUserFromToken_argsTupleScheme getScheme() {
return new getUserFromToken_argsTupleScheme();
}
@@ -13237,6 +13811,7 @@ public class MasterServer {
}
}
+ @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked", "unused"})
public static class getUserFromToken_result implements org.apache.thrift.TBase<getUserFromToken_result, getUserFromToken_result._Fields>, java.io.Serializable, Cloneable, Comparable<getUserFromToken_result> {
private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("getUserFromToken_result");
@@ -13303,10 +13878,12 @@ public class MasterServer {
_fieldName = fieldName;
}
+ @Override
public short getThriftFieldId() {
return _thriftId;
}
+ @Override
public java.lang.String getFieldName() {
return _fieldName;
}
@@ -13348,6 +13925,7 @@ public class MasterServer {
}
}
+ @Override
public getUserFromToken_result deepCopy() {
return new getUserFromToken_result(this);
}
@@ -13408,6 +13986,7 @@ public class MasterServer {
}
}
+ @Override
public void setFieldValue(_Fields field, @org.apache.thrift.annotation.Nullable java.lang.Object value) {
switch (field) {
case SUCCESS:
@@ -13430,6 +14009,7 @@ public class MasterServer {
}
@org.apache.thrift.annotation.Nullable
+ @Override
public java.lang.Object getFieldValue(_Fields field) {
switch (field) {
case SUCCESS:
@@ -13443,6 +14023,7 @@ public class MasterServer {
}
/** Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise */
+ @Override
public boolean isSet(_Fields field) {
if (field == null) {
throw new java.lang.IllegalArgumentException();
@@ -13538,10 +14119,12 @@ public class MasterServer {
}
@org.apache.thrift.annotation.Nullable
+ @Override
public _Fields fieldForId(int fieldId) {
return _Fields.findByThriftId(fieldId);
}
+ @Override
public void read(org.apache.thrift.protocol.TProtocol iprot) throws org.apache.thrift.TException {
scheme(iprot).read(iprot, this);
}
@@ -13599,6 +14182,7 @@ public class MasterServer {
}
private static class getUserFromToken_resultStandardSchemeFactory implements org.apache.thrift.scheme.SchemeFactory {
+ @Override
public getUserFromToken_resultStandardScheme getScheme() {
return new getUserFromToken_resultStandardScheme();
}
@@ -13606,6 +14190,7 @@ public class MasterServer {
private static class getUserFromToken_resultStandardScheme extends org.apache.thrift.scheme.StandardScheme<getUserFromToken_result> {
+ @Override
public void read(org.apache.thrift.protocol.TProtocol iprot, getUserFromToken_result struct) throws org.apache.thrift.TException {
org.apache.thrift.protocol.TField schemeField;
iprot.readStructBegin();
@@ -13645,6 +14230,7 @@ public class MasterServer {
struct.validate();
}
+ @Override
public void write(org.apache.thrift.protocol.TProtocol oprot, getUserFromToken_result struct) throws org.apache.thrift.TException {
struct.validate();
@@ -13666,6 +14252,7 @@ public class MasterServer {
}
private static class getUserFromToken_resultTupleSchemeFactory implements org.apache.thrift.scheme.SchemeFactory {
+ @Override
public getUserFromToken_resultTupleScheme getScheme() {
return new getUserFromToken_resultTupleScheme();
}
@@ -13714,6 +14301,7 @@ public class MasterServer {
}
}
+ @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked", "unused"})
public static class isServerAuthenticated_args implements org.apache.thrift.TBase<isServerAuthenticated_args, isServerAuthenticated_args._Fields>, java.io.Serializable, Cloneable, Comparable<isServerAuthenticated_args> {
private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("isServerAuthenticated_args");
@@ -13775,10 +14363,12 @@ public class MasterServer {
_fieldName = fieldName;
}
+ @Override
public short getThriftFieldId() {
return _thriftId;
}
+ @Override
public java.lang.String getFieldName() {
return _fieldName;
}
@@ -13813,6 +14403,7 @@ public class MasterServer {
}
}
+ @Override
public isServerAuthenticated_args deepCopy() {
return new isServerAuthenticated_args(this);
}
@@ -13847,6 +14438,7 @@ public class MasterServer {
}
}
+ @Override
public void setFieldValue(_Fields field, @org.apache.thrift.annotation.Nullable java.lang.Object value) {
switch (field) {
case SERVER_SESSION_ID:
@@ -13861,6 +14453,7 @@ public class MasterServer {
}
@org.apache.thrift.annotation.Nullable
+ @Override
public java.lang.Object getFieldValue(_Fields field) {
switch (field) {
case SERVER_SESSION_ID:
@@ -13871,6 +14464,7 @@ public class MasterServer {
}
/** Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise */
+ @Override
public boolean isSet(_Fields field) {
if (field == null) {
throw new java.lang.IllegalArgumentException();
@@ -13941,14 +14535,17 @@ public class MasterServer {
}
@org.apache.thrift.annotation.Nullable
+ @Override
public _Fields fieldForId(int fieldId) {
return _Fields.findByThriftId(fieldId);
}
+ @Override
public void read(org.apache.thrift.protocol.TProtocol iprot) throws org.apache.thrift.TException {
scheme(iprot).read(iprot, this);
}
+ @Override
public void write(org.apache.thrift.protocol.TProtocol oprot) throws org.apache.thrift.TException {
scheme(oprot).write(oprot, this);
}
@@ -13991,6 +14588,7 @@ public class MasterServer {
}
private static class isServerAuthenticated_argsStandardSchemeFactory implements org.apache.thrift.scheme.SchemeFactory {
+ @Override
public isServerAuthenticated_argsStandardScheme getScheme() {
return new isServerAuthenticated_argsStandardScheme();
}
@@ -13998,6 +14596,7 @@ public class MasterServer {
private static class isServerAuthenticated_argsStandardScheme extends org.apache.thrift.scheme.StandardScheme<isServerAuthenticated_args> {
+ @Override
public void read(org.apache.thrift.protocol.TProtocol iprot, isServerAuthenticated_args struct) throws org.apache.thrift.TException {
org.apache.thrift.protocol.TField schemeField;
iprot.readStructBegin();
@@ -14027,6 +14626,7 @@ public class MasterServer {
struct.validate();
}
+ @Override
public void write(org.apache.thrift.protocol.TProtocol oprot, isServerAuthenticated_args struct) throws org.apache.thrift.TException {
struct.validate();
@@ -14043,6 +14643,7 @@ public class MasterServer {
}
private static class isServerAuthenticated_argsTupleSchemeFactory implements org.apache.thrift.scheme.SchemeFactory {
+ @Override
public isServerAuthenticated_argsTupleScheme getScheme() {
return new isServerAuthenticated_argsTupleScheme();
}
@@ -14079,6 +14680,7 @@ public class MasterServer {
}
}
+ @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked", "unused"})
public static class isServerAuthenticated_result implements org.apache.thrift.TBase<isServerAuthenticated_result, isServerAuthenticated_result._Fields>, java.io.Serializable, Cloneable, Comparable<isServerAuthenticated_result> {
private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("isServerAuthenticated_result");
@@ -14140,10 +14742,12 @@ public class MasterServer {
_fieldName = fieldName;
}
+ @Override
public short getThriftFieldId() {
return _thriftId;
}
+ @Override
public java.lang.String getFieldName() {
return _fieldName;
}
@@ -14180,6 +14784,7 @@ public class MasterServer {
this.success = other.success;
}
+ @Override
public isServerAuthenticated_result deepCopy() {
return new isServerAuthenticated_result(this);
}
@@ -14213,6 +14818,7 @@ public class MasterServer {
__isset_bitfield = org.apache.thrift.EncodingUtils.setBit(__isset_bitfield, __SUCCESS_ISSET_ID, value);
}
+ @Override
public void setFieldValue(_Fields field, @org.apache.thrift.annotation.Nullable java.lang.Object value) {
switch (field) {
case SUCCESS:
@@ -14227,6 +14833,7 @@ public class MasterServer {
}
@org.apache.thrift.annotation.Nullable
+ @Override
public java.lang.Object getFieldValue(_Fields field) {
switch (field) {
case SUCCESS:
@@ -14237,6 +14844,7 @@ public class MasterServer {
}
/** Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise */
+ @Override
public boolean isSet(_Fields field) {
if (field == null) {
throw new java.lang.IllegalArgumentException();
@@ -14305,10 +14913,12 @@ public class MasterServer {
}
@org.apache.thrift.annotation.Nullable
+ @Override
public _Fields fieldForId(int fieldId) {
return _Fields.findByThriftId(fieldId);
}
+ @Override
public void read(org.apache.thrift.protocol.TProtocol iprot) throws org.apache.thrift.TException {
scheme(iprot).read(iprot, this);
}
@@ -14353,6 +14963,7 @@ public class MasterServer {
}
private static class isServerAuthenticated_resultStandardSchemeFactory implements org.apache.thrift.scheme.SchemeFactory {
+ @Override
public isServerAuthenticated_resultStandardScheme getScheme() {
return new isServerAuthenticated_resultStandardScheme();
}
@@ -14360,6 +14971,7 @@ public class MasterServer {
private static class isServerAuthenticated_resultStandardScheme extends org.apache.thrift.scheme.StandardScheme<isServerAuthenticated_result> {
+ @Override
public void read(org.apache.thrift.protocol.TProtocol iprot, isServerAuthenticated_result struct) throws org.apache.thrift.TException {
org.apache.thrift.protocol.TField schemeField;
iprot.readStructBegin();
@@ -14389,6 +15001,7 @@ public class MasterServer {
struct.validate();
}
+ @Override
public void write(org.apache.thrift.protocol.TProtocol oprot, isServerAuthenticated_result struct) throws org.apache.thrift.TException {
struct.validate();
@@ -14405,6 +15018,7 @@ public class MasterServer {
}
private static class isServerAuthenticated_resultTupleSchemeFactory implements org.apache.thrift.scheme.SchemeFactory {
+ @Override
public isServerAuthenticated_resultTupleScheme getScheme() {
return new isServerAuthenticated_resultTupleScheme();
}
@@ -14441,6 +15055,7 @@ public class MasterServer {
}
}
+ @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked", "unused"})
public static class startServerAuthentication_args implements org.apache.thrift.TBase<startServerAuthentication_args, startServerAuthentication_args._Fields>, java.io.Serializable, Cloneable, Comparable<startServerAuthentication_args> {
private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("startServerAuthentication_args");
@@ -14502,10 +15117,12 @@ public class MasterServer {
_fieldName = fieldName;
}
+ @Override
public short getThriftFieldId() {
return _thriftId;
}
+ @Override
public java.lang.String getFieldName() {
return _fieldName;
}
@@ -14542,6 +15159,7 @@ public class MasterServer {
this.satelliteId = other.satelliteId;
}
+ @Override
public startServerAuthentication_args deepCopy() {
return new startServerAuthentication_args(this);
}
@@ -14575,6 +15193,7 @@ public class MasterServer {
__isset_bitfield = org.apache.thrift.EncodingUtils.setBit(__isset_bitfield, __SATELLITEID_ISSET_ID, value);
}
+ @Override
public void setFieldValue(_Fields field, @org.apache.thrift.annotation.Nullable java.lang.Object value) {
switch (field) {
case SATELLITE_ID:
@@ -14589,6 +15208,7 @@ public class MasterServer {
}
@org.apache.thrift.annotation.Nullable
+ @Override
public java.lang.Object getFieldValue(_Fields field) {
switch (field) {
case SATELLITE_ID:
@@ -14599,6 +15219,7 @@ public class MasterServer {
}
/** Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise */
+ @Override
public boolean isSet(_Fields field) {
if (field == null) {
throw new java.lang.IllegalArgumentException();
@@ -14667,14 +15288,17 @@ public class MasterServer {
}
@org.apache.thrift.annotation.Nullable
+ @Override
public _Fields fieldForId(int fieldId) {
return _Fields.findByThriftId(fieldId);
}
+ @Override
public void read(org.apache.thrift.protocol.TProtocol iprot) throws org.apache.thrift.TException {
scheme(iprot).read(iprot, this);
}
+ @Override
public void write(org.apache.thrift.protocol.TProtocol oprot) throws org.apache.thrift.TException {
scheme(oprot).write(oprot, this);
}
@@ -14715,6 +15339,7 @@ public class MasterServer {
}
private static class startServerAuthentication_argsStandardSchemeFactory implements org.apache.thrift.scheme.SchemeFactory {
+ @Override
public startServerAuthentication_argsStandardScheme getScheme() {
return new startServerAuthentication_argsStandardScheme();
}
@@ -14722,6 +15347,7 @@ public class MasterServer {
private static class startServerAuthentication_argsStandardScheme extends org.apache.thrift.scheme.StandardScheme<startServerAuthentication_args> {
+ @Override
public void read(org.apache.thrift.protocol.TProtocol iprot, startServerAuthentication_args struct) throws org.apache.thrift.TException {
org.apache.thrift.protocol.TField schemeField;
iprot.readStructBegin();
@@ -14751,6 +15377,7 @@ public class MasterServer {
struct.validate();
}
+ @Override
public void write(org.apache.thrift.protocol.TProtocol oprot, startServerAuthentication_args struct) throws org.apache.thrift.TException {
struct.validate();
@@ -14765,6 +15392,7 @@ public class MasterServer {
}
private static class startServerAuthentication_argsTupleSchemeFactory implements org.apache.thrift.scheme.SchemeFactory {
+ @Override
public startServerAuthentication_argsTupleScheme getScheme() {
return new startServerAuthentication_argsTupleScheme();
}
@@ -14801,6 +15429,7 @@ public class MasterServer {
}
}
+ @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked", "unused"})
public static class startServerAuthentication_result implements org.apache.thrift.TBase<startServerAuthentication_result, startServerAuthentication_result._Fields>, java.io.Serializable, Cloneable, Comparable<startServerAuthentication_result> {
private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("startServerAuthentication_result");
@@ -14872,10 +15501,12 @@ public class MasterServer {
_fieldName = fieldName;
}
+ @Override
public short getThriftFieldId() {
return _thriftId;
}
+ @Override
public java.lang.String getFieldName() {
return _fieldName;
}
@@ -14924,6 +15555,7 @@ public class MasterServer {
}
}
+ @Override
public startServerAuthentication_result deepCopy() {
return new startServerAuthentication_result(this);
}
@@ -15019,6 +15651,7 @@ public class MasterServer {
}
}
+ @Override
public void setFieldValue(_Fields field, @org.apache.thrift.annotation.Nullable java.lang.Object value) {
switch (field) {
case SUCCESS:
@@ -15053,6 +15686,7 @@ public class MasterServer {
}
@org.apache.thrift.annotation.Nullable
+ @Override
public java.lang.Object getFieldValue(_Fields field) {
switch (field) {
case SUCCESS:
@@ -15069,6 +15703,7 @@ public class MasterServer {
}
/** Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise */
+ @Override
public boolean isSet(_Fields field) {
if (field == null) {
throw new java.lang.IllegalArgumentException();
@@ -15189,10 +15824,12 @@ public class MasterServer {
}
@org.apache.thrift.annotation.Nullable
+ @Override
public _Fields fieldForId(int fieldId) {
return _Fields.findByThriftId(fieldId);
}
+ @Override
public void read(org.apache.thrift.protocol.TProtocol iprot) throws org.apache.thrift.TException {
scheme(iprot).read(iprot, this);
}
@@ -15255,6 +15892,7 @@ public class MasterServer {
}
private static class startServerAuthentication_resultStandardSchemeFactory implements org.apache.thrift.scheme.SchemeFactory {
+ @Override
public startServerAuthentication_resultStandardScheme getScheme() {
return new startServerAuthentication_resultStandardScheme();
}
@@ -15262,6 +15900,7 @@ public class MasterServer {
private static class startServerAuthentication_resultStandardScheme extends org.apache.thrift.scheme.StandardScheme<startServerAuthentication_result> {
+ @Override
public void read(org.apache.thrift.protocol.TProtocol iprot, startServerAuthentication_result struct) throws org.apache.thrift.TException {
org.apache.thrift.protocol.TField schemeField;
iprot.readStructBegin();
@@ -15309,6 +15948,7 @@ public class MasterServer {
struct.validate();
}
+ @Override
public void write(org.apache.thrift.protocol.TProtocol oprot, startServerAuthentication_result struct) throws org.apache.thrift.TException {
struct.validate();
@@ -15335,6 +15975,7 @@ public class MasterServer {
}
private static class startServerAuthentication_resultTupleSchemeFactory implements org.apache.thrift.scheme.SchemeFactory {
+ @Override
public startServerAuthentication_resultTupleScheme getScheme() {
return new startServerAuthentication_resultTupleScheme();
}
@@ -15393,6 +16034,7 @@ public class MasterServer {
}
}
+ @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked", "unused"})
public static class serverAuthenticate_args implements org.apache.thrift.TBase<serverAuthenticate_args, serverAuthenticate_args._Fields>, java.io.Serializable, Cloneable, Comparable<serverAuthenticate_args> {
private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("serverAuthenticate_args");
@@ -15459,10 +16101,12 @@ public class MasterServer {
_fieldName = fieldName;
}
+ @Override
public short getThriftFieldId() {
return _thriftId;
}
+ @Override
public java.lang.String getFieldName() {
return _fieldName;
}
@@ -15506,6 +16150,7 @@ public class MasterServer {
}
}
+ @Override
public serverAuthenticate_args deepCopy() {
return new serverAuthenticate_args(this);
}
@@ -15574,6 +16219,7 @@ public class MasterServer {
}
}
+ @Override
public void setFieldValue(_Fields field, @org.apache.thrift.annotation.Nullable java.lang.Object value) {
switch (field) {
case SATELLITE_ID:
@@ -15600,6 +16246,7 @@ public class MasterServer {
}
@org.apache.thrift.annotation.Nullable
+ @Override
public java.lang.Object getFieldValue(_Fields field) {
switch (field) {
case SATELLITE_ID:
@@ -15613,6 +16260,7 @@ public class MasterServer {
}
/** Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise */
+ @Override
public boolean isSet(_Fields field) {
if (field == null) {
throw new java.lang.IllegalArgumentException();
@@ -15706,14 +16354,17 @@ public class MasterServer {
}
@org.apache.thrift.annotation.Nullable
+ @Override
public _Fields fieldForId(int fieldId) {
return _Fields.findByThriftId(fieldId);
}
+ @Override
public void read(org.apache.thrift.protocol.TProtocol iprot) throws org.apache.thrift.TException {
scheme(iprot).read(iprot, this);
}
+ @Override
public void write(org.apache.thrift.protocol.TProtocol oprot) throws org.apache.thrift.TException {
scheme(oprot).write(oprot, this);
}
@@ -15762,6 +16413,7 @@ public class MasterServer {
}
private static class serverAuthenticate_argsStandardSchemeFactory implements org.apache.thrift.scheme.SchemeFactory {
+ @Override
public serverAuthenticate_argsStandardScheme getScheme() {
return new serverAuthenticate_argsStandardScheme();
}
@@ -15769,6 +16421,7 @@ public class MasterServer {
private static class serverAuthenticate_argsStandardScheme extends org.apache.thrift.scheme.StandardScheme<serverAuthenticate_args> {
+ @Override
public void read(org.apache.thrift.protocol.TProtocol iprot, serverAuthenticate_args struct) throws org.apache.thrift.TException {
org.apache.thrift.protocol.TField schemeField;
iprot.readStructBegin();
@@ -15806,6 +16459,7 @@ public class MasterServer {
struct.validate();
}
+ @Override
public void write(org.apache.thrift.protocol.TProtocol oprot, serverAuthenticate_args struct) throws org.apache.thrift.TException {
struct.validate();
@@ -15825,6 +16479,7 @@ public class MasterServer {
}
private static class serverAuthenticate_argsTupleSchemeFactory implements org.apache.thrift.scheme.SchemeFactory {
+ @Override
public serverAuthenticate_argsTupleScheme getScheme() {
return new serverAuthenticate_argsTupleScheme();
}
@@ -15871,6 +16526,7 @@ public class MasterServer {
}
}
+ @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked", "unused"})
public static class serverAuthenticate_result implements org.apache.thrift.TBase<serverAuthenticate_result, serverAuthenticate_result._Fields>, java.io.Serializable, Cloneable, Comparable<serverAuthenticate_result> {
private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("serverAuthenticate_result");
@@ -15942,10 +16598,12 @@ public class MasterServer {
_fieldName = fieldName;
}
+ @Override
public short getThriftFieldId() {
return _thriftId;
}
+ @Override
public java.lang.String getFieldName() {
return _fieldName;
}
@@ -15994,6 +16652,7 @@ public class MasterServer {
}
}
+ @Override
public serverAuthenticate_result deepCopy() {
return new serverAuthenticate_result(this);
}
@@ -16080,6 +16739,7 @@ public class MasterServer {
}
}
+ @Override
public void setFieldValue(_Fields field, @org.apache.thrift.annotation.Nullable java.lang.Object value) {
switch (field) {
case SUCCESS:
@@ -16110,6 +16770,7 @@ public class MasterServer {
}
@org.apache.thrift.annotation.Nullable
+ @Override
public java.lang.Object getFieldValue(_Fields field) {
switch (field) {
case SUCCESS:
@@ -16126,6 +16787,7 @@ public class MasterServer {
}
/** Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise */
+ @Override
public boolean isSet(_Fields field) {
if (field == null) {
throw new java.lang.IllegalArgumentException();
@@ -16246,10 +16908,12 @@ public class MasterServer {
}
@org.apache.thrift.annotation.Nullable
+ @Override
public _Fields fieldForId(int fieldId) {
return _Fields.findByThriftId(fieldId);
}
+ @Override
public void read(org.apache.thrift.protocol.TProtocol iprot) throws org.apache.thrift.TException {
scheme(iprot).read(iprot, this);
}
@@ -16315,6 +16979,7 @@ public class MasterServer {
}
private static class serverAuthenticate_resultStandardSchemeFactory implements org.apache.thrift.scheme.SchemeFactory {
+ @Override
public serverAuthenticate_resultStandardScheme getScheme() {
return new serverAuthenticate_resultStandardScheme();
}
@@ -16322,6 +16987,7 @@ public class MasterServer {
private static class serverAuthenticate_resultStandardScheme extends org.apache.thrift.scheme.StandardScheme<serverAuthenticate_result> {
+ @Override
public void read(org.apache.thrift.protocol.TProtocol iprot, serverAuthenticate_result struct) throws org.apache.thrift.TException {
org.apache.thrift.protocol.TField schemeField;
iprot.readStructBegin();
@@ -16370,6 +17036,7 @@ public class MasterServer {
struct.validate();
}
+ @Override
public void write(org.apache.thrift.protocol.TProtocol oprot, serverAuthenticate_result struct) throws org.apache.thrift.TException {
struct.validate();
@@ -16396,6 +17063,7 @@ public class MasterServer {
}
private static class serverAuthenticate_resultTupleSchemeFactory implements org.apache.thrift.scheme.SchemeFactory {
+ @Override
public serverAuthenticate_resultTupleScheme getScheme() {
return new serverAuthenticate_resultTupleScheme();
}
@@ -16455,6 +17123,7 @@ public class MasterServer {
}
}
+ @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked", "unused"})
public static class getImageData_args implements org.apache.thrift.TBase<getImageData_args, getImageData_args._Fields>, java.io.Serializable, Cloneable, Comparable<getImageData_args> {
private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("getImageData_args");
@@ -16521,10 +17190,12 @@ public class MasterServer {
_fieldName = fieldName;
}
+ @Override
public short getThriftFieldId() {
return _thriftId;
}
+ @Override
public java.lang.String getFieldName() {
return _fieldName;
}
@@ -16566,6 +17237,7 @@ public class MasterServer {
}
}
+ @Override
public getImageData_args deepCopy() {
return new getImageData_args(this);
}
@@ -16626,6 +17298,7 @@ public class MasterServer {
}
}
+ @Override
public void setFieldValue(_Fields field, @org.apache.thrift.annotation.Nullable java.lang.Object value) {
switch (field) {
case SERVER_SESSION_ID:
@@ -16648,6 +17321,7 @@ public class MasterServer {
}
@org.apache.thrift.annotation.Nullable
+ @Override
public java.lang.Object getFieldValue(_Fields field) {
switch (field) {
case SERVER_SESSION_ID:
@@ -16661,6 +17335,7 @@ public class MasterServer {
}
/** Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise */
+ @Override
public boolean isSet(_Fields field) {
if (field == null) {
throw new java.lang.IllegalArgumentException();
@@ -16756,14 +17431,17 @@ public class MasterServer {
}
@org.apache.thrift.annotation.Nullable
+ @Override
public _Fields fieldForId(int fieldId) {
return _Fields.findByThriftId(fieldId);
}
+ @Override
public void read(org.apache.thrift.protocol.TProtocol iprot) throws org.apache.thrift.TException {
scheme(iprot).read(iprot, this);
}
+ @Override
public void write(org.apache.thrift.protocol.TProtocol oprot) throws org.apache.thrift.TException {
scheme(oprot).write(oprot, this);
}
@@ -16814,6 +17492,7 @@ public class MasterServer {
}
private static class getImageData_argsStandardSchemeFactory implements org.apache.thrift.scheme.SchemeFactory {
+ @Override
public getImageData_argsStandardScheme getScheme() {
return new getImageData_argsStandardScheme();
}
@@ -16821,6 +17500,7 @@ public class MasterServer {
private static class getImageData_argsStandardScheme extends org.apache.thrift.scheme.StandardScheme<getImageData_args> {
+ @Override
public void read(org.apache.thrift.protocol.TProtocol iprot, getImageData_args struct) throws org.apache.thrift.TException {
org.apache.thrift.protocol.TField schemeField;
iprot.readStructBegin();
@@ -16858,6 +17538,7 @@ public class MasterServer {
struct.validate();
}
+ @Override
public void write(org.apache.thrift.protocol.TProtocol oprot, getImageData_args struct) throws org.apache.thrift.TException {
struct.validate();
@@ -16879,6 +17560,7 @@ public class MasterServer {
}
private static class getImageData_argsTupleSchemeFactory implements org.apache.thrift.scheme.SchemeFactory {
+ @Override
public getImageData_argsTupleScheme getScheme() {
return new getImageData_argsTupleScheme();
}
@@ -16925,6 +17607,7 @@ public class MasterServer {
}
}
+ @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked", "unused"})
public static class getImageData_result implements org.apache.thrift.TBase<getImageData_result, getImageData_result._Fields>, java.io.Serializable, Cloneable, Comparable<getImageData_result> {
private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("getImageData_result");
@@ -17001,10 +17684,12 @@ public class MasterServer {
_fieldName = fieldName;
}
+ @Override
public short getThriftFieldId() {
return _thriftId;
}
+ @Override
public java.lang.String getFieldName() {
return _fieldName;
}
@@ -17060,6 +17745,7 @@ public class MasterServer {
}
}
+ @Override
public getImageData_result deepCopy() {
return new getImageData_result(this);
}
@@ -17172,6 +17858,7 @@ public class MasterServer {
}
}
+ @Override
public void setFieldValue(_Fields field, @org.apache.thrift.annotation.Nullable java.lang.Object value) {
switch (field) {
case SUCCESS:
@@ -17210,6 +17897,7 @@ public class MasterServer {
}
@org.apache.thrift.annotation.Nullable
+ @Override
public java.lang.Object getFieldValue(_Fields field) {
switch (field) {
case SUCCESS:
@@ -17229,6 +17917,7 @@ public class MasterServer {
}
/** Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise */
+ @Override
public boolean isSet(_Fields field) {
if (field == null) {
throw new java.lang.IllegalArgumentException();
@@ -17374,10 +18063,12 @@ public class MasterServer {
}
@org.apache.thrift.annotation.Nullable
+ @Override
public _Fields fieldForId(int fieldId) {
return _Fields.findByThriftId(fieldId);
}
+ @Override
public void read(org.apache.thrift.protocol.TProtocol iprot) throws org.apache.thrift.TException {
scheme(iprot).read(iprot, this);
}
@@ -17451,6 +18142,7 @@ public class MasterServer {
}
private static class getImageData_resultStandardSchemeFactory implements org.apache.thrift.scheme.SchemeFactory {
+ @Override
public getImageData_resultStandardScheme getScheme() {
return new getImageData_resultStandardScheme();
}
@@ -17458,6 +18150,7 @@ public class MasterServer {
private static class getImageData_resultStandardScheme extends org.apache.thrift.scheme.StandardScheme<getImageData_result> {
+ @Override
public void read(org.apache.thrift.protocol.TProtocol iprot, getImageData_result struct) throws org.apache.thrift.TException {
org.apache.thrift.protocol.TField schemeField;
iprot.readStructBegin();
@@ -17515,6 +18208,7 @@ public class MasterServer {
struct.validate();
}
+ @Override
public void write(org.apache.thrift.protocol.TProtocol oprot, getImageData_result struct) throws org.apache.thrift.TException {
struct.validate();
@@ -17546,6 +18240,7 @@ public class MasterServer {
}
private static class getImageData_resultTupleSchemeFactory implements org.apache.thrift.scheme.SchemeFactory {
+ @Override
public getImageData_resultTupleScheme getScheme() {
return new getImageData_resultTupleScheme();
}
@@ -17616,6 +18311,7 @@ public class MasterServer {
}
}
+ @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked", "unused"})
public static class submitImage_args implements org.apache.thrift.TBase<submitImage_args, submitImage_args._Fields>, java.io.Serializable, Cloneable, Comparable<submitImage_args> {
private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("submitImage_args");
@@ -17687,10 +18383,12 @@ public class MasterServer {
_fieldName = fieldName;
}
+ @Override
public short getThriftFieldId() {
return _thriftId;
}
+ @Override
public java.lang.String getFieldName() {
return _fieldName;
}
@@ -17741,6 +18439,7 @@ public class MasterServer {
}
}
+ @Override
public submitImage_args deepCopy() {
return new submitImage_args(this);
}
@@ -17843,6 +18542,7 @@ public class MasterServer {
}
}
+ @Override
public void setFieldValue(_Fields field, @org.apache.thrift.annotation.Nullable java.lang.Object value) {
switch (field) {
case USER_TOKEN:
@@ -17873,6 +18573,7 @@ public class MasterServer {
}
@org.apache.thrift.annotation.Nullable
+ @Override
public java.lang.Object getFieldValue(_Fields field) {
switch (field) {
case USER_TOKEN:
@@ -17889,6 +18590,7 @@ public class MasterServer {
}
/** Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise */
+ @Override
public boolean isSet(_Fields field) {
if (field == null) {
throw new java.lang.IllegalArgumentException();
@@ -18009,14 +18711,17 @@ public class MasterServer {
}
@org.apache.thrift.annotation.Nullable
+ @Override
public _Fields fieldForId(int fieldId) {
return _Fields.findByThriftId(fieldId);
}
+ @Override
public void read(org.apache.thrift.protocol.TProtocol iprot) throws org.apache.thrift.TException {
scheme(iprot).read(iprot, this);
}
+ @Override
public void write(org.apache.thrift.protocol.TProtocol oprot) throws org.apache.thrift.TException {
scheme(oprot).write(oprot, this);
}
@@ -18078,6 +18783,7 @@ public class MasterServer {
}
private static class submitImage_argsStandardSchemeFactory implements org.apache.thrift.scheme.SchemeFactory {
+ @Override
public submitImage_argsStandardScheme getScheme() {
return new submitImage_argsStandardScheme();
}
@@ -18085,6 +18791,7 @@ public class MasterServer {
private static class submitImage_argsStandardScheme extends org.apache.thrift.scheme.StandardScheme<submitImage_args> {
+ @Override
public void read(org.apache.thrift.protocol.TProtocol iprot, submitImage_args struct) throws org.apache.thrift.TException {
org.apache.thrift.protocol.TField schemeField;
iprot.readStructBegin();
@@ -18141,6 +18848,7 @@ public class MasterServer {
struct.validate();
}
+ @Override
public void write(org.apache.thrift.protocol.TProtocol oprot, submitImage_args struct) throws org.apache.thrift.TException {
struct.validate();
@@ -18174,6 +18882,7 @@ public class MasterServer {
}
private static class submitImage_argsTupleSchemeFactory implements org.apache.thrift.scheme.SchemeFactory {
+ @Override
public submitImage_argsTupleScheme getScheme() {
return new submitImage_argsTupleScheme();
}
@@ -18246,6 +18955,7 @@ public class MasterServer {
}
}
+ @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked", "unused"})
public static class submitImage_result implements org.apache.thrift.TBase<submitImage_result, submitImage_result._Fields>, java.io.Serializable, Cloneable, Comparable<submitImage_result> {
private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("submitImage_result");
@@ -18322,10 +19032,12 @@ public class MasterServer {
_fieldName = fieldName;
}
+ @Override
public short getThriftFieldId() {
return _thriftId;
}
+ @Override
public java.lang.String getFieldName() {
return _fieldName;
}
@@ -18381,6 +19093,7 @@ public class MasterServer {
}
}
+ @Override
public submitImage_result deepCopy() {
return new submitImage_result(this);
}
@@ -18493,6 +19206,7 @@ public class MasterServer {
}
}
+ @Override
public void setFieldValue(_Fields field, @org.apache.thrift.annotation.Nullable java.lang.Object value) {
switch (field) {
case SUCCESS:
@@ -18531,6 +19245,7 @@ public class MasterServer {
}
@org.apache.thrift.annotation.Nullable
+ @Override
public java.lang.Object getFieldValue(_Fields field) {
switch (field) {
case SUCCESS:
@@ -18550,6 +19265,7 @@ public class MasterServer {
}
/** Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise */
+ @Override
public boolean isSet(_Fields field) {
if (field == null) {
throw new java.lang.IllegalArgumentException();
@@ -18695,10 +19411,12 @@ public class MasterServer {
}
@org.apache.thrift.annotation.Nullable
+ @Override
public _Fields fieldForId(int fieldId) {
return _Fields.findByThriftId(fieldId);
}
+ @Override
public void read(org.apache.thrift.protocol.TProtocol iprot) throws org.apache.thrift.TException {
scheme(iprot).read(iprot, this);
}
@@ -18772,6 +19490,7 @@ public class MasterServer {
}
private static class submitImage_resultStandardSchemeFactory implements org.apache.thrift.scheme.SchemeFactory {
+ @Override
public submitImage_resultStandardScheme getScheme() {
return new submitImage_resultStandardScheme();
}
@@ -18779,6 +19498,7 @@ public class MasterServer {
private static class submitImage_resultStandardScheme extends org.apache.thrift.scheme.StandardScheme<submitImage_result> {
+ @Override
public void read(org.apache.thrift.protocol.TProtocol iprot, submitImage_result struct) throws org.apache.thrift.TException {
org.apache.thrift.protocol.TField schemeField;
iprot.readStructBegin();
@@ -18836,6 +19556,7 @@ public class MasterServer {
struct.validate();
}
+ @Override
public void write(org.apache.thrift.protocol.TProtocol oprot, submitImage_result struct) throws org.apache.thrift.TException {
struct.validate();
@@ -18867,6 +19588,7 @@ public class MasterServer {
}
private static class submitImage_resultTupleSchemeFactory implements org.apache.thrift.scheme.SchemeFactory {
+ @Override
public submitImage_resultTupleScheme getScheme() {
return new submitImage_resultTupleScheme();
}
@@ -18937,6 +19659,7 @@ public class MasterServer {
}
}
+ @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked", "unused"})
public static class registerSatellite_args implements org.apache.thrift.TBase<registerSatellite_args, registerSatellite_args._Fields>, java.io.Serializable, Cloneable, Comparable<registerSatellite_args> {
private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("registerSatellite_args");
@@ -19023,10 +19746,12 @@ public class MasterServer {
_fieldName = fieldName;
}
+ @Override
public short getThriftFieldId() {
return _thriftId;
}
+ @Override
public java.lang.String getFieldName() {
return _fieldName;
}
@@ -19098,6 +19823,7 @@ public class MasterServer {
}
}
+ @Override
public registerSatellite_args deepCopy() {
return new registerSatellite_args(this);
}
@@ -19287,6 +20013,7 @@ public class MasterServer {
}
}
+ @Override
public void setFieldValue(_Fields field, @org.apache.thrift.annotation.Nullable java.lang.Object value) {
switch (field) {
case USER_TOKEN:
@@ -19345,6 +20072,7 @@ public class MasterServer {
}
@org.apache.thrift.annotation.Nullable
+ @Override
public java.lang.Object getFieldValue(_Fields field) {
switch (field) {
case USER_TOKEN:
@@ -19370,6 +20098,7 @@ public class MasterServer {
}
/** Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise */
+ @Override
public boolean isSet(_Fields field) {
if (field == null) {
throw new java.lang.IllegalArgumentException();
@@ -19565,14 +20294,17 @@ public class MasterServer {
}
@org.apache.thrift.annotation.Nullable
+ @Override
public _Fields fieldForId(int fieldId) {
return _Fields.findByThriftId(fieldId);
}
+ @Override
public void read(org.apache.thrift.protocol.TProtocol iprot) throws org.apache.thrift.TException {
scheme(iprot).read(iprot, this);
}
+ @Override
public void write(org.apache.thrift.protocol.TProtocol oprot) throws org.apache.thrift.TException {
scheme(oprot).write(oprot, this);
}
@@ -19655,6 +20387,7 @@ public class MasterServer {
}
private static class registerSatellite_argsStandardSchemeFactory implements org.apache.thrift.scheme.SchemeFactory {
+ @Override
public registerSatellite_argsStandardScheme getScheme() {
return new registerSatellite_argsStandardScheme();
}
@@ -19662,6 +20395,7 @@ public class MasterServer {
private static class registerSatellite_argsStandardScheme extends org.apache.thrift.scheme.StandardScheme<registerSatellite_args> {
+ @Override
public void read(org.apache.thrift.protocol.TProtocol iprot, registerSatellite_args struct) throws org.apache.thrift.TException {
org.apache.thrift.protocol.TField schemeField;
iprot.readStructBegin();
@@ -19741,6 +20475,7 @@ public class MasterServer {
struct.validate();
}
+ @Override
public void write(org.apache.thrift.protocol.TProtocol oprot, registerSatellite_args struct) throws org.apache.thrift.TException {
struct.validate();
@@ -19789,6 +20524,7 @@ public class MasterServer {
}
private static class registerSatellite_argsTupleSchemeFactory implements org.apache.thrift.scheme.SchemeFactory {
+ @Override
public registerSatellite_argsTupleScheme getScheme() {
return new registerSatellite_argsTupleScheme();
}
@@ -19890,6 +20626,7 @@ public class MasterServer {
}
}
+ @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked", "unused"})
public static class registerSatellite_result implements org.apache.thrift.TBase<registerSatellite_result, registerSatellite_result._Fields>, java.io.Serializable, Cloneable, Comparable<registerSatellite_result> {
private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("registerSatellite_result");
@@ -19956,10 +20693,12 @@ public class MasterServer {
_fieldName = fieldName;
}
+ @Override
public short getThriftFieldId() {
return _thriftId;
}
+ @Override
public java.lang.String getFieldName() {
return _fieldName;
}
@@ -20003,6 +20742,7 @@ public class MasterServer {
}
}
+ @Override
public registerSatellite_result deepCopy() {
return new registerSatellite_result(this);
}
@@ -20062,6 +20802,7 @@ public class MasterServer {
}
}
+ @Override
public void setFieldValue(_Fields field, @org.apache.thrift.annotation.Nullable java.lang.Object value) {
switch (field) {
case SUCCESS:
@@ -20084,6 +20825,7 @@ public class MasterServer {
}
@org.apache.thrift.annotation.Nullable
+ @Override
public java.lang.Object getFieldValue(_Fields field) {
switch (field) {
case SUCCESS:
@@ -20097,6 +20839,7 @@ public class MasterServer {
}
/** Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise */
+ @Override
public boolean isSet(_Fields field) {
if (field == null) {
throw new java.lang.IllegalArgumentException();
@@ -20190,10 +20933,12 @@ public class MasterServer {
}
@org.apache.thrift.annotation.Nullable
+ @Override
public _Fields fieldForId(int fieldId) {
return _Fields.findByThriftId(fieldId);
}
+ @Override
public void read(org.apache.thrift.protocol.TProtocol iprot) throws org.apache.thrift.TException {
scheme(iprot).read(iprot, this);
}
@@ -20246,6 +20991,7 @@ public class MasterServer {
}
private static class registerSatellite_resultStandardSchemeFactory implements org.apache.thrift.scheme.SchemeFactory {
+ @Override
public registerSatellite_resultStandardScheme getScheme() {
return new registerSatellite_resultStandardScheme();
}
@@ -20253,6 +20999,7 @@ public class MasterServer {
private static class registerSatellite_resultStandardScheme extends org.apache.thrift.scheme.StandardScheme<registerSatellite_result> {
+ @Override
public void read(org.apache.thrift.protocol.TProtocol iprot, registerSatellite_result struct) throws org.apache.thrift.TException {
org.apache.thrift.protocol.TField schemeField;
iprot.readStructBegin();
@@ -20291,6 +21038,7 @@ public class MasterServer {
struct.validate();
}
+ @Override
public void write(org.apache.thrift.protocol.TProtocol oprot, registerSatellite_result struct) throws org.apache.thrift.TException {
struct.validate();
@@ -20312,6 +21060,7 @@ public class MasterServer {
}
private static class registerSatellite_resultTupleSchemeFactory implements org.apache.thrift.scheme.SchemeFactory {
+ @Override
public registerSatellite_resultTupleScheme getScheme() {
return new registerSatellite_resultTupleScheme();
}
@@ -20359,6 +21108,7 @@ public class MasterServer {
}
}
+ @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked", "unused"})
public static class updateSatellite_args implements org.apache.thrift.TBase<updateSatellite_args, updateSatellite_args._Fields>, java.io.Serializable, Cloneable, Comparable<updateSatellite_args> {
private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("updateSatellite_args");
@@ -20430,10 +21180,12 @@ public class MasterServer {
_fieldName = fieldName;
}
+ @Override
public short getThriftFieldId() {
return _thriftId;
}
+ @Override
public java.lang.String getFieldName() {
return _fieldName;
}
@@ -20484,6 +21236,7 @@ public class MasterServer {
}
}
+ @Override
public updateSatellite_args deepCopy() {
return new updateSatellite_args(this);
}
@@ -20586,6 +21339,7 @@ public class MasterServer {
}
}
+ @Override
public void setFieldValue(_Fields field, @org.apache.thrift.annotation.Nullable java.lang.Object value) {
switch (field) {
case SERVER_SESSION_ID:
@@ -20616,6 +21370,7 @@ public class MasterServer {
}
@org.apache.thrift.annotation.Nullable
+ @Override
public java.lang.Object getFieldValue(_Fields field) {
switch (field) {
case SERVER_SESSION_ID:
@@ -20632,6 +21387,7 @@ public class MasterServer {
}
/** Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise */
+ @Override
public boolean isSet(_Fields field) {
if (field == null) {
throw new java.lang.IllegalArgumentException();
@@ -20752,14 +21508,17 @@ public class MasterServer {
}
@org.apache.thrift.annotation.Nullable
+ @Override
public _Fields fieldForId(int fieldId) {
return _Fields.findByThriftId(fieldId);
}
+ @Override
public void read(org.apache.thrift.protocol.TProtocol iprot) throws org.apache.thrift.TException {
scheme(iprot).read(iprot, this);
}
+ @Override
public void write(org.apache.thrift.protocol.TProtocol oprot) throws org.apache.thrift.TException {
scheme(oprot).write(oprot, this);
}
@@ -20818,6 +21577,7 @@ public class MasterServer {
}
private static class updateSatellite_argsStandardSchemeFactory implements org.apache.thrift.scheme.SchemeFactory {
+ @Override
public updateSatellite_argsStandardScheme getScheme() {
return new updateSatellite_argsStandardScheme();
}
@@ -20825,6 +21585,7 @@ public class MasterServer {
private static class updateSatellite_argsStandardScheme extends org.apache.thrift.scheme.StandardScheme<updateSatellite_args> {
+ @Override
public void read(org.apache.thrift.protocol.TProtocol iprot, updateSatellite_args struct) throws org.apache.thrift.TException {
org.apache.thrift.protocol.TField schemeField;
iprot.readStructBegin();
@@ -20880,6 +21641,7 @@ public class MasterServer {
struct.validate();
}
+ @Override
public void write(org.apache.thrift.protocol.TProtocol oprot, updateSatellite_args struct) throws org.apache.thrift.TException {
struct.validate();
@@ -20913,6 +21675,7 @@ public class MasterServer {
}
private static class updateSatellite_argsTupleSchemeFactory implements org.apache.thrift.scheme.SchemeFactory {
+ @Override
public updateSatellite_argsTupleScheme getScheme() {
return new updateSatellite_argsTupleScheme();
}
@@ -20984,6 +21747,7 @@ public class MasterServer {
}
}
+ @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked", "unused"})
public static class updateSatellite_result implements org.apache.thrift.TBase<updateSatellite_result, updateSatellite_result._Fields>, java.io.Serializable, Cloneable, Comparable<updateSatellite_result> {
private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("updateSatellite_result");
@@ -21055,10 +21819,12 @@ public class MasterServer {
_fieldName = fieldName;
}
+ @Override
public short getThriftFieldId() {
return _thriftId;
}
+ @Override
public java.lang.String getFieldName() {
return _fieldName;
}
@@ -21109,6 +21875,7 @@ public class MasterServer {
}
}
+ @Override
public updateSatellite_result deepCopy() {
return new updateSatellite_result(this);
}
@@ -21194,6 +21961,7 @@ public class MasterServer {
}
}
+ @Override
public void setFieldValue(_Fields field, @org.apache.thrift.annotation.Nullable java.lang.Object value) {
switch (field) {
case SUCCESS:
@@ -21224,6 +21992,7 @@ public class MasterServer {
}
@org.apache.thrift.annotation.Nullable
+ @Override
public java.lang.Object getFieldValue(_Fields field) {
switch (field) {
case SUCCESS:
@@ -21240,6 +22009,7 @@ public class MasterServer {
}
/** Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise */
+ @Override
public boolean isSet(_Fields field) {
if (field == null) {
throw new java.lang.IllegalArgumentException();
@@ -21358,10 +22128,12 @@ public class MasterServer {
}
@org.apache.thrift.annotation.Nullable
+ @Override
public _Fields fieldForId(int fieldId) {
return _Fields.findByThriftId(fieldId);
}
+ @Override
public void read(org.apache.thrift.protocol.TProtocol iprot) throws org.apache.thrift.TException {
scheme(iprot).read(iprot, this);
}
@@ -21422,6 +22194,7 @@ public class MasterServer {
}
private static class updateSatellite_resultStandardSchemeFactory implements org.apache.thrift.scheme.SchemeFactory {
+ @Override
public updateSatellite_resultStandardScheme getScheme() {
return new updateSatellite_resultStandardScheme();
}
@@ -21429,6 +22202,7 @@ public class MasterServer {
private static class updateSatellite_resultStandardScheme extends org.apache.thrift.scheme.StandardScheme<updateSatellite_result> {
+ @Override
public void read(org.apache.thrift.protocol.TProtocol iprot, updateSatellite_result struct) throws org.apache.thrift.TException {
org.apache.thrift.protocol.TField schemeField;
iprot.readStructBegin();
@@ -21476,6 +22250,7 @@ public class MasterServer {
struct.validate();
}
+ @Override
public void write(org.apache.thrift.protocol.TProtocol oprot, updateSatellite_result struct) throws org.apache.thrift.TException {
struct.validate();
@@ -21502,6 +22277,7 @@ public class MasterServer {
}
private static class updateSatellite_resultTupleSchemeFactory implements org.apache.thrift.scheme.SchemeFactory {
+ @Override
public updateSatellite_resultTupleScheme getScheme() {
return new updateSatellite_resultTupleScheme();
}
@@ -21560,6 +22336,7 @@ public class MasterServer {
}
}
+ @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked", "unused"})
public static class downloadImage_args implements org.apache.thrift.TBase<downloadImage_args, downloadImage_args._Fields>, java.io.Serializable, Cloneable, Comparable<downloadImage_args> {
private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("downloadImage_args");
@@ -21626,10 +22403,12 @@ public class MasterServer {
_fieldName = fieldName;
}
+ @Override
public short getThriftFieldId() {
return _thriftId;
}
+ @Override
public java.lang.String getFieldName() {
return _fieldName;
}
@@ -21671,6 +22450,7 @@ public class MasterServer {
}
}
+ @Override
public downloadImage_args deepCopy() {
return new downloadImage_args(this);
}
@@ -21731,6 +22511,7 @@ public class MasterServer {
}
}
+ @Override
public void setFieldValue(_Fields field, @org.apache.thrift.annotation.Nullable java.lang.Object value) {
switch (field) {
case SESSION_ID:
@@ -21753,6 +22534,7 @@ public class MasterServer {
}
@org.apache.thrift.annotation.Nullable
+ @Override
public java.lang.Object getFieldValue(_Fields field) {
switch (field) {
case SESSION_ID:
@@ -21766,6 +22548,7 @@ public class MasterServer {
}
/** Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise */
+ @Override
public boolean isSet(_Fields field) {
if (field == null) {
throw new java.lang.IllegalArgumentException();
@@ -21861,14 +22644,17 @@ public class MasterServer {
}
@org.apache.thrift.annotation.Nullable
+ @Override
public _Fields fieldForId(int fieldId) {
return _Fields.findByThriftId(fieldId);
}
+ @Override
public void read(org.apache.thrift.protocol.TProtocol iprot) throws org.apache.thrift.TException {
scheme(iprot).read(iprot, this);
}
+ @Override
public void write(org.apache.thrift.protocol.TProtocol oprot) throws org.apache.thrift.TException {
scheme(oprot).write(oprot, this);
}
@@ -21919,6 +22705,7 @@ public class MasterServer {
}
private static class downloadImage_argsStandardSchemeFactory implements org.apache.thrift.scheme.SchemeFactory {
+ @Override
public downloadImage_argsStandardScheme getScheme() {
return new downloadImage_argsStandardScheme();
}
@@ -21926,6 +22713,7 @@ public class MasterServer {
private static class downloadImage_argsStandardScheme extends org.apache.thrift.scheme.StandardScheme<downloadImage_args> {
+ @Override
public void read(org.apache.thrift.protocol.TProtocol iprot, downloadImage_args struct) throws org.apache.thrift.TException {
org.apache.thrift.protocol.TField schemeField;
iprot.readStructBegin();
@@ -21963,6 +22751,7 @@ public class MasterServer {
struct.validate();
}
+ @Override
public void write(org.apache.thrift.protocol.TProtocol oprot, downloadImage_args struct) throws org.apache.thrift.TException {
struct.validate();
@@ -21984,6 +22773,7 @@ public class MasterServer {
}
private static class downloadImage_argsTupleSchemeFactory implements org.apache.thrift.scheme.SchemeFactory {
+ @Override
public downloadImage_argsTupleScheme getScheme() {
return new downloadImage_argsTupleScheme();
}
@@ -22030,6 +22820,7 @@ public class MasterServer {
}
}
+ @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked", "unused"})
public static class downloadImage_result implements org.apache.thrift.TBase<downloadImage_result, downloadImage_result._Fields>, java.io.Serializable, Cloneable, Comparable<downloadImage_result> {
private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("downloadImage_result");
@@ -22106,10 +22897,12 @@ public class MasterServer {
_fieldName = fieldName;
}
+ @Override
public short getThriftFieldId() {
return _thriftId;
}
+ @Override
public java.lang.String getFieldName() {
return _fieldName;
}
@@ -22165,6 +22958,7 @@ public class MasterServer {
}
}
+ @Override
public downloadImage_result deepCopy() {
return new downloadImage_result(this);
}
@@ -22277,6 +23071,7 @@ public class MasterServer {
}
}
+ @Override
public void setFieldValue(_Fields field, @org.apache.thrift.annotation.Nullable java.lang.Object value) {
switch (field) {
case SUCCESS:
@@ -22315,6 +23110,7 @@ public class MasterServer {
}
@org.apache.thrift.annotation.Nullable
+ @Override
public java.lang.Object getFieldValue(_Fields field) {
switch (field) {
case SUCCESS:
@@ -22334,6 +23130,7 @@ public class MasterServer {
}
/** Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise */
+ @Override
public boolean isSet(_Fields field) {
if (field == null) {
throw new java.lang.IllegalArgumentException();
@@ -22479,10 +23276,12 @@ public class MasterServer {
}
@org.apache.thrift.annotation.Nullable
+ @Override
public _Fields fieldForId(int fieldId) {
return _Fields.findByThriftId(fieldId);
}
+ @Override
public void read(org.apache.thrift.protocol.TProtocol iprot) throws org.apache.thrift.TException {
scheme(iprot).read(iprot, this);
}
@@ -22556,6 +23355,7 @@ public class MasterServer {
}
private static class downloadImage_resultStandardSchemeFactory implements org.apache.thrift.scheme.SchemeFactory {
+ @Override
public downloadImage_resultStandardScheme getScheme() {
return new downloadImage_resultStandardScheme();
}
@@ -22563,6 +23363,7 @@ public class MasterServer {
private static class downloadImage_resultStandardScheme extends org.apache.thrift.scheme.StandardScheme<downloadImage_result> {
+ @Override
public void read(org.apache.thrift.protocol.TProtocol iprot, downloadImage_result struct) throws org.apache.thrift.TException {
org.apache.thrift.protocol.TField schemeField;
iprot.readStructBegin();
@@ -22620,6 +23421,7 @@ public class MasterServer {
struct.validate();
}
+ @Override
public void write(org.apache.thrift.protocol.TProtocol oprot, downloadImage_result struct) throws org.apache.thrift.TException {
struct.validate();
@@ -22651,6 +23453,7 @@ public class MasterServer {
}
private static class downloadImage_resultTupleSchemeFactory implements org.apache.thrift.scheme.SchemeFactory {
+ @Override
public downloadImage_resultTupleScheme getScheme() {
return new downloadImage_resultTupleScheme();
}
@@ -22721,6 +23524,7 @@ public class MasterServer {
}
}
+ @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked", "unused"})
public static class getOrganizations_args implements org.apache.thrift.TBase<getOrganizations_args, getOrganizations_args._Fields>, java.io.Serializable, Cloneable, Comparable<getOrganizations_args> {
private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("getOrganizations_args");
@@ -22778,10 +23582,12 @@ public class MasterServer {
_fieldName = fieldName;
}
+ @Override
public short getThriftFieldId() {
return _thriftId;
}
+ @Override
public java.lang.String getFieldName() {
return _fieldName;
}
@@ -22802,6 +23608,7 @@ public class MasterServer {
public getOrganizations_args(getOrganizations_args other) {
}
+ @Override
public getOrganizations_args deepCopy() {
return new getOrganizations_args(this);
}
@@ -22810,12 +23617,14 @@ public class MasterServer {
public void clear() {
}
+ @Override
public void setFieldValue(_Fields field, @org.apache.thrift.annotation.Nullable java.lang.Object value) {
switch (field) {
}
}
@org.apache.thrift.annotation.Nullable
+ @Override
public java.lang.Object getFieldValue(_Fields field) {
switch (field) {
}
@@ -22823,6 +23632,7 @@ public class MasterServer {
}
/** Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise */
+ @Override
public boolean isSet(_Fields field) {
if (field == null) {
throw new java.lang.IllegalArgumentException();
@@ -22868,14 +23678,17 @@ public class MasterServer {
}
@org.apache.thrift.annotation.Nullable
+ @Override
public _Fields fieldForId(int fieldId) {
return _Fields.findByThriftId(fieldId);
}
+ @Override
public void read(org.apache.thrift.protocol.TProtocol iprot) throws org.apache.thrift.TException {
scheme(iprot).read(iprot, this);
}
+ @Override
public void write(org.apache.thrift.protocol.TProtocol oprot) throws org.apache.thrift.TException {
scheme(oprot).write(oprot, this);
}
@@ -22911,6 +23724,7 @@ public class MasterServer {
}
private static class getOrganizations_argsStandardSchemeFactory implements org.apache.thrift.scheme.SchemeFactory {
+ @Override
public getOrganizations_argsStandardScheme getScheme() {
return new getOrganizations_argsStandardScheme();
}
@@ -22918,6 +23732,7 @@ public class MasterServer {
private static class getOrganizations_argsStandardScheme extends org.apache.thrift.scheme.StandardScheme<getOrganizations_args> {
+ @Override
public void read(org.apache.thrift.protocol.TProtocol iprot, getOrganizations_args struct) throws org.apache.thrift.TException {
org.apache.thrift.protocol.TField schemeField;
iprot.readStructBegin();
@@ -22939,6 +23754,7 @@ public class MasterServer {
struct.validate();
}
+ @Override
public void write(org.apache.thrift.protocol.TProtocol oprot, getOrganizations_args struct) throws org.apache.thrift.TException {
struct.validate();
@@ -22950,6 +23766,7 @@ public class MasterServer {
}
private static class getOrganizations_argsTupleSchemeFactory implements org.apache.thrift.scheme.SchemeFactory {
+ @Override
public getOrganizations_argsTupleScheme getScheme() {
return new getOrganizations_argsTupleScheme();
}
@@ -22973,6 +23790,7 @@ public class MasterServer {
}
}
+ @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked", "unused"})
public static class getOrganizations_result implements org.apache.thrift.TBase<getOrganizations_result, getOrganizations_result._Fields>, java.io.Serializable, Cloneable, Comparable<getOrganizations_result> {
private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("getOrganizations_result");
@@ -23039,10 +23857,12 @@ public class MasterServer {
_fieldName = fieldName;
}
+ @Override
public short getThriftFieldId() {
return _thriftId;
}
+ @Override
public java.lang.String getFieldName() {
return _fieldName;
}
@@ -23089,6 +23909,7 @@ public class MasterServer {
}
}
+ @Override
public getOrganizations_result deepCopy() {
return new getOrganizations_result(this);
}
@@ -23165,6 +23986,7 @@ public class MasterServer {
}
}
+ @Override
public void setFieldValue(_Fields field, @org.apache.thrift.annotation.Nullable java.lang.Object value) {
switch (field) {
case SUCCESS:
@@ -23187,6 +24009,7 @@ public class MasterServer {
}
@org.apache.thrift.annotation.Nullable
+ @Override
public java.lang.Object getFieldValue(_Fields field) {
switch (field) {
case SUCCESS:
@@ -23200,6 +24023,7 @@ public class MasterServer {
}
/** Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise */
+ @Override
public boolean isSet(_Fields field) {
if (field == null) {
throw new java.lang.IllegalArgumentException();
@@ -23295,10 +24119,12 @@ public class MasterServer {
}
@org.apache.thrift.annotation.Nullable
+ @Override
public _Fields fieldForId(int fieldId) {
return _Fields.findByThriftId(fieldId);
}
+ @Override
public void read(org.apache.thrift.protocol.TProtocol iprot) throws org.apache.thrift.TException {
scheme(iprot).read(iprot, this);
}
@@ -23353,6 +24179,7 @@ public class MasterServer {
}
private static class getOrganizations_resultStandardSchemeFactory implements org.apache.thrift.scheme.SchemeFactory {
+ @Override
public getOrganizations_resultStandardScheme getScheme() {
return new getOrganizations_resultStandardScheme();
}
@@ -23360,6 +24187,7 @@ public class MasterServer {
private static class getOrganizations_resultStandardScheme extends org.apache.thrift.scheme.StandardScheme<getOrganizations_result> {
+ @Override
public void read(org.apache.thrift.protocol.TProtocol iprot, getOrganizations_result struct) throws org.apache.thrift.TException {
org.apache.thrift.protocol.TField schemeField;
iprot.readStructBegin();
@@ -23409,6 +24237,7 @@ public class MasterServer {
struct.validate();
}
+ @Override
public void write(org.apache.thrift.protocol.TProtocol oprot, getOrganizations_result struct) throws org.apache.thrift.TException {
struct.validate();
@@ -23437,6 +24266,7 @@ public class MasterServer {
}
private static class getOrganizations_resultTupleSchemeFactory implements org.apache.thrift.scheme.SchemeFactory {
+ @Override
public getOrganizations_resultTupleScheme getScheme() {
return new getOrganizations_resultTupleScheme();
}
@@ -23500,6 +24330,7 @@ public class MasterServer {
}
}
+ @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked", "unused"})
public static class getOperatingSystems_args implements org.apache.thrift.TBase<getOperatingSystems_args, getOperatingSystems_args._Fields>, java.io.Serializable, Cloneable, Comparable<getOperatingSystems_args> {
private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("getOperatingSystems_args");
@@ -23557,10 +24388,12 @@ public class MasterServer {
_fieldName = fieldName;
}
+ @Override
public short getThriftFieldId() {
return _thriftId;
}
+ @Override
public java.lang.String getFieldName() {
return _fieldName;
}
@@ -23581,6 +24414,7 @@ public class MasterServer {
public getOperatingSystems_args(getOperatingSystems_args other) {
}
+ @Override
public getOperatingSystems_args deepCopy() {
return new getOperatingSystems_args(this);
}
@@ -23589,12 +24423,14 @@ public class MasterServer {
public void clear() {
}
+ @Override
public void setFieldValue(_Fields field, @org.apache.thrift.annotation.Nullable java.lang.Object value) {
switch (field) {
}
}
@org.apache.thrift.annotation.Nullable
+ @Override
public java.lang.Object getFieldValue(_Fields field) {
switch (field) {
}
@@ -23602,6 +24438,7 @@ public class MasterServer {
}
/** Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise */
+ @Override
public boolean isSet(_Fields field) {
if (field == null) {
throw new java.lang.IllegalArgumentException();
@@ -23647,14 +24484,17 @@ public class MasterServer {
}
@org.apache.thrift.annotation.Nullable
+ @Override
public _Fields fieldForId(int fieldId) {
return _Fields.findByThriftId(fieldId);
}
+ @Override
public void read(org.apache.thrift.protocol.TProtocol iprot) throws org.apache.thrift.TException {
scheme(iprot).read(iprot, this);
}
+ @Override
public void write(org.apache.thrift.protocol.TProtocol oprot) throws org.apache.thrift.TException {
scheme(oprot).write(oprot, this);
}
@@ -23690,6 +24530,7 @@ public class MasterServer {
}
private static class getOperatingSystems_argsStandardSchemeFactory implements org.apache.thrift.scheme.SchemeFactory {
+ @Override
public getOperatingSystems_argsStandardScheme getScheme() {
return new getOperatingSystems_argsStandardScheme();
}
@@ -23697,6 +24538,7 @@ public class MasterServer {
private static class getOperatingSystems_argsStandardScheme extends org.apache.thrift.scheme.StandardScheme<getOperatingSystems_args> {
+ @Override
public void read(org.apache.thrift.protocol.TProtocol iprot, getOperatingSystems_args struct) throws org.apache.thrift.TException {
org.apache.thrift.protocol.TField schemeField;
iprot.readStructBegin();
@@ -23718,6 +24560,7 @@ public class MasterServer {
struct.validate();
}
+ @Override
public void write(org.apache.thrift.protocol.TProtocol oprot, getOperatingSystems_args struct) throws org.apache.thrift.TException {
struct.validate();
@@ -23729,6 +24572,7 @@ public class MasterServer {
}
private static class getOperatingSystems_argsTupleSchemeFactory implements org.apache.thrift.scheme.SchemeFactory {
+ @Override
public getOperatingSystems_argsTupleScheme getScheme() {
return new getOperatingSystems_argsTupleScheme();
}
@@ -23752,6 +24596,7 @@ public class MasterServer {
}
}
+ @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked", "unused"})
public static class getOperatingSystems_result implements org.apache.thrift.TBase<getOperatingSystems_result, getOperatingSystems_result._Fields>, java.io.Serializable, Cloneable, Comparable<getOperatingSystems_result> {
private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("getOperatingSystems_result");
@@ -23818,10 +24663,12 @@ public class MasterServer {
_fieldName = fieldName;
}
+ @Override
public short getThriftFieldId() {
return _thriftId;
}
+ @Override
public java.lang.String getFieldName() {
return _fieldName;
}
@@ -23868,6 +24715,7 @@ public class MasterServer {
}
}
+ @Override
public getOperatingSystems_result deepCopy() {
return new getOperatingSystems_result(this);
}
@@ -23944,6 +24792,7 @@ public class MasterServer {
}
}
+ @Override
public void setFieldValue(_Fields field, @org.apache.thrift.annotation.Nullable java.lang.Object value) {
switch (field) {
case SUCCESS:
@@ -23966,6 +24815,7 @@ public class MasterServer {
}
@org.apache.thrift.annotation.Nullable
+ @Override
public java.lang.Object getFieldValue(_Fields field) {
switch (field) {
case SUCCESS:
@@ -23979,6 +24829,7 @@ public class MasterServer {
}
/** Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise */
+ @Override
public boolean isSet(_Fields field) {
if (field == null) {
throw new java.lang.IllegalArgumentException();
@@ -24074,10 +24925,12 @@ public class MasterServer {
}
@org.apache.thrift.annotation.Nullable
+ @Override
public _Fields fieldForId(int fieldId) {
return _Fields.findByThriftId(fieldId);
}
+ @Override
public void read(org.apache.thrift.protocol.TProtocol iprot) throws org.apache.thrift.TException {
scheme(iprot).read(iprot, this);
}
@@ -24132,6 +24985,7 @@ public class MasterServer {
}
private static class getOperatingSystems_resultStandardSchemeFactory implements org.apache.thrift.scheme.SchemeFactory {
+ @Override
public getOperatingSystems_resultStandardScheme getScheme() {
return new getOperatingSystems_resultStandardScheme();
}
@@ -24139,6 +24993,7 @@ public class MasterServer {
private static class getOperatingSystems_resultStandardScheme extends org.apache.thrift.scheme.StandardScheme<getOperatingSystems_result> {
+ @Override
public void read(org.apache.thrift.protocol.TProtocol iprot, getOperatingSystems_result struct) throws org.apache.thrift.TException {
org.apache.thrift.protocol.TField schemeField;
iprot.readStructBegin();
@@ -24188,6 +25043,7 @@ public class MasterServer {
struct.validate();
}
+ @Override
public void write(org.apache.thrift.protocol.TProtocol oprot, getOperatingSystems_result struct) throws org.apache.thrift.TException {
struct.validate();
@@ -24216,6 +25072,7 @@ public class MasterServer {
}
private static class getOperatingSystems_resultTupleSchemeFactory implements org.apache.thrift.scheme.SchemeFactory {
+ @Override
public getOperatingSystems_resultTupleScheme getScheme() {
return new getOperatingSystems_resultTupleScheme();
}
@@ -24279,6 +25136,7 @@ public class MasterServer {
}
}
+ @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked", "unused"})
public static class getVirtualizers_args implements org.apache.thrift.TBase<getVirtualizers_args, getVirtualizers_args._Fields>, java.io.Serializable, Cloneable, Comparable<getVirtualizers_args> {
private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("getVirtualizers_args");
@@ -24336,10 +25194,12 @@ public class MasterServer {
_fieldName = fieldName;
}
+ @Override
public short getThriftFieldId() {
return _thriftId;
}
+ @Override
public java.lang.String getFieldName() {
return _fieldName;
}
@@ -24360,6 +25220,7 @@ public class MasterServer {
public getVirtualizers_args(getVirtualizers_args other) {
}
+ @Override
public getVirtualizers_args deepCopy() {
return new getVirtualizers_args(this);
}
@@ -24368,12 +25229,14 @@ public class MasterServer {
public void clear() {
}
+ @Override
public void setFieldValue(_Fields field, @org.apache.thrift.annotation.Nullable java.lang.Object value) {
switch (field) {
}
}
@org.apache.thrift.annotation.Nullable
+ @Override
public java.lang.Object getFieldValue(_Fields field) {
switch (field) {
}
@@ -24381,6 +25244,7 @@ public class MasterServer {
}
/** Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise */
+ @Override
public boolean isSet(_Fields field) {
if (field == null) {
throw new java.lang.IllegalArgumentException();
@@ -24426,14 +25290,17 @@ public class MasterServer {
}
@org.apache.thrift.annotation.Nullable
+ @Override
public _Fields fieldForId(int fieldId) {
return _Fields.findByThriftId(fieldId);
}
+ @Override
public void read(org.apache.thrift.protocol.TProtocol iprot) throws org.apache.thrift.TException {
scheme(iprot).read(iprot, this);
}
+ @Override
public void write(org.apache.thrift.protocol.TProtocol oprot) throws org.apache.thrift.TException {
scheme(oprot).write(oprot, this);
}
@@ -24469,6 +25336,7 @@ public class MasterServer {
}
private static class getVirtualizers_argsStandardSchemeFactory implements org.apache.thrift.scheme.SchemeFactory {
+ @Override
public getVirtualizers_argsStandardScheme getScheme() {
return new getVirtualizers_argsStandardScheme();
}
@@ -24476,6 +25344,7 @@ public class MasterServer {
private static class getVirtualizers_argsStandardScheme extends org.apache.thrift.scheme.StandardScheme<getVirtualizers_args> {
+ @Override
public void read(org.apache.thrift.protocol.TProtocol iprot, getVirtualizers_args struct) throws org.apache.thrift.TException {
org.apache.thrift.protocol.TField schemeField;
iprot.readStructBegin();
@@ -24497,6 +25366,7 @@ public class MasterServer {
struct.validate();
}
+ @Override
public void write(org.apache.thrift.protocol.TProtocol oprot, getVirtualizers_args struct) throws org.apache.thrift.TException {
struct.validate();
@@ -24508,6 +25378,7 @@ public class MasterServer {
}
private static class getVirtualizers_argsTupleSchemeFactory implements org.apache.thrift.scheme.SchemeFactory {
+ @Override
public getVirtualizers_argsTupleScheme getScheme() {
return new getVirtualizers_argsTupleScheme();
}
@@ -24531,6 +25402,7 @@ public class MasterServer {
}
}
+ @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked", "unused"})
public static class getVirtualizers_result implements org.apache.thrift.TBase<getVirtualizers_result, getVirtualizers_result._Fields>, java.io.Serializable, Cloneable, Comparable<getVirtualizers_result> {
private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("getVirtualizers_result");
@@ -24597,10 +25469,12 @@ public class MasterServer {
_fieldName = fieldName;
}
+ @Override
public short getThriftFieldId() {
return _thriftId;
}
+ @Override
public java.lang.String getFieldName() {
return _fieldName;
}
@@ -24647,6 +25521,7 @@ public class MasterServer {
}
}
+ @Override
public getVirtualizers_result deepCopy() {
return new getVirtualizers_result(this);
}
@@ -24723,6 +25598,7 @@ public class MasterServer {
}
}
+ @Override
public void setFieldValue(_Fields field, @org.apache.thrift.annotation.Nullable java.lang.Object value) {
switch (field) {
case SUCCESS:
@@ -24745,6 +25621,7 @@ public class MasterServer {
}
@org.apache.thrift.annotation.Nullable
+ @Override
public java.lang.Object getFieldValue(_Fields field) {
switch (field) {
case SUCCESS:
@@ -24758,6 +25635,7 @@ public class MasterServer {
}
/** Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise */
+ @Override
public boolean isSet(_Fields field) {
if (field == null) {
throw new java.lang.IllegalArgumentException();
@@ -24853,10 +25731,12 @@ public class MasterServer {
}
@org.apache.thrift.annotation.Nullable
+ @Override
public _Fields fieldForId(int fieldId) {
return _Fields.findByThriftId(fieldId);
}
+ @Override
public void read(org.apache.thrift.protocol.TProtocol iprot) throws org.apache.thrift.TException {
scheme(iprot).read(iprot, this);
}
@@ -24911,6 +25791,7 @@ public class MasterServer {
}
private static class getVirtualizers_resultStandardSchemeFactory implements org.apache.thrift.scheme.SchemeFactory {
+ @Override
public getVirtualizers_resultStandardScheme getScheme() {
return new getVirtualizers_resultStandardScheme();
}
@@ -24918,6 +25799,7 @@ public class MasterServer {
private static class getVirtualizers_resultStandardScheme extends org.apache.thrift.scheme.StandardScheme<getVirtualizers_result> {
+ @Override
public void read(org.apache.thrift.protocol.TProtocol iprot, getVirtualizers_result struct) throws org.apache.thrift.TException {
org.apache.thrift.protocol.TField schemeField;
iprot.readStructBegin();
@@ -24967,6 +25849,7 @@ public class MasterServer {
struct.validate();
}
+ @Override
public void write(org.apache.thrift.protocol.TProtocol oprot, getVirtualizers_result struct) throws org.apache.thrift.TException {
struct.validate();
@@ -24995,6 +25878,7 @@ public class MasterServer {
}
private static class getVirtualizers_resultTupleSchemeFactory implements org.apache.thrift.scheme.SchemeFactory {
+ @Override
public getVirtualizers_resultTupleScheme getScheme() {
return new getVirtualizers_resultTupleScheme();
}
@@ -25058,6 +25942,7 @@ public class MasterServer {
}
}
+ @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked", "unused"})
public static class getTags_args implements org.apache.thrift.TBase<getTags_args, getTags_args._Fields>, java.io.Serializable, Cloneable, Comparable<getTags_args> {
private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("getTags_args");
@@ -25119,10 +26004,12 @@ public class MasterServer {
_fieldName = fieldName;
}
+ @Override
public short getThriftFieldId() {
return _thriftId;
}
+ @Override
public java.lang.String getFieldName() {
return _fieldName;
}
@@ -25159,6 +26046,7 @@ public class MasterServer {
this.startDate = other.startDate;
}
+ @Override
public getTags_args deepCopy() {
return new getTags_args(this);
}
@@ -25192,6 +26080,7 @@ public class MasterServer {
__isset_bitfield = org.apache.thrift.EncodingUtils.setBit(__isset_bitfield, __STARTDATE_ISSET_ID, value);
}
+ @Override
public void setFieldValue(_Fields field, @org.apache.thrift.annotation.Nullable java.lang.Object value) {
switch (field) {
case START_DATE:
@@ -25206,6 +26095,7 @@ public class MasterServer {
}
@org.apache.thrift.annotation.Nullable
+ @Override
public java.lang.Object getFieldValue(_Fields field) {
switch (field) {
case START_DATE:
@@ -25216,6 +26106,7 @@ public class MasterServer {
}
/** Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise */
+ @Override
public boolean isSet(_Fields field) {
if (field == null) {
throw new java.lang.IllegalArgumentException();
@@ -25284,14 +26175,17 @@ public class MasterServer {
}
@org.apache.thrift.annotation.Nullable
+ @Override
public _Fields fieldForId(int fieldId) {
return _Fields.findByThriftId(fieldId);
}
+ @Override
public void read(org.apache.thrift.protocol.TProtocol iprot) throws org.apache.thrift.TException {
scheme(iprot).read(iprot, this);
}
+ @Override
public void write(org.apache.thrift.protocol.TProtocol oprot) throws org.apache.thrift.TException {
scheme(oprot).write(oprot, this);
}
@@ -25332,6 +26226,7 @@ public class MasterServer {
}
private static class getTags_argsStandardSchemeFactory implements org.apache.thrift.scheme.SchemeFactory {
+ @Override
public getTags_argsStandardScheme getScheme() {
return new getTags_argsStandardScheme();
}
@@ -25339,6 +26234,7 @@ public class MasterServer {
private static class getTags_argsStandardScheme extends org.apache.thrift.scheme.StandardScheme<getTags_args> {
+ @Override
public void read(org.apache.thrift.protocol.TProtocol iprot, getTags_args struct) throws org.apache.thrift.TException {
org.apache.thrift.protocol.TField schemeField;
iprot.readStructBegin();
@@ -25368,6 +26264,7 @@ public class MasterServer {
struct.validate();
}
+ @Override
public void write(org.apache.thrift.protocol.TProtocol oprot, getTags_args struct) throws org.apache.thrift.TException {
struct.validate();
@@ -25382,6 +26279,7 @@ public class MasterServer {
}
private static class getTags_argsTupleSchemeFactory implements org.apache.thrift.scheme.SchemeFactory {
+ @Override
public getTags_argsTupleScheme getScheme() {
return new getTags_argsTupleScheme();
}
@@ -25418,6 +26316,7 @@ public class MasterServer {
}
}
+ @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked", "unused"})
public static class getTags_result implements org.apache.thrift.TBase<getTags_result, getTags_result._Fields>, java.io.Serializable, Cloneable, Comparable<getTags_result> {
private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("getTags_result");
@@ -25484,10 +26383,12 @@ public class MasterServer {
_fieldName = fieldName;
}
+ @Override
public short getThriftFieldId() {
return _thriftId;
}
+ @Override
public java.lang.String getFieldName() {
return _fieldName;
}
@@ -25534,6 +26435,7 @@ public class MasterServer {
}
}
+ @Override
public getTags_result deepCopy() {
return new getTags_result(this);
}
@@ -25610,6 +26512,7 @@ public class MasterServer {
}
}
+ @Override
public void setFieldValue(_Fields field, @org.apache.thrift.annotation.Nullable java.lang.Object value) {
switch (field) {
case SUCCESS:
@@ -25632,6 +26535,7 @@ public class MasterServer {
}
@org.apache.thrift.annotation.Nullable
+ @Override
public java.lang.Object getFieldValue(_Fields field) {
switch (field) {
case SUCCESS:
@@ -25645,6 +26549,7 @@ public class MasterServer {
}
/** Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise */
+ @Override
public boolean isSet(_Fields field) {
if (field == null) {
throw new java.lang.IllegalArgumentException();
@@ -25740,10 +26645,12 @@ public class MasterServer {
}
@org.apache.thrift.annotation.Nullable
+ @Override
public _Fields fieldForId(int fieldId) {
return _Fields.findByThriftId(fieldId);
}
+ @Override
public void read(org.apache.thrift.protocol.TProtocol iprot) throws org.apache.thrift.TException {
scheme(iprot).read(iprot, this);
}
@@ -25798,6 +26705,7 @@ public class MasterServer {
}
private static class getTags_resultStandardSchemeFactory implements org.apache.thrift.scheme.SchemeFactory {
+ @Override
public getTags_resultStandardScheme getScheme() {
return new getTags_resultStandardScheme();
}
@@ -25805,6 +26713,7 @@ public class MasterServer {
private static class getTags_resultStandardScheme extends org.apache.thrift.scheme.StandardScheme<getTags_result> {
+ @Override
public void read(org.apache.thrift.protocol.TProtocol iprot, getTags_result struct) throws org.apache.thrift.TException {
org.apache.thrift.protocol.TField schemeField;
iprot.readStructBegin();
@@ -25854,6 +26763,7 @@ public class MasterServer {
struct.validate();
}
+ @Override
public void write(org.apache.thrift.protocol.TProtocol oprot, getTags_result struct) throws org.apache.thrift.TException {
struct.validate();
@@ -25882,6 +26792,7 @@ public class MasterServer {
}
private static class getTags_resultTupleSchemeFactory implements org.apache.thrift.scheme.SchemeFactory {
+ @Override
public getTags_resultTupleScheme getScheme() {
return new getTags_resultTupleScheme();
}
@@ -25945,6 +26856,7 @@ public class MasterServer {
}
}
+ @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked", "unused"})
public static class getSoftware_args implements org.apache.thrift.TBase<getSoftware_args, getSoftware_args._Fields>, java.io.Serializable, Cloneable, Comparable<getSoftware_args> {
private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("getSoftware_args");
@@ -26006,10 +26918,12 @@ public class MasterServer {
_fieldName = fieldName;
}
+ @Override
public short getThriftFieldId() {
return _thriftId;
}
+ @Override
public java.lang.String getFieldName() {
return _fieldName;
}
@@ -26046,6 +26960,7 @@ public class MasterServer {
this.startDate = other.startDate;
}
+ @Override
public getSoftware_args deepCopy() {
return new getSoftware_args(this);
}
@@ -26079,6 +26994,7 @@ public class MasterServer {
__isset_bitfield = org.apache.thrift.EncodingUtils.setBit(__isset_bitfield, __STARTDATE_ISSET_ID, value);
}
+ @Override
public void setFieldValue(_Fields field, @org.apache.thrift.annotation.Nullable java.lang.Object value) {
switch (field) {
case START_DATE:
@@ -26093,6 +27009,7 @@ public class MasterServer {
}
@org.apache.thrift.annotation.Nullable
+ @Override
public java.lang.Object getFieldValue(_Fields field) {
switch (field) {
case START_DATE:
@@ -26103,6 +27020,7 @@ public class MasterServer {
}
/** Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise */
+ @Override
public boolean isSet(_Fields field) {
if (field == null) {
throw new java.lang.IllegalArgumentException();
@@ -26171,14 +27089,17 @@ public class MasterServer {
}
@org.apache.thrift.annotation.Nullable
+ @Override
public _Fields fieldForId(int fieldId) {
return _Fields.findByThriftId(fieldId);
}
+ @Override
public void read(org.apache.thrift.protocol.TProtocol iprot) throws org.apache.thrift.TException {
scheme(iprot).read(iprot, this);
}
+ @Override
public void write(org.apache.thrift.protocol.TProtocol oprot) throws org.apache.thrift.TException {
scheme(oprot).write(oprot, this);
}
@@ -26219,6 +27140,7 @@ public class MasterServer {
}
private static class getSoftware_argsStandardSchemeFactory implements org.apache.thrift.scheme.SchemeFactory {
+ @Override
public getSoftware_argsStandardScheme getScheme() {
return new getSoftware_argsStandardScheme();
}
@@ -26226,6 +27148,7 @@ public class MasterServer {
private static class getSoftware_argsStandardScheme extends org.apache.thrift.scheme.StandardScheme<getSoftware_args> {
+ @Override
public void read(org.apache.thrift.protocol.TProtocol iprot, getSoftware_args struct) throws org.apache.thrift.TException {
org.apache.thrift.protocol.TField schemeField;
iprot.readStructBegin();
@@ -26255,6 +27178,7 @@ public class MasterServer {
struct.validate();
}
+ @Override
public void write(org.apache.thrift.protocol.TProtocol oprot, getSoftware_args struct) throws org.apache.thrift.TException {
struct.validate();
@@ -26269,6 +27193,7 @@ public class MasterServer {
}
private static class getSoftware_argsTupleSchemeFactory implements org.apache.thrift.scheme.SchemeFactory {
+ @Override
public getSoftware_argsTupleScheme getScheme() {
return new getSoftware_argsTupleScheme();
}
@@ -26305,6 +27230,7 @@ public class MasterServer {
}
}
+ @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked", "unused"})
public static class getSoftware_result implements org.apache.thrift.TBase<getSoftware_result, getSoftware_result._Fields>, java.io.Serializable, Cloneable, Comparable<getSoftware_result> {
private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("getSoftware_result");
@@ -26371,10 +27297,12 @@ public class MasterServer {
_fieldName = fieldName;
}
+ @Override
public short getThriftFieldId() {
return _thriftId;
}
+ @Override
public java.lang.String getFieldName() {
return _fieldName;
}
@@ -26421,6 +27349,7 @@ public class MasterServer {
}
}
+ @Override
public getSoftware_result deepCopy() {
return new getSoftware_result(this);
}
@@ -26497,6 +27426,7 @@ public class MasterServer {
}
}
+ @Override
public void setFieldValue(_Fields field, @org.apache.thrift.annotation.Nullable java.lang.Object value) {
switch (field) {
case SUCCESS:
@@ -26519,6 +27449,7 @@ public class MasterServer {
}
@org.apache.thrift.annotation.Nullable
+ @Override
public java.lang.Object getFieldValue(_Fields field) {
switch (field) {
case SUCCESS:
@@ -26532,6 +27463,7 @@ public class MasterServer {
}
/** Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise */
+ @Override
public boolean isSet(_Fields field) {
if (field == null) {
throw new java.lang.IllegalArgumentException();
@@ -26627,10 +27559,12 @@ public class MasterServer {
}
@org.apache.thrift.annotation.Nullable
+ @Override
public _Fields fieldForId(int fieldId) {
return _Fields.findByThriftId(fieldId);
}
+ @Override
public void read(org.apache.thrift.protocol.TProtocol iprot) throws org.apache.thrift.TException {
scheme(iprot).read(iprot, this);
}
@@ -26685,6 +27619,7 @@ public class MasterServer {
}
private static class getSoftware_resultStandardSchemeFactory implements org.apache.thrift.scheme.SchemeFactory {
+ @Override
public getSoftware_resultStandardScheme getScheme() {
return new getSoftware_resultStandardScheme();
}
@@ -26692,6 +27627,7 @@ public class MasterServer {
private static class getSoftware_resultStandardScheme extends org.apache.thrift.scheme.StandardScheme<getSoftware_result> {
+ @Override
public void read(org.apache.thrift.protocol.TProtocol iprot, getSoftware_result struct) throws org.apache.thrift.TException {
org.apache.thrift.protocol.TField schemeField;
iprot.readStructBegin();
@@ -26741,6 +27677,7 @@ public class MasterServer {
struct.validate();
}
+ @Override
public void write(org.apache.thrift.protocol.TProtocol oprot, getSoftware_result struct) throws org.apache.thrift.TException {
struct.validate();
@@ -26769,6 +27706,7 @@ public class MasterServer {
}
private static class getSoftware_resultTupleSchemeFactory implements org.apache.thrift.scheme.SchemeFactory {
+ @Override
public getSoftware_resultTupleScheme getScheme() {
return new getSoftware_resultTupleScheme();
}
@@ -26832,6 +27770,7 @@ public class MasterServer {
}
}
+ @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked", "unused"})
public static class queryUploadStatus_args implements org.apache.thrift.TBase<queryUploadStatus_args, queryUploadStatus_args._Fields>, java.io.Serializable, Cloneable, Comparable<queryUploadStatus_args> {
private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("queryUploadStatus_args");
@@ -26893,10 +27832,12 @@ public class MasterServer {
_fieldName = fieldName;
}
+ @Override
public short getThriftFieldId() {
return _thriftId;
}
+ @Override
public java.lang.String getFieldName() {
return _fieldName;
}
@@ -26931,6 +27872,7 @@ public class MasterServer {
}
}
+ @Override
public queryUploadStatus_args deepCopy() {
return new queryUploadStatus_args(this);
}
@@ -26965,6 +27907,7 @@ public class MasterServer {
}
}
+ @Override
public void setFieldValue(_Fields field, @org.apache.thrift.annotation.Nullable java.lang.Object value) {
switch (field) {
case UPLOAD_TOKEN:
@@ -26979,6 +27922,7 @@ public class MasterServer {
}
@org.apache.thrift.annotation.Nullable
+ @Override
public java.lang.Object getFieldValue(_Fields field) {
switch (field) {
case UPLOAD_TOKEN:
@@ -26989,6 +27933,7 @@ public class MasterServer {
}
/** Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise */
+ @Override
public boolean isSet(_Fields field) {
if (field == null) {
throw new java.lang.IllegalArgumentException();
@@ -27059,14 +28004,17 @@ public class MasterServer {
}
@org.apache.thrift.annotation.Nullable
+ @Override
public _Fields fieldForId(int fieldId) {
return _Fields.findByThriftId(fieldId);
}
+ @Override
public void read(org.apache.thrift.protocol.TProtocol iprot) throws org.apache.thrift.TException {
scheme(iprot).read(iprot, this);
}
+ @Override
public void write(org.apache.thrift.protocol.TProtocol oprot) throws org.apache.thrift.TException {
scheme(oprot).write(oprot, this);
}
@@ -27109,6 +28057,7 @@ public class MasterServer {
}
private static class queryUploadStatus_argsStandardSchemeFactory implements org.apache.thrift.scheme.SchemeFactory {
+ @Override
public queryUploadStatus_argsStandardScheme getScheme() {
return new queryUploadStatus_argsStandardScheme();
}
@@ -27116,6 +28065,7 @@ public class MasterServer {
private static class queryUploadStatus_argsStandardScheme extends org.apache.thrift.scheme.StandardScheme<queryUploadStatus_args> {
+ @Override
public void read(org.apache.thrift.protocol.TProtocol iprot, queryUploadStatus_args struct) throws org.apache.thrift.TException {
org.apache.thrift.protocol.TField schemeField;
iprot.readStructBegin();
@@ -27145,6 +28095,7 @@ public class MasterServer {
struct.validate();
}
+ @Override
public void write(org.apache.thrift.protocol.TProtocol oprot, queryUploadStatus_args struct) throws org.apache.thrift.TException {
struct.validate();
@@ -27161,6 +28112,7 @@ public class MasterServer {
}
private static class queryUploadStatus_argsTupleSchemeFactory implements org.apache.thrift.scheme.SchemeFactory {
+ @Override
public queryUploadStatus_argsTupleScheme getScheme() {
return new queryUploadStatus_argsTupleScheme();
}
@@ -27197,6 +28149,7 @@ public class MasterServer {
}
}
+ @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked", "unused"})
public static class queryUploadStatus_result implements org.apache.thrift.TBase<queryUploadStatus_result, queryUploadStatus_result._Fields>, java.io.Serializable, Cloneable, Comparable<queryUploadStatus_result> {
private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("queryUploadStatus_result");
@@ -27263,10 +28216,12 @@ public class MasterServer {
_fieldName = fieldName;
}
+ @Override
public short getThriftFieldId() {
return _thriftId;
}
+ @Override
public java.lang.String getFieldName() {
return _fieldName;
}
@@ -27308,6 +28263,7 @@ public class MasterServer {
}
}
+ @Override
public queryUploadStatus_result deepCopy() {
return new queryUploadStatus_result(this);
}
@@ -27368,6 +28324,7 @@ public class MasterServer {
}
}
+ @Override
public void setFieldValue(_Fields field, @org.apache.thrift.annotation.Nullable java.lang.Object value) {
switch (field) {
case SUCCESS:
@@ -27390,6 +28347,7 @@ public class MasterServer {
}
@org.apache.thrift.annotation.Nullable
+ @Override
public java.lang.Object getFieldValue(_Fields field) {
switch (field) {
case SUCCESS:
@@ -27403,6 +28361,7 @@ public class MasterServer {
}
/** Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise */
+ @Override
public boolean isSet(_Fields field) {
if (field == null) {
throw new java.lang.IllegalArgumentException();
@@ -27498,10 +28457,12 @@ public class MasterServer {
}
@org.apache.thrift.annotation.Nullable
+ @Override
public _Fields fieldForId(int fieldId) {
return _Fields.findByThriftId(fieldId);
}
+ @Override
public void read(org.apache.thrift.protocol.TProtocol iprot) throws org.apache.thrift.TException {
scheme(iprot).read(iprot, this);
}
@@ -27559,6 +28520,7 @@ public class MasterServer {
}
private static class queryUploadStatus_resultStandardSchemeFactory implements org.apache.thrift.scheme.SchemeFactory {
+ @Override
public queryUploadStatus_resultStandardScheme getScheme() {
return new queryUploadStatus_resultStandardScheme();
}
@@ -27566,6 +28528,7 @@ public class MasterServer {
private static class queryUploadStatus_resultStandardScheme extends org.apache.thrift.scheme.StandardScheme<queryUploadStatus_result> {
+ @Override
public void read(org.apache.thrift.protocol.TProtocol iprot, queryUploadStatus_result struct) throws org.apache.thrift.TException {
org.apache.thrift.protocol.TField schemeField;
iprot.readStructBegin();
@@ -27605,6 +28568,7 @@ public class MasterServer {
struct.validate();
}
+ @Override
public void write(org.apache.thrift.protocol.TProtocol oprot, queryUploadStatus_result struct) throws org.apache.thrift.TException {
struct.validate();
@@ -27626,6 +28590,7 @@ public class MasterServer {
}
private static class queryUploadStatus_resultTupleSchemeFactory implements org.apache.thrift.scheme.SchemeFactory {
+ @Override
public queryUploadStatus_resultTupleScheme getScheme() {
return new queryUploadStatus_resultTupleScheme();
}