public static interface SolrProtocol.SolrRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getCollection()
optional string collection = 2; |
com.google.protobuf.ByteString |
getCollectionBytes()
optional string collection = 2; |
SolrProtocol.ContentStream |
getContentStream(int index)
repeated .org.vootoo.client.netty.protocol.ContentStream contentStream = 5;
multi content stream
|
int |
getContentStreamCount()
repeated .org.vootoo.client.netty.protocol.ContentStream contentStream = 5;
multi content stream
|
List<SolrProtocol.ContentStream> |
getContentStreamList()
repeated .org.vootoo.client.netty.protocol.ContentStream contentStream = 5;
multi content stream
|
SolrProtocol.ContentStreamOrBuilder |
getContentStreamOrBuilder(int index)
repeated .org.vootoo.client.netty.protocol.ContentStream contentStream = 5;
multi content stream
|
List<? extends SolrProtocol.ContentStreamOrBuilder> |
getContentStreamOrBuilderList()
repeated .org.vootoo.client.netty.protocol.ContentStream contentStream = 5;
multi content stream
|
String |
getMethod()
optional string method = 6; |
com.google.protobuf.ByteString |
getMethodBytes()
optional string method = 6; |
SolrProtocol.Param |
getParam(int index)
repeated .org.vootoo.client.netty.protocol.Param param = 4;
multi param
|
int |
getParamCount()
repeated .org.vootoo.client.netty.protocol.Param param = 4;
multi param
|
List<SolrProtocol.Param> |
getParamList()
repeated .org.vootoo.client.netty.protocol.Param param = 4;
multi param
|
SolrProtocol.ParamOrBuilder |
getParamOrBuilder(int index)
repeated .org.vootoo.client.netty.protocol.Param param = 4;
multi param
|
List<? extends SolrProtocol.ParamOrBuilder> |
getParamOrBuilderList()
repeated .org.vootoo.client.netty.protocol.Param param = 4;
multi param
|
String |
getPath()
required string path = 3; |
com.google.protobuf.ByteString |
getPathBytes()
required string path = 3; |
long |
getRid()
required int64 rid = 1; |
boolean |
hasCollection()
optional string collection = 2; |
boolean |
hasMethod()
optional string method = 6; |
boolean |
hasPath()
required string path = 3; |
boolean |
hasRid()
required int64 rid = 1; |
boolean hasRid()
required int64 rid = 1;long getRid()
required int64 rid = 1;boolean hasCollection()
optional string collection = 2;String getCollection()
optional string collection = 2;com.google.protobuf.ByteString getCollectionBytes()
optional string collection = 2;boolean hasPath()
required string path = 3;String getPath()
required string path = 3;com.google.protobuf.ByteString getPathBytes()
required string path = 3;List<SolrProtocol.Param> getParamList()
repeated .org.vootoo.client.netty.protocol.Param param = 4;
multi param
SolrProtocol.Param getParam(int index)
repeated .org.vootoo.client.netty.protocol.Param param = 4;
multi param
int getParamCount()
repeated .org.vootoo.client.netty.protocol.Param param = 4;
multi param
List<? extends SolrProtocol.ParamOrBuilder> getParamOrBuilderList()
repeated .org.vootoo.client.netty.protocol.Param param = 4;
multi param
SolrProtocol.ParamOrBuilder getParamOrBuilder(int index)
repeated .org.vootoo.client.netty.protocol.Param param = 4;
multi param
List<SolrProtocol.ContentStream> getContentStreamList()
repeated .org.vootoo.client.netty.protocol.ContentStream contentStream = 5;
multi content stream
SolrProtocol.ContentStream getContentStream(int index)
repeated .org.vootoo.client.netty.protocol.ContentStream contentStream = 5;
multi content stream
int getContentStreamCount()
repeated .org.vootoo.client.netty.protocol.ContentStream contentStream = 5;
multi content stream
List<? extends SolrProtocol.ContentStreamOrBuilder> getContentStreamOrBuilderList()
repeated .org.vootoo.client.netty.protocol.ContentStream contentStream = 5;
multi content stream
SolrProtocol.ContentStreamOrBuilder getContentStreamOrBuilder(int index)
repeated .org.vootoo.client.netty.protocol.ContentStream contentStream = 5;
multi content stream
boolean hasMethod()
optional string method = 6;String getMethod()
optional string method = 6;com.google.protobuf.ByteString getMethodBytes()
optional string method = 6;Copyright © 2017 vootoo. All rights reserved.