| 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 |
BehaviorCollectionService.AsyncClient.push_call.getResult() |
OpenSearchResult |
BehaviorCollectionService.push_result.getSuccess() |
OpenSearchResult |
BehaviorCollectionService.Iface.push(java.lang.String recordsJson,
java.lang.String searchAppName,
java.lang.String behaviorCollectionName) |
OpenSearchResult |
BehaviorCollectionService.Client.push(java.lang.String recordsJson,
java.lang.String searchAppName,
java.lang.String behaviorCollectionName) |
OpenSearchResult |
BehaviorCollectionService.Client.recv_push() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.thrift.async.AsyncMethodCallback<OpenSearchResult> |
BehaviorCollectionService.AsyncProcessor.push.getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb,
int seqid) |
| Modifier and Type | Method and Description |
|---|---|
BehaviorCollectionService.push_result |
BehaviorCollectionService.push_result.setSuccess(OpenSearchResult success) |
| Modifier and Type | Method and Description |
|---|---|
void |
BehaviorCollectionService.AsyncProcessor.push.start(I iface,
BehaviorCollectionService.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 |
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) |
| Modifier and Type | Field and Description |
|---|---|
OpenSearchResult |
DataCollectionService.push_result.success |
| Modifier and Type | Method and Description |
|---|---|
OpenSearchResult |
DataCollectionService.AsyncClient.push_call.getResult() |
OpenSearchResult |
DataCollectionService.push_result.getSuccess() |
OpenSearchResult |
DataCollectionService.Iface.push(java.lang.String docJson,
java.lang.String searchAppName,
java.lang.String dataCollectionName,
java.lang.String dataCollectionType) |
OpenSearchResult |
DataCollectionService.Client.push(java.lang.String docJson,
java.lang.String searchAppName,
java.lang.String dataCollectionName,
java.lang.String dataCollectionType) |
OpenSearchResult |
DataCollectionService.Client.recv_push() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.thrift.async.AsyncMethodCallback<OpenSearchResult> |
DataCollectionService.AsyncProcessor.push.getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb,
int seqid) |
| Modifier and Type | Method and Description |
|---|---|
DataCollectionService.push_result |
DataCollectionService.push_result.setSuccess(OpenSearchResult success) |
| Modifier and Type | Method and Description |
|---|---|
void |
DataCollectionService.AsyncProcessor.push.start(I iface,
DataCollectionService.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 |
DocumentService.AsyncClient.push_call.getResult() |
OpenSearchResult |
DocumentService.push_result.getSuccess() |
OpenSearchResult |
DocumentService.Iface.push(org.json.JSONArray docsJsonArray,
java.lang.String appName,
java.lang.String tableName) |
OpenSearchResult |
DocumentService.Client.push(org.json.JSONArray docsJsonArray,
java.lang.String appName,
java.lang.String tableName) |
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 © 2023. All Rights Reserved.