Modifier and Type | Method and Description |
---|---|
List<Search.Artifact> |
SearchResults.getArtifacts() |
Modifier and Type | Method and Description |
---|---|
CompletionStage<SearchResponse> |
SearchClient.index(Search.Artifact artifact)
Index the search artifact.
|
Modifier and Type | Method and Description |
---|---|
default CompletionStage<SearchResponse> |
SearchClient.index(List<Search.Artifact> artifacts)
Bulk index operation.
|
Modifier and Type | Method and Description |
---|---|
protected String |
InfinispanSearchClient.toKey(Search.Artifact artifact) |
Modifier and Type | Method and Description |
---|---|
Search.Artifact |
ArtifactMarshaller.readFrom(org.infinispan.protostream.MessageMarshaller.ProtoStreamReader reader) |
Modifier and Type | Method and Description |
---|---|
List<Search.Artifact> |
HotRodSearchResults.getArtifacts() |
Class<? extends Search.Artifact> |
ArtifactMarshaller.getJavaClass() |
Modifier and Type | Method and Description |
---|---|
CompletionStage<SearchResponse> |
HotRodSearchClient.index(Search.Artifact artifact) |
void |
ArtifactMarshaller.writeTo(org.infinispan.protostream.MessageMarshaller.ProtoStreamWriter writer,
Search.Artifact artifact) |
Modifier and Type | Method and Description |
---|---|
CompletionStage<SearchResponse> |
HotRodSearchClient.index(List<Search.Artifact> artifacts) |
Constructor and Description |
---|
HotRodSearchResults(List<Search.Artifact> artifacts) |
Modifier and Type | Method and Description |
---|---|
CompletionStage<SearchResponse> |
KafkaSearchClient.index(Search.Artifact artifact) |
Modifier and Type | Method and Description |
---|---|
CompletionStage<SearchResponse> |
NoopSearchClient.index(Search.Artifact artifact) |
Modifier and Type | Method and Description |
---|---|
List<Search.Artifact> |
RestSearchResults.getArtifacts() |
Modifier and Type | Method and Description |
---|---|
CompletionStage<SearchResponse> |
RestSearchClient.index(Search.Artifact artifact) |
protected String |
RestSearchClient.toJson(Search.Artifact artifact) |
Constructor and Description |
---|
RestSearchResults(int status,
int totalResults,
List<Search.Artifact> artifacts) |
Modifier and Type | Field and Description |
---|---|
static com.google.protobuf.Parser<Search.Artifact> |
Search.Artifact.PARSER
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Search.Artifact |
Search.Artifact.Builder.build() |
Search.Artifact |
Search.Artifact.Builder.buildPartial() |
static Search.Artifact |
Search.Artifact.getDefaultInstance() |
Search.Artifact |
Search.Artifact.getDefaultInstanceForType() |
Search.Artifact |
Search.Artifact.Builder.getDefaultInstanceForType() |
static Search.Artifact |
Search.Artifact.parseDelimitedFrom(InputStream input) |
static Search.Artifact |
Search.Artifact.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Search.Artifact |
Search.Artifact.parseFrom(byte[] data) |
static Search.Artifact |
Search.Artifact.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Search.Artifact |
Search.Artifact.parseFrom(ByteBuffer data) |
static Search.Artifact |
Search.Artifact.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Search.Artifact |
Search.Artifact.parseFrom(com.google.protobuf.ByteString data) |
static Search.Artifact |
Search.Artifact.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Search.Artifact |
Search.Artifact.parseFrom(com.google.protobuf.CodedInputStream input) |
static Search.Artifact |
Search.Artifact.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Search.Artifact |
Search.Artifact.parseFrom(InputStream input) |
static Search.Artifact |
Search.Artifact.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.Parser<Search.Artifact> |
Search.Artifact.getParserForType() |
static com.google.protobuf.Parser<Search.Artifact> |
Search.Artifact.parser() |
Modifier and Type | Method and Description |
---|---|
Search.Artifact.Builder |
Search.Artifact.Builder.mergeFrom(Search.Artifact other) |
static Search.Artifact.Builder |
Search.Artifact.newBuilder(Search.Artifact prototype) |
Copyright © 2020 Red Hat. All rights reserved.