| Modifier and Type | Method and Description |
|---|---|
OpenSearchResult |
OpenSearchClient.callAndDecodeResult(java.lang.String path,
java.util.Map<java.lang.String,java.lang.String> params,
java.lang.String method) |
OpenSearchResult |
DocumentClient.commit(java.lang.String appName,
java.lang.String tableName)
执行文档变更操作(1)
针对文档的操作add、update和remove会生成符合文档格式的数据,通过调用此接口用户提交的文档变更才会真正生效。
|
protected static OpenSearchResult |
OpenSearchClient.fromHttpResult(HttpResult httpResult) |
OpenSearchResult |
QuotaClient.getByAppIdentity(java.lang.String appIdentity)
根据应用 ID 或应用名获取该应用的配额信息
|
OpenSearchResult |
AppClient.getById(java.lang.String identity) |
OpenSearchResult |
AppClient.listAll(Pageable pageable) |
OpenSearchResult |
DocumentClient.push(java.lang.String docsJson,
java.lang.String appName,
java.lang.String tableName)
执行文档变更操作(2)
通过此接口可以直接将符合文档格式的数据直接推送到指定的表中
|
OpenSearchResult |
AppClient.reindexById(java.lang.String identity) |
OpenSearchResult |
AppClient.removeById(java.lang.String identity) |
OpenSearchResult |
AppClient.save(java.lang.String app) |
OpenSearchResult |
AppClient.switchTo(java.lang.String identity) |
OpenSearchResult |
QuotaClient.updateByAppIdentity(java.lang.String appIdentity,
Quota quota)
根据应用 ID 或应用名更新该应用的配额信息
|
OpenSearchResult |
AppClient.updateById(java.lang.String identity,
java.lang.String app) |
| Modifier and Type | Method and Description |
|---|---|
OpenSearchResult |
ResourceClient.delete(java.lang.String path) |
OpenSearchResult |
ResourceClient.get(java.lang.String path) |
OpenSearchResult |
ResourceClient.get(java.lang.String path,
java.util.Map<java.lang.String,java.lang.String> params) |
OpenSearchResult |
ResourceClient.patch(java.lang.String path,
java.lang.String body) |
OpenSearchResult |
ResourceClient.post(java.lang.String path,
java.lang.String body) |
OpenSearchResult |
ResourceClient.put(java.lang.String path,
java.lang.String body) |
| Modifier and Type | Method and Description |
|---|---|
OpenSearchResult |
AppService.Iface.getById(java.lang.String identity) |
OpenSearchResult |
AppService.Client.getById(java.lang.String identity) |
OpenSearchResult |
AppService.AsyncClient.save_call.getResult() |
OpenSearchResult |
AppService.AsyncClient.getById_call.getResult() |
OpenSearchResult |
AppService.AsyncClient.listAll_call.getResult() |
OpenSearchResult |
AppService.AsyncClient.removeById_call.getResult() |
OpenSearchResult |
AppService.AsyncClient.updateById_call.getResult() |
OpenSearchResult |
AppService.AsyncClient.reindexById_call.getResult() |
OpenSearchResult |
AppService.AsyncClient.switchTo_call.getResult() |
OpenSearchResult |
AppService.save_result.getSuccess() |
OpenSearchResult |
AppService.getById_result.getSuccess() |
OpenSearchResult |
AppService.listAll_result.getSuccess() |
OpenSearchResult |
AppService.removeById_result.getSuccess() |
OpenSearchResult |
AppService.updateById_result.getSuccess() |
OpenSearchResult |
AppService.reindexById_result.getSuccess() |
OpenSearchResult |
AppService.switchTo_result.getSuccess() |
OpenSearchResult |
AppService.Iface.listAll(Pageable pageable) |
OpenSearchResult |
AppService.Client.listAll(Pageable pageable) |
OpenSearchResult |
AppService.Client.recv_getById() |
OpenSearchResult |
AppService.Client.recv_listAll() |
OpenSearchResult |
AppService.Client.recv_reindexById() |
OpenSearchResult |
AppService.Client.recv_removeById() |
OpenSearchResult |
AppService.Client.recv_save() |
OpenSearchResult |
AppService.Client.recv_switchTo() |
OpenSearchResult |
AppService.Client.recv_updateById() |
OpenSearchResult |
AppService.Iface.reindexById(java.lang.String identity) |
OpenSearchResult |
AppService.Client.reindexById(java.lang.String identity) |
OpenSearchResult |
AppService.Iface.removeById(java.lang.String identity) |
OpenSearchResult |
AppService.Client.removeById(java.lang.String identity) |
OpenSearchResult |
AppService.Iface.save(java.lang.String app) |
OpenSearchResult |
AppService.Client.save(java.lang.String app) |
OpenSearchResult |
AppService.Iface.switchTo(java.lang.String identity) |
OpenSearchResult |
AppService.Client.switchTo(java.lang.String identity) |
OpenSearchResult |
AppService.Iface.updateById(java.lang.String identity,
java.lang.String app) |
OpenSearchResult |
AppService.Client.updateById(java.lang.String identity,
java.lang.String app) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.thrift.async.AsyncMethodCallback<OpenSearchResult> |
AppService.AsyncProcessor.save.getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb,
int seqid) |
org.apache.thrift.async.AsyncMethodCallback<OpenSearchResult> |
AppService.AsyncProcessor.getById.getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb,
int seqid) |
org.apache.thrift.async.AsyncMethodCallback<OpenSearchResult> |
AppService.AsyncProcessor.listAll.getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb,
int seqid) |
org.apache.thrift.async.AsyncMethodCallback<OpenSearchResult> |
AppService.AsyncProcessor.removeById.getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb,
int seqid) |
org.apache.thrift.async.AsyncMethodCallback<OpenSearchResult> |
AppService.AsyncProcessor.updateById.getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb,
int seqid) |
org.apache.thrift.async.AsyncMethodCallback<OpenSearchResult> |
AppService.AsyncProcessor.reindexById.getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb,
int seqid) |
org.apache.thrift.async.AsyncMethodCallback<OpenSearchResult> |
AppService.AsyncProcessor.switchTo.getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb,
int seqid) |
| Modifier and Type | Method and Description |
|---|---|
AppService.save_result |
AppService.save_result.setSuccess(OpenSearchResult success) |
AppService.getById_result |
AppService.getById_result.setSuccess(OpenSearchResult success) |
AppService.listAll_result |
AppService.listAll_result.setSuccess(OpenSearchResult success) |
AppService.removeById_result |
AppService.removeById_result.setSuccess(OpenSearchResult success) |
AppService.updateById_result |
AppService.updateById_result.setSuccess(OpenSearchResult success) |
AppService.reindexById_result |
AppService.reindexById_result.setSuccess(OpenSearchResult success) |
AppService.switchTo_result |
AppService.switchTo_result.setSuccess(OpenSearchResult success) |
| Modifier and Type | Method and Description |
|---|---|
void |
AppService.AsyncProcessor.getById.start(I iface,
AppService.getById_args args,
org.apache.thrift.async.AsyncMethodCallback<OpenSearchResult> resultHandler) |
void |
AppService.AsyncProcessor.listAll.start(I iface,
AppService.listAll_args args,
org.apache.thrift.async.AsyncMethodCallback<OpenSearchResult> resultHandler) |
void |
AppService.AsyncProcessor.reindexById.start(I iface,
AppService.reindexById_args args,
org.apache.thrift.async.AsyncMethodCallback<OpenSearchResult> resultHandler) |
void |
AppService.AsyncProcessor.removeById.start(I iface,
AppService.removeById_args args,
org.apache.thrift.async.AsyncMethodCallback<OpenSearchResult> resultHandler) |
void |
AppService.AsyncProcessor.save.start(I iface,
AppService.save_args args,
org.apache.thrift.async.AsyncMethodCallback<OpenSearchResult> resultHandler) |
void |
AppService.AsyncProcessor.switchTo.start(I iface,
AppService.switchTo_args args,
org.apache.thrift.async.AsyncMethodCallback<OpenSearchResult> resultHandler) |
void |
AppService.AsyncProcessor.updateById.start(I iface,
AppService.updateById_args args,
org.apache.thrift.async.AsyncMethodCallback<OpenSearchResult> resultHandler) |
| Constructor and Description |
|---|
getById_result(OpenSearchResult success,
OpenSearchException error,
OpenSearchClientException e) |
listAll_result(OpenSearchResult success,
OpenSearchException error,
OpenSearchClientException e) |
reindexById_result(OpenSearchResult success,
OpenSearchException error,
OpenSearchClientException e) |
removeById_result(OpenSearchResult success,
OpenSearchException error,
OpenSearchClientException e) |
save_result(OpenSearchResult success,
OpenSearchException error,
OpenSearchClientException e) |
switchTo_result(OpenSearchResult success,
OpenSearchException error,
OpenSearchClientException e) |
updateById_result(OpenSearchResult success,
OpenSearchException error,
OpenSearchClientException e) |
| Modifier and Type | Method and Description |
|---|---|
OpenSearchResult |
OpenSearchResult.deepCopy() |
OpenSearchResult |
OpenSearchResult.setResult(java.lang.String result) |
OpenSearchResult |
OpenSearchResult.setTraceInfo(TraceInfo traceInfo) |
| Modifier and Type | Method and Description |
|---|---|
int |
OpenSearchResult.compareTo(OpenSearchResult other) |
boolean |
OpenSearchResult.equals(OpenSearchResult that) |
| Constructor and Description |
|---|
OpenSearchResult(OpenSearchResult other)
Performs a deep copy on other.
|
| Modifier and Type | Method and Description |
|---|---|
OpenSearchResult |
DocumentService.AsyncClient.push_call.getResult() |
OpenSearchResult |
DocumentService.push_result.getSuccess() |
OpenSearchResult |
DocumentService.Iface.push(java.lang.String docsJson,
java.lang.String appName,
java.lang.String tableName) |
OpenSearchResult |
DocumentService.Client.push(java.lang.String docsJson,
java.lang.String appName,
java.lang.String tableName) |
OpenSearchResult |
DocumentService.Client.recv_push() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.thrift.async.AsyncMethodCallback<OpenSearchResult> |
DocumentService.AsyncProcessor.push.getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb,
int seqid) |
| Modifier and Type | Method and Description |
|---|---|
DocumentService.push_result |
DocumentService.push_result.setSuccess(OpenSearchResult success) |
| Modifier and Type | Method and Description |
|---|---|
void |
DocumentService.AsyncProcessor.push.start(I iface,
DocumentService.push_args args,
org.apache.thrift.async.AsyncMethodCallback<OpenSearchResult> resultHandler) |
| Constructor and Description |
|---|
push_result(OpenSearchResult success,
OpenSearchException error,
OpenSearchClientException e) |
| Modifier and Type | Method and Description |
|---|---|
OpenSearchResult |
QuotaService.Iface.getByAppIdentity(java.lang.String identity) |
OpenSearchResult |
QuotaService.Client.getByAppIdentity(java.lang.String identity) |
OpenSearchResult |
QuotaService.AsyncClient.getByAppIdentity_call.getResult() |
OpenSearchResult |
QuotaService.AsyncClient.updateByAppIdentity_call.getResult() |
OpenSearchResult |
QuotaService.getByAppIdentity_result.getSuccess() |
OpenSearchResult |
QuotaService.updateByAppIdentity_result.getSuccess() |
OpenSearchResult |
QuotaService.Client.recv_getByAppIdentity() |
OpenSearchResult |
QuotaService.Client.recv_updateByAppIdentity() |
OpenSearchResult |
QuotaService.Iface.updateByAppIdentity(java.lang.String identity,
Quota quota) |
OpenSearchResult |
QuotaService.Client.updateByAppIdentity(java.lang.String identity,
Quota quota) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.thrift.async.AsyncMethodCallback<OpenSearchResult> |
QuotaService.AsyncProcessor.getByAppIdentity.getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb,
int seqid) |
org.apache.thrift.async.AsyncMethodCallback<OpenSearchResult> |
QuotaService.AsyncProcessor.updateByAppIdentity.getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb,
int seqid) |
| Modifier and Type | Method and Description |
|---|---|
QuotaService.getByAppIdentity_result |
QuotaService.getByAppIdentity_result.setSuccess(OpenSearchResult success) |
QuotaService.updateByAppIdentity_result |
QuotaService.updateByAppIdentity_result.setSuccess(OpenSearchResult success) |
| Modifier and Type | Method and Description |
|---|---|
void |
QuotaService.AsyncProcessor.getByAppIdentity.start(I iface,
QuotaService.getByAppIdentity_args args,
org.apache.thrift.async.AsyncMethodCallback<OpenSearchResult> resultHandler) |
void |
QuotaService.AsyncProcessor.updateByAppIdentity.start(I iface,
QuotaService.updateByAppIdentity_args args,
org.apache.thrift.async.AsyncMethodCallback<OpenSearchResult> resultHandler) |
| Constructor and Description |
|---|
getByAppIdentity_result(OpenSearchResult success,
OpenSearchException error,
OpenSearchClientException e) |
updateByAppIdentity_result(OpenSearchResult success,
OpenSearchException error,
OpenSearchClientException e) |
Copyright © 2018. All Rights Reserved.