Package | Description |
---|---|
net.gdface.sdk.fse.thrift.client |
Modifier and Type | Method and Description |
---|---|
CodeBean |
FeatureSe.getFeatureByHexFromFse(java.lang.String featureId) |
CodeBean |
FeatureSe.getFeatureFromFse(byte[] featureId) |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<CodeBean> |
FeatureSe.Async.getFeatureByHexFromFse(java.lang.String featureId) |
com.google.common.util.concurrent.ListenableFuture<CodeBean> |
FeatureSe.Async.getFeatureFromFse(byte[] featureId) |
java.util.List<CodeBean> |
FeatureSe.searchCodeFromFse(byte[] code,
double sim,
int rows) |
com.google.common.util.concurrent.ListenableFuture<java.util.List<CodeBean>> |
FeatureSe.Async.searchCodeFromFse(byte[] code,
double sim,
int rows) |
Modifier and Type | Method and Description |
---|---|
void |
FeatureSeClient.getFeatureByHexFromFse(java.lang.String featureId,
com.microsoft.thrifty.service.ServiceMethodCallback<CodeBean> callback) |
void |
FeatureSeClient.getFeatureFromFse(okio.ByteString featureId,
com.microsoft.thrifty.service.ServiceMethodCallback<CodeBean> callback) |
void |
FeatureSeClient.searchCodeFromFse(okio.ByteString code,
java.lang.Double sim,
java.lang.Integer rows,
com.microsoft.thrifty.service.ServiceMethodCallback<java.util.List<CodeBean>> callback) |
Copyright © 2020. All rights reserved.