| 程序包 | 说明 |
|---|---|
| org.vootoo.client.netty.protocol | |
| org.vootoo.client.netty.util |
| 限定符和类型 | 字段和说明 |
|---|---|
static com.google.protobuf.Parser<SolrProtocol.Param> |
SolrProtocol.Param.PARSER |
| 限定符和类型 | 方法和说明 |
|---|---|
SolrProtocol.Param |
SolrProtocol.Param.Builder.build() |
SolrProtocol.Param |
SolrProtocol.Param.Builder.buildPartial() |
static SolrProtocol.Param |
SolrProtocol.Param.getDefaultInstance() |
SolrProtocol.Param |
SolrProtocol.Param.getDefaultInstanceForType() |
SolrProtocol.Param |
SolrProtocol.Param.Builder.getDefaultInstanceForType() |
SolrProtocol.Param |
SolrProtocol.SolrRequestOrBuilder.getParam(int index)
repeated .org.vootoo.client.netty.protocol.Param param = 4;
multi param
|
SolrProtocol.Param |
SolrProtocol.SolrRequest.getParam(int index)
repeated .org.vootoo.client.netty.protocol.Param param = 4;
multi param
|
SolrProtocol.Param |
SolrProtocol.SolrRequest.Builder.getParam(int index)
repeated .org.vootoo.client.netty.protocol.Param param = 4;
multi param
|
static SolrProtocol.Param |
SolrProtocol.Param.parseDelimitedFrom(InputStream input) |
static SolrProtocol.Param |
SolrProtocol.Param.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static SolrProtocol.Param |
SolrProtocol.Param.parseFrom(byte[] data) |
static SolrProtocol.Param |
SolrProtocol.Param.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static SolrProtocol.Param |
SolrProtocol.Param.parseFrom(com.google.protobuf.ByteString data) |
static SolrProtocol.Param |
SolrProtocol.Param.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static SolrProtocol.Param |
SolrProtocol.Param.parseFrom(com.google.protobuf.CodedInputStream input) |
static SolrProtocol.Param |
SolrProtocol.Param.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static SolrProtocol.Param |
SolrProtocol.Param.parseFrom(InputStream input) |
static SolrProtocol.Param |
SolrProtocol.Param.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| 限定符和类型 | 方法和说明 |
|---|---|
List<SolrProtocol.Param> |
SolrProtocol.SolrRequestOrBuilder.getParamList()
repeated .org.vootoo.client.netty.protocol.Param param = 4;
multi param
|
List<SolrProtocol.Param> |
SolrProtocol.SolrRequest.getParamList()
repeated .org.vootoo.client.netty.protocol.Param param = 4;
multi param
|
List<SolrProtocol.Param> |
SolrProtocol.SolrRequest.Builder.getParamList()
repeated .org.vootoo.client.netty.protocol.Param param = 4;
multi param
|
com.google.protobuf.Parser<SolrProtocol.Param> |
SolrProtocol.Param.getParserForType() |
| 限定符和类型 | 方法和说明 |
|---|---|
SolrProtocol.SolrRequest.Builder |
SolrProtocol.SolrRequest.Builder.addParam(int index,
SolrProtocol.Param value)
repeated .org.vootoo.client.netty.protocol.Param param = 4;
multi param
|
SolrProtocol.SolrRequest.Builder |
SolrProtocol.SolrRequest.Builder.addParam(SolrProtocol.Param value)
repeated .org.vootoo.client.netty.protocol.Param param = 4;
multi param
|
SolrProtocol.Param.Builder |
SolrProtocol.Param.Builder.mergeFrom(SolrProtocol.Param other) |
static SolrProtocol.Param.Builder |
SolrProtocol.Param.newBuilder(SolrProtocol.Param prototype) |
SolrProtocol.SolrRequest.Builder |
SolrProtocol.SolrRequest.Builder.setParam(int index,
SolrProtocol.Param value)
repeated .org.vootoo.client.netty.protocol.Param param = 4;
multi param
|
| 限定符和类型 | 方法和说明 |
|---|---|
SolrProtocol.SolrRequest.Builder |
SolrProtocol.SolrRequest.Builder.addAllParam(Iterable<? extends SolrProtocol.Param> values)
repeated .org.vootoo.client.netty.protocol.Param param = 4;
multi param
|
| 限定符和类型 | 方法和说明 |
|---|---|
static List<SolrProtocol.Param> |
ProtobufUtil.toProtobufParams(org.apache.solr.common.params.SolrParams solrParams) |
Copyright © 2017 vootoo. All rights reserved.