@Generated(value="com.microsoft.thrifty.gen.ThriftyCodeGenerator", comments="https://github.com/microsoft/thrifty") public class FeatureSeClient extends com.microsoft.thrifty.service.AsyncClientBase implements FeatureSe
com.microsoft.thrifty.service.AsyncClientBase.Listener
FeatureSe.Async
Constructor and Description |
---|
FeatureSeClient(com.microsoft.thrifty.protocol.Protocol protocol,
com.microsoft.thrifty.service.AsyncClientBase.Listener listener) |
Modifier and Type | Method and Description |
---|---|
void |
addFeatureToFse(okio.ByteString featureId,
okio.ByteString feature,
java.lang.String imgMD5,
com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Boolean> callback) |
void |
addFeatureToFseWithAppId(okio.ByteString featureId,
okio.ByteString feature,
java.lang.Long appid,
com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Boolean> callback) |
void |
clearAllOfFse(com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Void> callback) |
void |
getFeatureByHexFromFse(java.lang.String featureId,
com.microsoft.thrifty.service.ServiceMethodCallback<CodeBean> callback) |
void |
getFeatureFromFse(okio.ByteString featureId,
com.microsoft.thrifty.service.ServiceMethodCallback<CodeBean> callback) |
void |
removeFeatureByHexFromFse(java.lang.String featureId,
com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Boolean> callback) |
void |
removeFeatureFromFse(okio.ByteString featureId,
com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Boolean> callback) |
void |
searchCodeFromFse(okio.ByteString code,
java.lang.Double sim,
java.lang.Integer rows,
com.microsoft.thrifty.service.ServiceMethodCallback<java.util.List<CodeBean>> callback) |
void |
sizeOfFse(com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Integer> callback) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addFeatureToFse, addFeatureToFseWithAppId, clearAllOfFse, getFeatureByHexFromFse, getFeatureFromFse, removeFeatureByHexFromFse, removeFeatureFromFse, searchCodeFromFse, sizeOfFse
public FeatureSeClient(com.microsoft.thrifty.protocol.Protocol protocol, com.microsoft.thrifty.service.AsyncClientBase.Listener listener)
public void addFeatureToFse(okio.ByteString featureId, okio.ByteString feature, java.lang.String imgMD5, com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Boolean> callback)
public void addFeatureToFseWithAppId(okio.ByteString featureId, okio.ByteString feature, java.lang.Long appid, com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Boolean> callback)
public void clearAllOfFse(com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Void> callback)
public void getFeatureByHexFromFse(java.lang.String featureId, com.microsoft.thrifty.service.ServiceMethodCallback<CodeBean> callback)
public void getFeatureFromFse(okio.ByteString featureId, com.microsoft.thrifty.service.ServiceMethodCallback<CodeBean> callback)
public void removeFeatureByHexFromFse(java.lang.String featureId, com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Boolean> callback)
public void removeFeatureFromFse(okio.ByteString featureId, com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Boolean> callback)
public void searchCodeFromFse(okio.ByteString code, java.lang.Double sim, java.lang.Integer rows, com.microsoft.thrifty.service.ServiceMethodCallback<java.util.List<CodeBean>> callback)
public void sizeOfFse(com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Integer> callback)
Copyright © 2020. All rights reserved.