public interface EsObjOrBuilder
extends com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
containsSource(String key)
key:colName value: value ,actionSub为doc时不能为空。
|
String |
getId()
string id = 1; |
com.google.protobuf.ByteString |
getIdBytes()
string id = 1; |
String |
getIndexColName()
索引的字段名,用于nojoin模式,如果是一对一的,一对一模式使用的列名,这个这段是flatted类型
string indexColName = 6; |
com.google.protobuf.ByteString |
getIndexColNameBytes()
索引的字段名,用于nojoin模式,如果是一对一的,一对一模式使用的列名,这个这段是flatted类型
string indexColName = 6; |
RelaValue |
getRelaValue()
.net.wicp.tams.common.es.RelaValue relaValue = 5; |
RelaValueOrBuilder |
getRelaValueOrBuilder()
.net.wicp.tams.common.es.RelaValue relaValue = 5; |
Map<String,String> |
getSource()
已过时。
|
int |
getSourceCount()
key:colName value: value ,actionSub为doc时不能为空。
|
Map<String,String> |
getSourceMap()
key:colName value: value ,actionSub为doc时不能为空。
|
String |
getSourceOrDefault(String key,
String defaultValue)
key:colName value: value ,actionSub为doc时不能为空。
|
String |
getSourceOrThrow(String key)
key:colName value: value ,actionSub为doc时不能为空。
|
UpdateSet |
getUpdateSet()
.net.wicp.tams.common.es.UpdateSet updateSet = 2; |
UpdateSetOrBuilder |
getUpdateSetOrBuilder()
.net.wicp.tams.common.es.UpdateSet updateSet = 2; |
long |
getVersion()
int64 version = 3; |
boolean |
hasRelaValue()
.net.wicp.tams.common.es.RelaValue relaValue = 5; |
boolean |
hasUpdateSet()
.net.wicp.tams.common.es.UpdateSet updateSet = 2; |
String getId()
string id = 1;com.google.protobuf.ByteString getIdBytes()
string id = 1;boolean hasUpdateSet()
.net.wicp.tams.common.es.UpdateSet updateSet = 2;UpdateSet getUpdateSet()
.net.wicp.tams.common.es.UpdateSet updateSet = 2;UpdateSetOrBuilder getUpdateSetOrBuilder()
.net.wicp.tams.common.es.UpdateSet updateSet = 2;long getVersion()
int64 version = 3;int getSourceCount()
key:colName value: value ,actionSub为doc时不能为空。
map<string, string> source = 4;boolean containsSource(String key)
key:colName value: value ,actionSub为doc时不能为空。
map<string, string> source = 4;@Deprecated Map<String,String> getSource()
getSourceMap() instead.Map<String,String> getSourceMap()
key:colName value: value ,actionSub为doc时不能为空。
map<string, string> source = 4;String getSourceOrDefault(String key, String defaultValue)
key:colName value: value ,actionSub为doc时不能为空。
map<string, string> source = 4;String getSourceOrThrow(String key)
key:colName value: value ,actionSub为doc时不能为空。
map<string, string> source = 4;boolean hasRelaValue()
.net.wicp.tams.common.es.RelaValue relaValue = 5;RelaValue getRelaValue()
.net.wicp.tams.common.es.RelaValue relaValue = 5;RelaValueOrBuilder getRelaValueOrBuilder()
.net.wicp.tams.common.es.RelaValue relaValue = 5;String getIndexColName()
索引的字段名,用于nojoin模式,如果是一对一的,一对一模式使用的列名,这个这段是flatted类型
string indexColName = 6;com.google.protobuf.ByteString getIndexColNameBytes()
索引的字段名,用于nojoin模式,如果是一对一的,一对一模式使用的列名,这个这段是flatted类型
string indexColName = 6;Copyright © 2022. All rights reserved.