Uses of Class
org.elasticsearch.common.io.stream.StreamInput
-
-
Uses of StreamInput in org.elasticsearch
Methods in org.elasticsearch with parameters of type StreamInput Modifier and Type Method Description static BuildBuild. readBuild(StreamInput in)static ElasticsearchExceptionElasticsearchException. readException(StreamInput input, int id)static <T extends Throwable>
TElasticsearchException. readStackTrace(T throwable, StreamInput in)Deserializes stacktrace elements as well as suppressed exceptions from the given output stream and adds it to the given exception.static VersionVersion. readVersion(StreamInput in)Constructors in org.elasticsearch with parameters of type StreamInput Constructor Description ElasticsearchException(StreamInput in)ElasticsearchGenerationException(StreamInput in)ElasticsearchParseException(StreamInput in)ElasticsearchSecurityException(StreamInput in)Read from a stream.ElasticsearchStatusException(StreamInput in)Read from a stream.ElasticsearchTimeoutException(StreamInput in)ResourceAlreadyExistsException(StreamInput in)ResourceNotFoundException(StreamInput in) -
Uses of StreamInput in org.elasticsearch.action
Methods in org.elasticsearch.action with parameters of type StreamInput Modifier and Type Method Description ResponseActionListenerResponseHandler. read(StreamInput in)static DocWriteRequest<?>DocWriteRequest. readDocumentRequest(StreamInput in)read a document write (index/delete/update) requeststatic DocWriteResponse.ResultDocWriteResponse.Result. readFrom(StreamInput in)static OriginalIndicesOriginalIndices. readOriginalIndices(StreamInput in)Constructors in org.elasticsearch.action with parameters of type StreamInput Constructor Description ActionRequest(StreamInput in)ActionResponse(StreamInput in)DocWriteResponse(StreamInput in)FailedNodeException(StreamInput in)NoShardAvailableActionException(StreamInput in)NoSuchNodeException(StreamInput in)PrimaryMissingActionException(StreamInput in)RoutingMissingException(StreamInput in)TaskOperationFailure(StreamInput in)Read from a stream.TimestampParsingException(StreamInput in)UnavailableShardsException(StreamInput in) -
Uses of StreamInput in org.elasticsearch.action.admin.cluster.allocation
Methods in org.elasticsearch.action.admin.cluster.allocation with parameters of type StreamInput Modifier and Type Method Description protected ClusterAllocationExplainResponseTransportClusterAllocationExplainAction. read(StreamInput in)Constructors in org.elasticsearch.action.admin.cluster.allocation with parameters of type StreamInput Constructor Description ClusterAllocationExplainRequest(StreamInput in)ClusterAllocationExplainResponse(StreamInput in)ClusterAllocationExplanation(StreamInput in) -
Uses of StreamInput in org.elasticsearch.action.admin.cluster.configuration
Methods in org.elasticsearch.action.admin.cluster.configuration with parameters of type StreamInput Modifier and Type Method Description protected AddVotingConfigExclusionsResponseTransportAddVotingConfigExclusionsAction. read(StreamInput in)protected ClearVotingConfigExclusionsResponseTransportClearVotingConfigExclusionsAction. read(StreamInput in)Constructors in org.elasticsearch.action.admin.cluster.configuration with parameters of type StreamInput Constructor Description AddVotingConfigExclusionsRequest(StreamInput in)AddVotingConfigExclusionsResponse(StreamInput in)ClearVotingConfigExclusionsRequest(StreamInput in)ClearVotingConfigExclusionsResponse(StreamInput in) -
Uses of StreamInput in org.elasticsearch.action.admin.cluster.health
Methods in org.elasticsearch.action.admin.cluster.health with parameters of type StreamInput Modifier and Type Method Description protected ClusterHealthResponseTransportClusterHealthAction. read(StreamInput in)static ClusterHealthResponseClusterHealthResponse. readResponseFrom(StreamInput in)Constructors in org.elasticsearch.action.admin.cluster.health with parameters of type StreamInput Constructor Description ClusterHealthRequest(StreamInput in)ClusterHealthResponse(StreamInput in) -
Uses of StreamInput in org.elasticsearch.action.admin.cluster.node.hotthreads
Methods in org.elasticsearch.action.admin.cluster.node.hotthreads with parameters of type StreamInput Modifier and Type Method Description protected NodeHotThreadsTransportNodesHotThreadsAction. newNodeResponse(StreamInput in)protected List<NodeHotThreads>NodesHotThreadsResponse. readNodesFrom(StreamInput in)Constructors in org.elasticsearch.action.admin.cluster.node.hotthreads with parameters of type StreamInput Constructor Description NodeRequest(StreamInput in)NodesHotThreadsRequest(StreamInput in)NodesHotThreadsResponse(StreamInput in) -
Uses of StreamInput in org.elasticsearch.action.admin.cluster.node.info
Methods in org.elasticsearch.action.admin.cluster.node.info with parameters of type StreamInput Modifier and Type Method Description protected NodeInfoTransportNodesInfoAction. newNodeResponse(StreamInput in)protected List<NodeInfo>NodesInfoResponse. readNodesFrom(StreamInput in)Constructors in org.elasticsearch.action.admin.cluster.node.info with parameters of type StreamInput Constructor Description NodeInfo(StreamInput in)NodeInfoRequest(StreamInput in)NodesInfoRequest(StreamInput in)NodesInfoResponse(StreamInput in)PluginsAndModules(StreamInput in) -
Uses of StreamInput in org.elasticsearch.action.admin.cluster.node.liveness
Constructors in org.elasticsearch.action.admin.cluster.node.liveness with parameters of type StreamInput Constructor Description LivenessRequest(StreamInput in)LivenessResponse(StreamInput in) -
Uses of StreamInput in org.elasticsearch.action.admin.cluster.node.reload
Methods in org.elasticsearch.action.admin.cluster.node.reload with parameters of type StreamInput Modifier and Type Method Description protected NodesReloadSecureSettingsResponse.NodeResponseTransportNodesReloadSecureSettingsAction. newNodeResponse(StreamInput in)protected List<NodesReloadSecureSettingsResponse.NodeResponse>NodesReloadSecureSettingsResponse. readNodesFrom(StreamInput in)Constructors in org.elasticsearch.action.admin.cluster.node.reload with parameters of type StreamInput Constructor Description NodeRequest(StreamInput in)NodeResponse(StreamInput in)NodesReloadSecureSettingsRequest(StreamInput in)NodesReloadSecureSettingsResponse(StreamInput in) -
Uses of StreamInput in org.elasticsearch.action.admin.cluster.node.stats
Methods in org.elasticsearch.action.admin.cluster.node.stats with parameters of type StreamInput Modifier and Type Method Description protected NodeStatsTransportNodesStatsAction. newNodeResponse(StreamInput in)protected List<NodeStats>NodesStatsResponse. readNodesFrom(StreamInput in)Constructors in org.elasticsearch.action.admin.cluster.node.stats with parameters of type StreamInput Constructor Description NodesStatsRequest(StreamInput in)NodesStatsResponse(StreamInput in)NodeStats(StreamInput in)NodeStatsRequest(StreamInput in) -
Uses of StreamInput in org.elasticsearch.action.admin.cluster.node.tasks.cancel
Constructors in org.elasticsearch.action.admin.cluster.node.tasks.cancel with parameters of type StreamInput Constructor Description CancelTasksRequest(StreamInput in)CancelTasksResponse(StreamInput in) -
Uses of StreamInput in org.elasticsearch.action.admin.cluster.node.tasks.get
Constructors in org.elasticsearch.action.admin.cluster.node.tasks.get with parameters of type StreamInput Constructor Description GetTaskRequest(StreamInput in)GetTaskResponse(StreamInput in) -
Uses of StreamInput in org.elasticsearch.action.admin.cluster.node.tasks.list
Constructors in org.elasticsearch.action.admin.cluster.node.tasks.list with parameters of type StreamInput Constructor Description ListTasksRequest(StreamInput in)ListTasksResponse(StreamInput in) -
Uses of StreamInput in org.elasticsearch.action.admin.cluster.node.usage
Methods in org.elasticsearch.action.admin.cluster.node.usage with parameters of type StreamInput Modifier and Type Method Description protected NodeUsageTransportNodesUsageAction. newNodeResponse(StreamInput in)protected List<NodeUsage>NodesUsageResponse. readNodesFrom(StreamInput in)Constructors in org.elasticsearch.action.admin.cluster.node.usage with parameters of type StreamInput Constructor Description NodesUsageRequest(StreamInput in)NodesUsageResponse(StreamInput in)NodeUsage(StreamInput in)NodeUsageRequest(StreamInput in) -
Uses of StreamInput in org.elasticsearch.action.admin.cluster.repositories.cleanup
Methods in org.elasticsearch.action.admin.cluster.repositories.cleanup with parameters of type StreamInput Modifier and Type Method Description protected CleanupRepositoryResponseTransportCleanupRepositoryAction. read(StreamInput in)Constructors in org.elasticsearch.action.admin.cluster.repositories.cleanup with parameters of type StreamInput Constructor Description CleanupRepositoryRequest(StreamInput in)CleanupRepositoryResponse(StreamInput in) -
Uses of StreamInput in org.elasticsearch.action.admin.cluster.repositories.delete
Methods in org.elasticsearch.action.admin.cluster.repositories.delete with parameters of type StreamInput Modifier and Type Method Description protected AcknowledgedResponseTransportDeleteRepositoryAction. read(StreamInput in)Constructors in org.elasticsearch.action.admin.cluster.repositories.delete with parameters of type StreamInput Constructor Description DeleteRepositoryRequest(StreamInput in) -
Uses of StreamInput in org.elasticsearch.action.admin.cluster.repositories.get
Methods in org.elasticsearch.action.admin.cluster.repositories.get with parameters of type StreamInput Modifier and Type Method Description protected GetRepositoriesResponseTransportGetRepositoriesAction. read(StreamInput in)Constructors in org.elasticsearch.action.admin.cluster.repositories.get with parameters of type StreamInput Constructor Description GetRepositoriesRequest(StreamInput in) -
Uses of StreamInput in org.elasticsearch.action.admin.cluster.repositories.put
Methods in org.elasticsearch.action.admin.cluster.repositories.put with parameters of type StreamInput Modifier and Type Method Description protected AcknowledgedResponseTransportPutRepositoryAction. read(StreamInput in)Constructors in org.elasticsearch.action.admin.cluster.repositories.put with parameters of type StreamInput Constructor Description PutRepositoryRequest(StreamInput in) -
Uses of StreamInput in org.elasticsearch.action.admin.cluster.repositories.verify
Methods in org.elasticsearch.action.admin.cluster.repositories.verify with parameters of type StreamInput Modifier and Type Method Description protected VerifyRepositoryResponseTransportVerifyRepositoryAction. read(StreamInput in)Constructors in org.elasticsearch.action.admin.cluster.repositories.verify with parameters of type StreamInput Constructor Description NodeView(StreamInput in)VerifyRepositoryRequest(StreamInput in)VerifyRepositoryResponse(StreamInput in) -
Uses of StreamInput in org.elasticsearch.action.admin.cluster.reroute
Methods in org.elasticsearch.action.admin.cluster.reroute with parameters of type StreamInput Modifier and Type Method Description protected ClusterRerouteResponseTransportClusterRerouteAction. read(StreamInput in)Constructors in org.elasticsearch.action.admin.cluster.reroute with parameters of type StreamInput Constructor Description ClusterRerouteRequest(StreamInput in) -
Uses of StreamInput in org.elasticsearch.action.admin.cluster.settings
Methods in org.elasticsearch.action.admin.cluster.settings with parameters of type StreamInput Modifier and Type Method Description protected ClusterUpdateSettingsResponseTransportClusterUpdateSettingsAction. read(StreamInput in)Constructors in org.elasticsearch.action.admin.cluster.settings with parameters of type StreamInput Constructor Description ClusterUpdateSettingsRequest(StreamInput in) -
Uses of StreamInput in org.elasticsearch.action.admin.cluster.shards
Methods in org.elasticsearch.action.admin.cluster.shards with parameters of type StreamInput Modifier and Type Method Description protected ClusterSearchShardsResponseTransportClusterSearchShardsAction. read(StreamInput in)Constructors in org.elasticsearch.action.admin.cluster.shards with parameters of type StreamInput Constructor Description ClusterSearchShardsRequest(StreamInput in)ClusterSearchShardsResponse(StreamInput in) -
Uses of StreamInput in org.elasticsearch.action.admin.cluster.snapshots.create
Methods in org.elasticsearch.action.admin.cluster.snapshots.create with parameters of type StreamInput Modifier and Type Method Description protected CreateSnapshotResponseTransportCreateSnapshotAction. read(StreamInput in)Constructors in org.elasticsearch.action.admin.cluster.snapshots.create with parameters of type StreamInput Constructor Description CreateSnapshotRequest(StreamInput in)CreateSnapshotResponse(StreamInput in) -
Uses of StreamInput in org.elasticsearch.action.admin.cluster.snapshots.delete
Methods in org.elasticsearch.action.admin.cluster.snapshots.delete with parameters of type StreamInput Modifier and Type Method Description protected AcknowledgedResponseTransportDeleteSnapshotAction. read(StreamInput in)Constructors in org.elasticsearch.action.admin.cluster.snapshots.delete with parameters of type StreamInput Constructor Description DeleteSnapshotRequest(StreamInput in) -
Uses of StreamInput in org.elasticsearch.action.admin.cluster.snapshots.get
Methods in org.elasticsearch.action.admin.cluster.snapshots.get with parameters of type StreamInput Modifier and Type Method Description protected GetSnapshotsResponseTransportGetSnapshotsAction. read(StreamInput in)Constructors in org.elasticsearch.action.admin.cluster.snapshots.get with parameters of type StreamInput Constructor Description GetSnapshotsRequest(StreamInput in) -
Uses of StreamInput in org.elasticsearch.action.admin.cluster.snapshots.restore
Methods in org.elasticsearch.action.admin.cluster.snapshots.restore with parameters of type StreamInput Modifier and Type Method Description protected RestoreSnapshotResponseTransportRestoreSnapshotAction. read(StreamInput in)Constructors in org.elasticsearch.action.admin.cluster.snapshots.restore with parameters of type StreamInput Constructor Description RestoreSnapshotRequest(StreamInput in)RestoreSnapshotResponse(StreamInput in) -
Uses of StreamInput in org.elasticsearch.action.admin.cluster.snapshots.status
Methods in org.elasticsearch.action.admin.cluster.snapshots.status with parameters of type StreamInput Modifier and Type Method Description protected TransportNodesSnapshotsStatus.NodeSnapshotStatusTransportNodesSnapshotsStatus. newNodeResponse(StreamInput in)protected SnapshotsStatusResponseTransportSnapshotsStatusAction. read(StreamInput in)protected List<TransportNodesSnapshotsStatus.NodeSnapshotStatus>TransportNodesSnapshotsStatus.NodesSnapshotStatus. readNodesFrom(StreamInput in)Constructors in org.elasticsearch.action.admin.cluster.snapshots.status with parameters of type StreamInput Constructor Description NodeRequest(StreamInput in)NodeSnapshotStatus(StreamInput in)NodesSnapshotStatus(StreamInput in)Request(StreamInput in)SnapshotIndexShardStatus(StreamInput in)SnapshotsStatusRequest(StreamInput in)SnapshotsStatusResponse(StreamInput in) -
Uses of StreamInput in org.elasticsearch.action.admin.cluster.state
Methods in org.elasticsearch.action.admin.cluster.state with parameters of type StreamInput Modifier and Type Method Description protected ClusterStateResponseTransportClusterStateAction. read(StreamInput in)Constructors in org.elasticsearch.action.admin.cluster.state with parameters of type StreamInput Constructor Description ClusterStateRequest(StreamInput in)ClusterStateResponse(StreamInput in) -
Uses of StreamInput in org.elasticsearch.action.admin.cluster.stats
Methods in org.elasticsearch.action.admin.cluster.stats with parameters of type StreamInput Modifier and Type Method Description protected ClusterStatsNodeResponseTransportClusterStatsAction. newNodeResponse(StreamInput in)static ClusterStatsNodeResponseClusterStatsNodeResponse. readNodeResponse(StreamInput in)protected List<ClusterStatsNodeResponse>ClusterStatsResponse. readNodesFrom(StreamInput in)Constructors in org.elasticsearch.action.admin.cluster.stats with parameters of type StreamInput Constructor Description ClusterStatsNodeRequest(StreamInput in)ClusterStatsNodeResponse(StreamInput in)ClusterStatsRequest(StreamInput in)ClusterStatsResponse(StreamInput in) -
Uses of StreamInput in org.elasticsearch.action.admin.cluster.storedscripts
Methods in org.elasticsearch.action.admin.cluster.storedscripts with parameters of type StreamInput Modifier and Type Method Description protected AcknowledgedResponseTransportDeleteStoredScriptAction. read(StreamInput in)protected GetStoredScriptResponseTransportGetStoredScriptAction. read(StreamInput in)protected AcknowledgedResponseTransportPutStoredScriptAction. read(StreamInput in)Constructors in org.elasticsearch.action.admin.cluster.storedscripts with parameters of type StreamInput Constructor Description DeleteStoredScriptRequest(StreamInput in)GetStoredScriptRequest(StreamInput in)GetStoredScriptResponse(StreamInput in)PutStoredScriptRequest(StreamInput in) -
Uses of StreamInput in org.elasticsearch.action.admin.cluster.tasks
Methods in org.elasticsearch.action.admin.cluster.tasks with parameters of type StreamInput Modifier and Type Method Description protected PendingClusterTasksResponseTransportPendingClusterTasksAction. read(StreamInput in)Constructors in org.elasticsearch.action.admin.cluster.tasks with parameters of type StreamInput Constructor Description PendingClusterTasksRequest(StreamInput in)PendingClusterTasksResponse(StreamInput in) -
Uses of StreamInput in org.elasticsearch.action.admin.indices.alias
Methods in org.elasticsearch.action.admin.indices.alias with parameters of type StreamInput Modifier and Type Method Description protected AcknowledgedResponseTransportIndicesAliasesAction. read(StreamInput in)Constructors in org.elasticsearch.action.admin.indices.alias with parameters of type StreamInput Constructor Description Alias(StreamInput in)AliasActions(StreamInput in)Read from a stream.IndicesAliasesRequest(StreamInput in) -
Uses of StreamInput in org.elasticsearch.action.admin.indices.alias.exists
Methods in org.elasticsearch.action.admin.indices.alias.exists with parameters of type StreamInput Modifier and Type Method Description protected AliasesExistResponseTransportAliasesExistAction. read(StreamInput in) -
Uses of StreamInput in org.elasticsearch.action.admin.indices.alias.get
Methods in org.elasticsearch.action.admin.indices.alias.get with parameters of type StreamInput Modifier and Type Method Description protected GetAliasesResponseTransportGetAliasesAction. read(StreamInput in)Constructors in org.elasticsearch.action.admin.indices.alias.get with parameters of type StreamInput Constructor Description GetAliasesRequest(StreamInput in)GetAliasesResponse(StreamInput in) -
Uses of StreamInput in org.elasticsearch.action.admin.indices.analyze
Constructors in org.elasticsearch.action.admin.indices.analyze with parameters of type StreamInput Constructor Description Response(StreamInput in) -
Uses of StreamInput in org.elasticsearch.action.admin.indices.cache.clear
Methods in org.elasticsearch.action.admin.indices.cache.clear with parameters of type StreamInput Modifier and Type Method Description protected ClearIndicesCacheRequestTransportClearIndicesCacheAction. readRequestFrom(StreamInput in)protected TransportBroadcastByNodeAction.EmptyResultTransportClearIndicesCacheAction. readShardResult(StreamInput in)Constructors in org.elasticsearch.action.admin.indices.cache.clear with parameters of type StreamInput Constructor Description ClearIndicesCacheRequest(StreamInput in) -
Uses of StreamInput in org.elasticsearch.action.admin.indices.close
Methods in org.elasticsearch.action.admin.indices.close with parameters of type StreamInput Modifier and Type Method Description protected ReplicationResponseTransportVerifyShardBeforeCloseAction. newResponseInstance(StreamInput in)protected CloseIndexResponseTransportCloseIndexAction. read(StreamInput in)Constructors in org.elasticsearch.action.admin.indices.close with parameters of type StreamInput Constructor Description CloseIndexRequest(StreamInput in) -
Uses of StreamInput in org.elasticsearch.action.admin.indices.create
Methods in org.elasticsearch.action.admin.indices.create with parameters of type StreamInput Modifier and Type Method Description protected CreateIndexResponseTransportCreateIndexAction. read(StreamInput in)Constructors in org.elasticsearch.action.admin.indices.create with parameters of type StreamInput Constructor Description CreateIndexRequest(StreamInput in)CreateIndexResponse(StreamInput in) -
Uses of StreamInput in org.elasticsearch.action.admin.indices.delete
Methods in org.elasticsearch.action.admin.indices.delete with parameters of type StreamInput Modifier and Type Method Description protected AcknowledgedResponseTransportDeleteIndexAction. read(StreamInput in)Constructors in org.elasticsearch.action.admin.indices.delete with parameters of type StreamInput Constructor Description DeleteIndexRequest(StreamInput in) -
Uses of StreamInput in org.elasticsearch.action.admin.indices.exists.indices
Methods in org.elasticsearch.action.admin.indices.exists.indices with parameters of type StreamInput Modifier and Type Method Description protected IndicesExistsResponseTransportIndicesExistsAction. read(StreamInput in)Constructors in org.elasticsearch.action.admin.indices.exists.indices with parameters of type StreamInput Constructor Description IndicesExistsRequest(StreamInput in) -
Uses of StreamInput in org.elasticsearch.action.admin.indices.exists.types
Methods in org.elasticsearch.action.admin.indices.exists.types with parameters of type StreamInput Modifier and Type Method Description protected TypesExistsResponseTransportTypesExistsAction. read(StreamInput in)Constructors in org.elasticsearch.action.admin.indices.exists.types with parameters of type StreamInput Constructor Description TypesExistsRequest(StreamInput in) -
Uses of StreamInput in org.elasticsearch.action.admin.indices.flush
Methods in org.elasticsearch.action.admin.indices.flush with parameters of type StreamInput Modifier and Type Method Description protected ReplicationResponseTransportShardFlushAction. newResponseInstance(StreamInput in)Constructors in org.elasticsearch.action.admin.indices.flush with parameters of type StreamInput Constructor Description FlushRequest(StreamInput in)ShardFlushRequest(StreamInput in)SyncedFlushRequest(StreamInput in)SyncedFlushResponse(StreamInput in) -
Uses of StreamInput in org.elasticsearch.action.admin.indices.forcemerge
Methods in org.elasticsearch.action.admin.indices.forcemerge with parameters of type StreamInput Modifier and Type Method Description protected ForceMergeRequestTransportForceMergeAction. readRequestFrom(StreamInput in)protected TransportBroadcastByNodeAction.EmptyResultTransportForceMergeAction. readShardResult(StreamInput in)Constructors in org.elasticsearch.action.admin.indices.forcemerge with parameters of type StreamInput Constructor Description ForceMergeRequest(StreamInput in) -
Uses of StreamInput in org.elasticsearch.action.admin.indices.get
Methods in org.elasticsearch.action.admin.indices.get with parameters of type StreamInput Modifier and Type Method Description protected GetIndexResponseTransportGetIndexAction. read(StreamInput in)Constructors in org.elasticsearch.action.admin.indices.get with parameters of type StreamInput Constructor Description GetIndexRequest(StreamInput in) -
Uses of StreamInput in org.elasticsearch.action.admin.indices.mapping.get
Methods in org.elasticsearch.action.admin.indices.mapping.get with parameters of type StreamInput Modifier and Type Method Description protected GetMappingsResponseTransportGetMappingsAction. read(StreamInput in)Constructors in org.elasticsearch.action.admin.indices.mapping.get with parameters of type StreamInput Constructor Description GetFieldMappingsRequest(StreamInput in)GetMappingsRequest(StreamInput in) -
Uses of StreamInput in org.elasticsearch.action.admin.indices.mapping.put
Methods in org.elasticsearch.action.admin.indices.mapping.put with parameters of type StreamInput Modifier and Type Method Description protected AcknowledgedResponseTransportPutMappingAction. read(StreamInput in)Constructors in org.elasticsearch.action.admin.indices.mapping.put with parameters of type StreamInput Constructor Description PutMappingRequest(StreamInput in) -
Uses of StreamInput in org.elasticsearch.action.admin.indices.open
Methods in org.elasticsearch.action.admin.indices.open with parameters of type StreamInput Modifier and Type Method Description protected OpenIndexResponseTransportOpenIndexAction. read(StreamInput in)Constructors in org.elasticsearch.action.admin.indices.open with parameters of type StreamInput Constructor Description OpenIndexRequest(StreamInput in)OpenIndexResponse(StreamInput in) -
Uses of StreamInput in org.elasticsearch.action.admin.indices.recovery
Methods in org.elasticsearch.action.admin.indices.recovery with parameters of type StreamInput Modifier and Type Method Description protected RecoveryRequestTransportRecoveryAction. readRequestFrom(StreamInput in)protected RecoveryStateTransportRecoveryAction. readShardResult(StreamInput in)Constructors in org.elasticsearch.action.admin.indices.recovery with parameters of type StreamInput Constructor Description RecoveryRequest(StreamInput in)RecoveryResponse(StreamInput in) -
Uses of StreamInput in org.elasticsearch.action.admin.indices.refresh
Methods in org.elasticsearch.action.admin.indices.refresh with parameters of type StreamInput Modifier and Type Method Description protected ReplicationResponseTransportShardRefreshAction. newResponseInstance(StreamInput in)Constructors in org.elasticsearch.action.admin.indices.refresh with parameters of type StreamInput Constructor Description RefreshRequest(StreamInput in) -
Uses of StreamInput in org.elasticsearch.action.admin.indices.rollover
Methods in org.elasticsearch.action.admin.indices.rollover with parameters of type StreamInput Modifier and Type Method Description protected RolloverResponseTransportRolloverAction. read(StreamInput in)static Diff<RolloverInfo>RolloverInfo. readDiffFrom(StreamInput in)Constructors in org.elasticsearch.action.admin.indices.rollover with parameters of type StreamInput Constructor Description MaxAgeCondition(StreamInput in)MaxDocsCondition(StreamInput in)MaxSizeCondition(StreamInput in)RolloverInfo(StreamInput in)RolloverRequest(StreamInput in) -
Uses of StreamInput in org.elasticsearch.action.admin.indices.segments
Methods in org.elasticsearch.action.admin.indices.segments with parameters of type StreamInput Modifier and Type Method Description protected IndicesSegmentsRequestTransportIndicesSegmentsAction. readRequestFrom(StreamInput in)protected ShardSegmentsTransportIndicesSegmentsAction. readShardResult(StreamInput in)Constructors in org.elasticsearch.action.admin.indices.segments with parameters of type StreamInput Constructor Description IndicesSegmentsRequest(StreamInput in) -
Uses of StreamInput in org.elasticsearch.action.admin.indices.settings.get
Methods in org.elasticsearch.action.admin.indices.settings.get with parameters of type StreamInput Modifier and Type Method Description protected GetSettingsResponseTransportGetSettingsAction. read(StreamInput in)Constructors in org.elasticsearch.action.admin.indices.settings.get with parameters of type StreamInput Constructor Description GetSettingsRequest(StreamInput in)GetSettingsResponse(StreamInput in) -
Uses of StreamInput in org.elasticsearch.action.admin.indices.settings.put
Methods in org.elasticsearch.action.admin.indices.settings.put with parameters of type StreamInput Modifier and Type Method Description protected AcknowledgedResponseTransportUpdateSettingsAction. read(StreamInput in)Constructors in org.elasticsearch.action.admin.indices.settings.put with parameters of type StreamInput Constructor Description UpdateSettingsRequest(StreamInput in) -
Uses of StreamInput in org.elasticsearch.action.admin.indices.shards
Methods in org.elasticsearch.action.admin.indices.shards with parameters of type StreamInput Modifier and Type Method Description protected IndicesShardStoresResponseTransportIndicesShardStoresAction. read(StreamInput in)Constructors in org.elasticsearch.action.admin.indices.shards with parameters of type StreamInput Constructor Description IndicesShardStoresRequest(StreamInput in)IndicesShardStoresResponse(StreamInput in)StoreStatus(StreamInput in) -
Uses of StreamInput in org.elasticsearch.action.admin.indices.shrink
Methods in org.elasticsearch.action.admin.indices.shrink with parameters of type StreamInput Modifier and Type Method Description protected ResizeResponseTransportResizeAction. read(StreamInput in)Constructors in org.elasticsearch.action.admin.indices.shrink with parameters of type StreamInput Constructor Description ResizeRequest(StreamInput in) -
Uses of StreamInput in org.elasticsearch.action.admin.indices.stats
Methods in org.elasticsearch.action.admin.indices.stats with parameters of type StreamInput Modifier and Type Method Description protected IndicesStatsRequestTransportIndicesStatsAction. readRequestFrom(StreamInput in)protected ShardStatsTransportIndicesStatsAction. readShardResult(StreamInput in)Constructors in org.elasticsearch.action.admin.indices.stats with parameters of type StreamInput Constructor Description CommonStats(StreamInput in)CommonStatsFlags(StreamInput in)IndexShardStats(StreamInput in)IndicesStatsRequest(StreamInput in)ShardStats(StreamInput in) -
Uses of StreamInput in org.elasticsearch.action.admin.indices.template.delete
Methods in org.elasticsearch.action.admin.indices.template.delete with parameters of type StreamInput Modifier and Type Method Description protected AcknowledgedResponseTransportDeleteIndexTemplateAction. read(StreamInput in)Constructors in org.elasticsearch.action.admin.indices.template.delete with parameters of type StreamInput Constructor Description DeleteIndexTemplateRequest(StreamInput in) -
Uses of StreamInput in org.elasticsearch.action.admin.indices.template.get
Methods in org.elasticsearch.action.admin.indices.template.get with parameters of type StreamInput Modifier and Type Method Description protected GetIndexTemplatesResponseTransportGetIndexTemplatesAction. read(StreamInput in)Constructors in org.elasticsearch.action.admin.indices.template.get with parameters of type StreamInput Constructor Description GetIndexTemplatesRequest(StreamInput in)GetIndexTemplatesResponse(StreamInput in) -
Uses of StreamInput in org.elasticsearch.action.admin.indices.template.put
Methods in org.elasticsearch.action.admin.indices.template.put with parameters of type StreamInput Modifier and Type Method Description protected AcknowledgedResponseTransportPutIndexTemplateAction. read(StreamInput in)Constructors in org.elasticsearch.action.admin.indices.template.put with parameters of type StreamInput Constructor Description PutIndexTemplateRequest(StreamInput in) -
Uses of StreamInput in org.elasticsearch.action.admin.indices.upgrade.get
Methods in org.elasticsearch.action.admin.indices.upgrade.get with parameters of type StreamInput Modifier and Type Method Description protected UpgradeStatusRequestTransportUpgradeStatusAction. readRequestFrom(StreamInput in)protected ShardUpgradeStatusTransportUpgradeStatusAction. readShardResult(StreamInput in)Constructors in org.elasticsearch.action.admin.indices.upgrade.get with parameters of type StreamInput Constructor Description ShardUpgradeStatus(StreamInput in)UpgradeStatusRequest(StreamInput in) -
Uses of StreamInput in org.elasticsearch.action.admin.indices.upgrade.post
Methods in org.elasticsearch.action.admin.indices.upgrade.post with parameters of type StreamInput Modifier and Type Method Description protected AcknowledgedResponseTransportUpgradeSettingsAction. read(StreamInput in)protected UpgradeRequestTransportUpgradeAction. readRequestFrom(StreamInput in)protected org.elasticsearch.action.admin.indices.upgrade.post.ShardUpgradeResultTransportUpgradeAction. readShardResult(StreamInput in)Constructors in org.elasticsearch.action.admin.indices.upgrade.post with parameters of type StreamInput Constructor Description UpgradeRequest(StreamInput in)UpgradeSettingsRequest(StreamInput in) -
Uses of StreamInput in org.elasticsearch.action.admin.indices.validate.query
Methods in org.elasticsearch.action.admin.indices.validate.query with parameters of type StreamInput Modifier and Type Method Description protected org.elasticsearch.action.admin.indices.validate.query.ShardValidateQueryResponseTransportValidateQueryAction. readShardResponse(StreamInput in)Constructors in org.elasticsearch.action.admin.indices.validate.query with parameters of type StreamInput Constructor Description QueryExplanation(StreamInput in)ShardValidateQueryRequest(StreamInput in)ValidateQueryRequest(StreamInput in) -
Uses of StreamInput in org.elasticsearch.action.bulk
Methods in org.elasticsearch.action.bulk with parameters of type StreamInput Modifier and Type Method Description protected BulkShardResponseTransportShardBulkAction. newResponseInstance(StreamInput in)Constructors in org.elasticsearch.action.bulk with parameters of type StreamInput Constructor Description BulkRequest(StreamInput in)BulkResponse(StreamInput in)BulkShardRequest(StreamInput in)Failure(StreamInput in)Read from a stream. -
Uses of StreamInput in org.elasticsearch.action.delete
Constructors in org.elasticsearch.action.delete with parameters of type StreamInput Constructor Description DeleteRequest(StreamInput in)DeleteResponse(StreamInput in) -
Uses of StreamInput in org.elasticsearch.action.explain
Constructors in org.elasticsearch.action.explain with parameters of type StreamInput Constructor Description ExplainResponse(StreamInput in) -
Uses of StreamInput in org.elasticsearch.action.fieldcaps
Constructors in org.elasticsearch.action.fieldcaps with parameters of type StreamInput Constructor Description FieldCapabilities(StreamInput in)FieldCapabilitiesRequest(StreamInput in)FieldCapabilitiesResponse(StreamInput in) -
Uses of StreamInput in org.elasticsearch.action.get
Constructors in org.elasticsearch.action.get with parameters of type StreamInput Constructor Description Item(StreamInput in)MultiGetRequest(StreamInput in) -
Uses of StreamInput in org.elasticsearch.action.index
Constructors in org.elasticsearch.action.index with parameters of type StreamInput Constructor Description IndexRequest(StreamInput in)IndexResponse(StreamInput in) -
Uses of StreamInput in org.elasticsearch.action.ingest
Methods in org.elasticsearch.action.ingest with parameters of type StreamInput Modifier and Type Method Description protected AcknowledgedResponseDeletePipelineTransportAction. read(StreamInput in)protected GetPipelineResponseGetPipelineTransportAction. read(StreamInput in)protected AcknowledgedResponsePutPipelineTransportAction. read(StreamInput in)Constructors in org.elasticsearch.action.ingest with parameters of type StreamInput Constructor Description DeletePipelineRequest(StreamInput in)GetPipelineRequest(StreamInput in)GetPipelineResponse(StreamInput in)PutPipelineRequest(StreamInput in)SimulateDocumentBaseResult(StreamInput in)Read from a stream.SimulateDocumentVerboseResult(StreamInput in)Read from a stream.SimulatePipelineResponse(StreamInput in) -
Uses of StreamInput in org.elasticsearch.action.resync
Methods in org.elasticsearch.action.resync with parameters of type StreamInput Modifier and Type Method Description protected ResyncReplicationResponseTransportResyncReplicationAction. newResponseInstance(StreamInput in)Constructors in org.elasticsearch.action.resync with parameters of type StreamInput Constructor Description ResyncReplicationResponse(StreamInput in) -
Uses of StreamInput in org.elasticsearch.action.search
Methods in org.elasticsearch.action.search with parameters of type StreamInput Modifier and Type Method Description static ShardSearchFailureShardSearchFailure. readShardSearchFailure(StreamInput in)Constructors in org.elasticsearch.action.search with parameters of type StreamInput Constructor Description ClearScrollRequest(StreamInput in)ClearScrollResponse(StreamInput in)MultiSearchRequest(StreamInput in)MultiSearchResponse(StreamInput in)ReduceSearchPhaseException(StreamInput in)SearchPhaseExecutionException(StreamInput in)SearchRequest(StreamInput in)Constructs a new search request from reading the specified stream.SearchResponse(StreamInput in)SearchScrollRequest(StreamInput in) -
Uses of StreamInput in org.elasticsearch.action.support
Methods in org.elasticsearch.action.support with parameters of type StreamInput Modifier and Type Method Description static ActiveShardCountActiveShardCount. readFrom(StreamInput in)static voidDefaultShardOperationFailedException. readFrom(StreamInput in, DefaultShardOperationFailedException f)static WriteRequest.RefreshPolicyWriteRequest.RefreshPolicy. readFrom(StreamInput in)static IndicesOptionsIndicesOptions. readIndicesOptions(StreamInput in)static DefaultShardOperationFailedExceptionDefaultShardOperationFailedException. readShardOperationFailed(StreamInput in)Constructors in org.elasticsearch.action.support with parameters of type StreamInput Constructor Description DefaultShardOperationFailedException(StreamInput in) -
Uses of StreamInput in org.elasticsearch.action.support.broadcast
Methods in org.elasticsearch.action.support.broadcast with parameters of type StreamInput Modifier and Type Method Description protected abstract ShardResponseTransportBroadcastAction. readShardResponse(StreamInput in)Constructors in org.elasticsearch.action.support.broadcast with parameters of type StreamInput Constructor Description BroadcastRequest(StreamInput in)BroadcastResponse(StreamInput in)BroadcastShardOperationFailedException(StreamInput in)BroadcastShardRequest(StreamInput in)BroadcastShardResponse(StreamInput in) -
Uses of StreamInput in org.elasticsearch.action.support.broadcast.node
Methods in org.elasticsearch.action.support.broadcast.node with parameters of type StreamInput Modifier and Type Method Description static TransportBroadcastByNodeAction.EmptyResultTransportBroadcastByNodeAction.EmptyResult. readEmptyResultFrom(StreamInput in)protected abstract RequestTransportBroadcastByNodeAction. readRequestFrom(StreamInput in)Deserialize a request from an input streamprotected abstract ShardOperationResultTransportBroadcastByNodeAction. readShardResult(StreamInput in)Deserialize a shard-level result from an input streamConstructors in org.elasticsearch.action.support.broadcast.node with parameters of type StreamInput Constructor Description NodeRequest(StreamInput in) -
Uses of StreamInput in org.elasticsearch.action.support.master
Methods in org.elasticsearch.action.support.master with parameters of type StreamInput Modifier and Type Method Description protected abstract ResponseTransportMasterNodeAction. read(StreamInput in)Constructors in org.elasticsearch.action.support.master with parameters of type StreamInput Constructor Description AcknowledgedRequest(StreamInput in)AcknowledgedResponse(StreamInput in)AcknowledgedResponse(StreamInput in, boolean readAcknowledged)MasterNodeReadRequest(StreamInput in)MasterNodeRequest(StreamInput in)ShardsAcknowledgedResponse(StreamInput in, boolean readShardsAcknowledged, boolean readAcknowledged) -
Uses of StreamInput in org.elasticsearch.action.support.master.info
Constructors in org.elasticsearch.action.support.master.info with parameters of type StreamInput Constructor Description ClusterInfoRequest(StreamInput in) -
Uses of StreamInput in org.elasticsearch.action.support.nodes
Methods in org.elasticsearch.action.support.nodes with parameters of type StreamInput Modifier and Type Method Description protected abstract NodeResponseTransportNodesAction. newNodeResponse(StreamInput in)protected abstract List<TNodeResponse>BaseNodesResponse. readNodesFrom(StreamInput in)Read theBaseNodesResponse.nodesfrom the stream.Constructors in org.elasticsearch.action.support.nodes with parameters of type StreamInput Constructor Description BaseNodeRequest(StreamInput in)BaseNodeResponse(StreamInput in)BaseNodesRequest(StreamInput in)BaseNodesResponse(StreamInput in) -
Uses of StreamInput in org.elasticsearch.action.support.replication
Methods in org.elasticsearch.action.support.replication with parameters of type StreamInput Modifier and Type Method Description protected abstract ResponseTransportReplicationAction. newResponseInstance(StreamInput in)Constructors in org.elasticsearch.action.support.replication with parameters of type StreamInput Constructor Description BasicReplicationRequest(StreamInput in)ConcreteReplicaRequest(Writeable.Reader<R> requestReader, StreamInput in)ConcreteShardRequest(Writeable.Reader<R> requestReader, StreamInput in)Failure(StreamInput in)ReplicatedWriteRequest(StreamInput in)Constructor for deserialization.ReplicationRequest(StreamInput in)ReplicationResponse(StreamInput in)RetryOnPrimaryException(StreamInput in)RetryOnReplicaException(StreamInput in)ShardInfo(StreamInput in)Status(StreamInput in) -
Uses of StreamInput in org.elasticsearch.action.support.single.instance
Methods in org.elasticsearch.action.support.single.instance with parameters of type StreamInput Modifier and Type Method Description protected abstract ResponseTransportInstanceSingleOperationAction. newResponse(StreamInput in)Constructors in org.elasticsearch.action.support.single.instance with parameters of type StreamInput Constructor Description InstanceShardOperationRequest(StreamInput in) -
Uses of StreamInput in org.elasticsearch.action.support.single.shard
Constructors in org.elasticsearch.action.support.single.shard with parameters of type StreamInput Constructor Description SingleShardRequest(StreamInput in) -
Uses of StreamInput in org.elasticsearch.action.support.tasks
Constructors in org.elasticsearch.action.support.tasks with parameters of type StreamInput Constructor Description BaseTasksRequest(StreamInput in)BaseTasksResponse(StreamInput in) -
Uses of StreamInput in org.elasticsearch.action.termvectors
Methods in org.elasticsearch.action.termvectors with parameters of type StreamInput Modifier and Type Method Description voidTermVectorsRequest.FilterSettings. readFrom(StreamInput in)Constructors in org.elasticsearch.action.termvectors with parameters of type StreamInput Constructor Description Failure(StreamInput in)MultiTermVectorsRequest(StreamInput in)MultiTermVectorsResponse(StreamInput in) -
Uses of StreamInput in org.elasticsearch.action.update
Methods in org.elasticsearch.action.update with parameters of type StreamInput Modifier and Type Method Description protected UpdateResponseTransportUpdateAction. newResponse(StreamInput in)Constructors in org.elasticsearch.action.update with parameters of type StreamInput Constructor Description UpdateRequest(StreamInput in)UpdateResponse(StreamInput in) -
Uses of StreamInput in org.elasticsearch.client.transport
Constructors in org.elasticsearch.client.transport with parameters of type StreamInput Constructor Description NoNodeAvailableException(StreamInput in) -
Uses of StreamInput in org.elasticsearch.cluster
Methods in org.elasticsearch.cluster with parameters of type StreamInput Modifier and Type Method Description VDiffableUtils.DiffableValueReader. read(StreamInput in, K key)Set<String>DiffableUtils.StringSetValueSerializer. read(StreamInput in, K key)VDiffableUtils.ValueSerializer. read(StreamInput in, K key)Reads value from stream.TNamedDiffableValueSerializer. read(StreamInput in, String key)Diff<V>DiffableUtils.DiffableValueReader. readDiff(StreamInput in, K key)Diff<V>DiffableUtils.NonDiffableValueSerializer. readDiff(StreamInput in, K key)Diff<V>DiffableUtils.ValueSerializer. readDiff(StreamInput in, K key)Reads value as diff from stream if this serializer supports diffable values.Diff<T>NamedDiffableValueSerializer. readDiff(StreamInput in, String key)static <T extends Diffable<T>>
Diff<T>AbstractDiffable. readDiffFrom(Writeable.Reader<T> reader, StreamInput in)static <T extends NamedDiffable<T>>
NamedDiff<T>AbstractNamedDiffable. readDiffFrom(Class<? extends T> tClass, String name, StreamInput in)static Diff<ClusterState>ClusterState. readDiffFrom(StreamInput in, DiscoveryNode localNode)static NamedDiff<ClusterState.Custom>RepositoryCleanupInProgress. readDiffFrom(StreamInput in)static NamedDiff<ClusterState.Custom>RestoreInProgress. readDiffFrom(StreamInput in)static NamedDiff<ClusterState.Custom>SnapshotDeletionsInProgress. readDiffFrom(StreamInput in)static NamedDiff<ClusterState.Custom>SnapshotsInProgress. readDiffFrom(StreamInput in)static ClusterStateClusterState. readFrom(StreamInput in, DiscoveryNode localNode)voidRestoreInProgress.ShardRestoreStatus. readFrom(StreamInput in)Reads restore status from stream inputstatic <T> DiffableUtils.MapDiff<Integer,T,ImmutableOpenIntMap<T>>DiffableUtils. readImmutableOpenIntMapDiff(StreamInput in, DiffableUtils.KeySerializer<Integer> keySerializer, DiffableUtils.ValueSerializer<Integer,T> valueSerializer)Loads an object that represents difference between two ImmutableOpenMapsstatic <T extends Diffable<T>>
DiffableUtils.MapDiff<Integer,T,ImmutableOpenIntMap<T>>DiffableUtils. readImmutableOpenIntMapDiff(StreamInput in, DiffableUtils.KeySerializer<Integer> keySerializer, Writeable.Reader<T> reader, Writeable.Reader<Diff<T>> diffReader)Loads an object that represents difference between two ImmutableOpenIntMaps of Diffable objects using Diffable proto objectstatic <K,T>
DiffableUtils.MapDiff<K,T,ImmutableOpenMap<K,T>>DiffableUtils. readImmutableOpenMapDiff(StreamInput in, DiffableUtils.KeySerializer<K> keySerializer, DiffableUtils.ValueSerializer<K,T> valueSerializer)Loads an object that represents difference between two ImmutableOpenMapsstatic <K,T extends Diffable<T>>
DiffableUtils.MapDiff<K,T,ImmutableOpenMap<K,T>>DiffableUtils. readImmutableOpenMapDiff(StreamInput in, DiffableUtils.KeySerializer<K> keySerializer, Writeable.Reader<T> reader, Writeable.Reader<Diff<T>> diffReader)Loads an object that represents difference between two ImmutableOpenMaps of Diffable objects using Diffable proto objectstatic <K,T>
DiffableUtils.MapDiff<K,T,Map<K,T>>DiffableUtils. readJdkMapDiff(StreamInput in, DiffableUtils.KeySerializer<K> keySerializer, DiffableUtils.ValueSerializer<K,T> valueSerializer)Loads an object that represents difference between two Maps of Diffable objectsstatic <K,T extends Diffable<T>>
DiffableUtils.MapDiff<K,T,Map<K,T>>DiffableUtils. readJdkMapDiff(StreamInput in, DiffableUtils.KeySerializer<K> keySerializer, Writeable.Reader<T> reader, Writeable.Reader<Diff<T>> diffReader)Loads an object that represents difference between two Maps of Diffable objects using Diffable proto objectKDiffableUtils.KeySerializer. readKey(StreamInput in)static RestoreInProgress.ShardRestoreStatusRestoreInProgress.ShardRestoreStatus. readShardRestoreStatus(StreamInput in)Reads restore status from stream inputConstructors in org.elasticsearch.cluster with parameters of type StreamInput Constructor Description ClusterInfo(StreamInput in)ClusterName(StreamInput input)DiskUsage(StreamInput in)Entry(StreamInput in)ImmutableOpenMapDiff(StreamInput in, DiffableUtils.KeySerializer<K> keySerializer, DiffableUtils.ValueSerializer<K,T> valueSerializer)IncompatibleClusterStateVersionException(StreamInput in)MapDiff(StreamInput in, DiffableUtils.KeySerializer<K> keySerializer, DiffableUtils.ValueSerializer<K,T> valueSerializer)NotMasterException(StreamInput in)RestoreInProgress(StreamInput in)ShardSnapshotStatus(StreamInput in)SnapshotDeletionsInProgress(StreamInput in)SnapshotsInProgress(StreamInput in) -
Uses of StreamInput in org.elasticsearch.cluster.action.index
Constructors in org.elasticsearch.cluster.action.index with parameters of type StreamInput Constructor Description NodeMappingRefreshRequest(StreamInput in) -
Uses of StreamInput in org.elasticsearch.cluster.action.shard
Constructors in org.elasticsearch.cluster.action.shard with parameters of type StreamInput Constructor Description NoLongerPrimaryShardException(StreamInput in) -
Uses of StreamInput in org.elasticsearch.cluster.block
Methods in org.elasticsearch.cluster.block with parameters of type StreamInput Modifier and Type Method Description static Diff<ClusterBlocks>ClusterBlocks. readDiffFrom(StreamInput in)Constructors in org.elasticsearch.cluster.block with parameters of type StreamInput Constructor Description ClusterBlock(StreamInput in)ClusterBlockException(StreamInput in)ClusterBlocks(StreamInput in) -
Uses of StreamInput in org.elasticsearch.cluster.coordination
Constructors in org.elasticsearch.cluster.coordination with parameters of type StreamInput Constructor Description ApplyCommitRequest(StreamInput in)CoordinationMetaData(StreamInput in)CoordinationStateRejectedException(StreamInput in)FailedToCommitClusterStateException(StreamInput in)FollowerCheckRequest(StreamInput in)Join(StreamInput in)JoinRequest(StreamInput in)PeersResponse(StreamInput in)PreVoteRequest(StreamInput in)PreVoteResponse(StreamInput in)PublishResponse(StreamInput in)PublishWithJoinResponse(StreamInput in)StartJoinRequest(StreamInput input)ValidateJoinRequest(StreamInput in)VotingConfigExclusion(StreamInput in)VotingConfiguration(StreamInput in) -
Uses of StreamInput in org.elasticsearch.cluster.health
Methods in org.elasticsearch.cluster.health with parameters of type StreamInput Modifier and Type Method Description static ClusterHealthStatusClusterHealthStatus. readFrom(StreamInput in)Read from a stream.Constructors in org.elasticsearch.cluster.health with parameters of type StreamInput Constructor Description ClusterIndexHealth(StreamInput in)ClusterShardHealth(StreamInput in)ClusterStateHealth(StreamInput in) -
Uses of StreamInput in org.elasticsearch.cluster.metadata
Methods in org.elasticsearch.cluster.metadata with parameters of type StreamInput Modifier and Type Method Description static Diff<AliasMetaData>AliasMetaData. readDiffFrom(StreamInput in)static Diff<DiffableStringMap>DiffableStringMap. readDiffFrom(StreamInput in)static NamedDiff<MetaData.Custom>IndexGraveyard. readDiffFrom(StreamInput in)static Diff<IndexMetaData>IndexMetaData. readDiffFrom(StreamInput in)static Diff<IndexTemplateMetaData>IndexTemplateMetaData. readDiffFrom(StreamInput in)static Diff<MappingMetaData>MappingMetaData. readDiffFrom(StreamInput in)static Diff<MetaData>MetaData. readDiffFrom(StreamInput in)static NamedDiff<MetaData.Custom>RepositoriesMetaData. readDiffFrom(StreamInput in)static IndexMetaDataIndexMetaData. readFrom(StreamInput in)static IndexTemplateMetaDataIndexTemplateMetaData. readFrom(StreamInput in)static MetaDataMetaData. readFrom(StreamInput in)Constructors in org.elasticsearch.cluster.metadata with parameters of type StreamInput Constructor Description AliasMetaData(StreamInput in)IndexGraveyard(StreamInput in)MappingMetaData(StreamInput in)ProcessClusterEventTimeoutException(StreamInput in)RepositoriesMetaData(StreamInput in)RepositoryMetaData(StreamInput in) -
Uses of StreamInput in org.elasticsearch.cluster.node
Methods in org.elasticsearch.cluster.node with parameters of type StreamInput Modifier and Type Method Description static Diff<DiscoveryNodes>DiscoveryNodes. readDiffFrom(StreamInput in, DiscoveryNode localNode)static DiscoveryNodesDiscoveryNodes. readFrom(StreamInput in, DiscoveryNode localNode)Constructors in org.elasticsearch.cluster.node with parameters of type StreamInput Constructor Description DiscoveryNode(StreamInput in)Creates a newDiscoveryNodeby reading from the stream provided as argument -
Uses of StreamInput in org.elasticsearch.cluster.routing
Methods in org.elasticsearch.cluster.routing with parameters of type StreamInput Modifier and Type Method Description static Diff<IndexRoutingTable>IndexRoutingTable. readDiffFrom(StreamInput in)static Diff<RoutingTable>RoutingTable. readDiffFrom(StreamInput in)static IndexRoutingTableIndexRoutingTable. readFrom(StreamInput in)static IndexShardRoutingTableIndexShardRoutingTable.Builder. readFrom(StreamInput in)static RecoverySourceRecoverySource. readFrom(StreamInput in)static RoutingTableRoutingTable. readFrom(StreamInput in)static UnassignedInfo.AllocationStatusUnassignedInfo.AllocationStatus. readFrom(StreamInput in)static IndexShardRoutingTableIndexShardRoutingTable.Builder. readFromThin(StreamInput in, Index index)Constructors in org.elasticsearch.cluster.routing with parameters of type StreamInput Constructor Description IllegalShardRoutingStateException(StreamInput in)RoutingException(StreamInput in)ShardRouting(StreamInput in)ShardRouting(ShardId shardId, StreamInput in)UnassignedInfo(StreamInput in) -
Uses of StreamInput in org.elasticsearch.cluster.routing.allocation
Methods in org.elasticsearch.cluster.routing.allocation with parameters of type StreamInput Modifier and Type Method Description static AllocationDecisionAllocationDecision. readFrom(StreamInput in)static RerouteExplanationRerouteExplanation. readFrom(StreamInput in)static RoutingExplanationsRoutingExplanations. readFrom(StreamInput in)Read in a RoutingExplanations objectConstructors in org.elasticsearch.cluster.routing.allocation with parameters of type StreamInput Constructor Description AbstractAllocationDecision(StreamInput in)AllocateUnassignedDecision(StreamInput in)MoveDecision(StreamInput in)NodeAllocationResult(StreamInput in)ShardAllocationDecision(StreamInput in)ShardStoreInfo(StreamInput in) -
Uses of StreamInput in org.elasticsearch.cluster.routing.allocation.command
Methods in org.elasticsearch.cluster.routing.allocation.command with parameters of type StreamInput Modifier and Type Method Description static AllocationCommandsAllocationCommands. readFrom(StreamInput in)Reads aAllocationCommandsfrom aStreamInputConstructors in org.elasticsearch.cluster.routing.allocation.command with parameters of type StreamInput Constructor Description AbstractAllocateAllocationCommand(StreamInput in)Read from a stream.AllocateEmptyPrimaryAllocationCommand(StreamInput in)Read from a stream.AllocateReplicaAllocationCommand(StreamInput in)Read from a stream.AllocateStalePrimaryAllocationCommand(StreamInput in)Read from a stream.BasePrimaryAllocationCommand(StreamInput in)Read from a stream.CancelAllocationCommand(StreamInput in)Read from a stream.MoveAllocationCommand(StreamInput in)Read from a stream. -
Uses of StreamInput in org.elasticsearch.cluster.routing.allocation.decider
Methods in org.elasticsearch.cluster.routing.allocation.decider with parameters of type StreamInput Modifier and Type Method Description static DecisionDecision. readFrom(StreamInput in)static Decision.TypeDecision.Type. readFrom(StreamInput in) -
Uses of StreamInput in org.elasticsearch.cluster.service
Constructors in org.elasticsearch.cluster.service with parameters of type StreamInput Constructor Description PendingClusterTask(StreamInput in) -
Uses of StreamInput in org.elasticsearch.common
Methods in org.elasticsearch.common with parameters of type StreamInput Modifier and Type Method Description static RoundingRounding. read(StreamInput in)static PriorityPriority. readFrom(StreamInput input)Constructors in org.elasticsearch.common with parameters of type StreamInput Constructor Description FieldMemoryStats(StreamInput input)Creates a new FieldMemoryStats instance from a streamParsingException(StreamInput in) -
Uses of StreamInput in org.elasticsearch.common.blobstore
Constructors in org.elasticsearch.common.blobstore with parameters of type StreamInput Constructor Description BlobStoreException(StreamInput in) -
Uses of StreamInput in org.elasticsearch.common.breaker
Constructors in org.elasticsearch.common.breaker with parameters of type StreamInput Constructor Description CircuitBreakingException(StreamInput in) -
Uses of StreamInput in org.elasticsearch.common.bytes
Methods in org.elasticsearch.common.bytes that return StreamInput Modifier and Type Method Description StreamInputBytesReference. streamInput()A stream input of the bytes. -
Uses of StreamInput in org.elasticsearch.common.compress
Methods in org.elasticsearch.common.compress that return StreamInput Modifier and Type Method Description StreamInputCompressor. streamInput(StreamInput in)StreamInputDeflateCompressor. streamInput(StreamInput in)Methods in org.elasticsearch.common.compress with parameters of type StreamInput Modifier and Type Method Description static CompressedXContentCompressedXContent. readCompressedString(StreamInput in)StreamInputCompressor. streamInput(StreamInput in)StreamInputDeflateCompressor. streamInput(StreamInput in) -
Uses of StreamInput in org.elasticsearch.common.document
Constructors in org.elasticsearch.common.document with parameters of type StreamInput Constructor Description DocumentField(StreamInput in) -
Uses of StreamInput in org.elasticsearch.common.geo
Methods in org.elasticsearch.common.geo with parameters of type StreamInput Modifier and Type Method Description static GeoDistanceGeoDistance. readFromStream(StreamInput in)Creates a GeoDistance instance from an input streamstatic ShapeRelationShapeRelation. readFromStream(StreamInput in)static SpatialStrategySpatialStrategy. readFromStream(StreamInput in)static GeometryGeometryIO. readGeometry(StreamInput in) -
Uses of StreamInput in org.elasticsearch.common.geo.builders
Methods in org.elasticsearch.common.geo.builders with parameters of type StreamInput Modifier and Type Method Description static ShapeBuilder.OrientationShapeBuilder.Orientation. readFrom(StreamInput in)protected static CoordinateShapeBuilder. readFromStream(StreamInput in)Constructors in org.elasticsearch.common.geo.builders with parameters of type StreamInput Constructor Description CircleBuilder(StreamInput in)Read from a stream.EnvelopeBuilder(StreamInput in)Read from a stream.GeometryCollectionBuilder(StreamInput in)Read from a stream.LineStringBuilder(StreamInput in)Read from a stream.MultiLineStringBuilder(StreamInput in)Read from a stream.MultiPointBuilder(StreamInput in)Read from a stream.MultiPolygonBuilder(StreamInput in)Read from a stream.PointBuilder(StreamInput in)PolygonBuilder(StreamInput in)Read from a stream.ShapeBuilder(StreamInput in)ctor from serialized stream input -
Uses of StreamInput in org.elasticsearch.common.io.stream
Subclasses of StreamInput in org.elasticsearch.common.io.stream Modifier and Type Class Description classByteBufferStreamInputclassFilterStreamInputWraps aStreamInputand delegates to it.classInputStreamStreamInputclassNamedWriteableAwareStreamInputWraps aStreamInputand associates it with aNamedWriteableRegistryFields in org.elasticsearch.common.io.stream declared as StreamInput Modifier and Type Field Description protected StreamInputFilterStreamInput. delegateMethods in org.elasticsearch.common.io.stream that return StreamInput Modifier and Type Method Description static StreamInputStreamInput. wrap(byte[] bytes)static StreamInputStreamInput. wrap(byte[] bytes, int offset, int length)Methods in org.elasticsearch.common.io.stream with parameters of type StreamInput Modifier and Type Method Description VWriteable.Reader. read(StreamInput in)ReadV-type value from a stream.Constructors in org.elasticsearch.common.io.stream with parameters of type StreamInput Constructor Description FilterStreamInput(StreamInput delegate)NamedWriteableAwareStreamInput(StreamInput delegate, NamedWriteableRegistry namedWriteableRegistry)NotSerializableExceptionWrapper(StreamInput in) -
Uses of StreamInput in org.elasticsearch.common.lucene
Methods in org.elasticsearch.common.lucene with parameters of type StreamInput Modifier and Type Method Description static ExplanationLucene. readExplanation(StreamInput in)static FieldDocLucene. readFieldDoc(StreamInput in)static ScoreDocLucene. readScoreDoc(StreamInput in)static SortFieldLucene. readSortField(StreamInput in)static SortField.TypeLucene. readSortType(StreamInput in)static ComparableLucene. readSortValue(StreamInput in)static TopDocsAndMaxScoreLucene. readTopDocs(StreamInput in)static TotalHitsLucene. readTotalHits(StreamInput in) -
Uses of StreamInput in org.elasticsearch.common.lucene.search.function
Methods in org.elasticsearch.common.lucene.search.function with parameters of type StreamInput Modifier and Type Method Description static CombineFunctionCombineFunction. readFromStream(StreamInput in)static FieldValueFactorFunction.ModifierFieldValueFactorFunction.Modifier. readFromStream(StreamInput in)static FunctionScoreQuery.ScoreModeFunctionScoreQuery.ScoreMode. readFromStream(StreamInput in) -
Uses of StreamInput in org.elasticsearch.common.settings
Methods in org.elasticsearch.common.settings with parameters of type StreamInput Modifier and Type Method Description static SettingsSettings. readSettingsFromStream(StreamInput in)Constructors in org.elasticsearch.common.settings with parameters of type StreamInput Constructor Description NoClassSettingsException(StreamInput in)SettingsException(StreamInput in) -
Uses of StreamInput in org.elasticsearch.common.transport
Constructors in org.elasticsearch.common.transport with parameters of type StreamInput Constructor Description BoundTransportAddress(StreamInput in)TransportAddress(StreamInput in)Read from a stream. -
Uses of StreamInput in org.elasticsearch.common.unit
Methods in org.elasticsearch.common.unit with parameters of type StreamInput Modifier and Type Method Description static ByteSizeUnitByteSizeUnit. readFrom(StreamInput in)Reads aByteSizeUnitfrom a givenStreamInputstatic DistanceUnitDistanceUnit. readFromStream(StreamInput in)Read aDistanceUnitfrom aStreamInput.Constructors in org.elasticsearch.common.unit with parameters of type StreamInput Constructor Description ByteSizeValue(StreamInput in)Fuzziness(StreamInput in)Read from a stream.SizeValue(StreamInput in) -
Uses of StreamInput in org.elasticsearch.common.util
Constructors in org.elasticsearch.common.util with parameters of type StreamInput Constructor Description ExecutionCancelledException(StreamInput in)SetBackedScalingCuckooFilter(StreamInput in, Random rng) -
Uses of StreamInput in org.elasticsearch.common.util.concurrent
Methods in org.elasticsearch.common.util.concurrent with parameters of type StreamInput Modifier and Type Method Description voidThreadContext. readHeaders(StreamInput in)Reads the headers from the stream into the current contextConstructors in org.elasticsearch.common.util.concurrent with parameters of type StreamInput Constructor Description UncategorizedExecutionException(StreamInput in) -
Uses of StreamInput in org.elasticsearch.common.xcontent
Constructors in org.elasticsearch.common.xcontent with parameters of type StreamInput Constructor Description UnknownNamedObjectException(StreamInput in)Read from a stream. -
Uses of StreamInput in org.elasticsearch.discovery
Constructors in org.elasticsearch.discovery with parameters of type StreamInput Constructor Description DiscoveryStats(StreamInput in)MasterNotDiscoveredException(StreamInput in)PeersRequest(StreamInput in) -
Uses of StreamInput in org.elasticsearch.discovery.zen
Constructors in org.elasticsearch.discovery.zen with parameters of type StreamInput Constructor Description CommitClusterStateRequest(StreamInput in)JoinRequest(StreamInput in)LeaveRequest(StreamInput in)MasterPingRequest(StreamInput in)MasterPingResponseResponse(StreamInput in)PendingClusterStateStats(StreamInput in)PingRequest(StreamInput in)PingResponse(StreamInput in)PublishClusterStateStats(StreamInput in)RejoinClusterRequest(StreamInput in)UnicastPingRequest(StreamInput in)UnicastPingResponse(StreamInput in) -
Uses of StreamInput in org.elasticsearch.env
Constructors in org.elasticsearch.env with parameters of type StreamInput Constructor Description ShardLockObtainFailedException(StreamInput in) -
Uses of StreamInput in org.elasticsearch.gateway
Methods in org.elasticsearch.gateway with parameters of type StreamInput Modifier and Type Method Description protected TransportNodesListGatewayMetaState.NodeGatewayMetaStateTransportNodesListGatewayMetaState. newNodeResponse(StreamInput in)protected TransportNodesListGatewayStartedShards.NodeGatewayStartedShardsTransportNodesListGatewayStartedShards. newNodeResponse(StreamInput in)protected List<TransportNodesListGatewayMetaState.NodeGatewayMetaState>TransportNodesListGatewayMetaState.NodesGatewayMetaState. readNodesFrom(StreamInput in)protected List<TransportNodesListGatewayStartedShards.NodeGatewayStartedShards>TransportNodesListGatewayStartedShards.NodesGatewayStartedShards. readNodesFrom(StreamInput in)Constructors in org.elasticsearch.gateway with parameters of type StreamInput Constructor Description AllocateDangledRequest(StreamInput in)AllocateDangledResponse(StreamInput in)GatewayException(StreamInput in)NodeGatewayMetaState(StreamInput in)NodeGatewayStartedShards(StreamInput in)NodeRequest(StreamInput in)NodesGatewayMetaState(StreamInput in)NodesGatewayStartedShards(StreamInput in)Request(StreamInput in)Request(StreamInput in) -
Uses of StreamInput in org.elasticsearch.http
Constructors in org.elasticsearch.http with parameters of type StreamInput Constructor Description BindHttpException(StreamInput in)HttpException(StreamInput in)HttpInfo(StreamInput in)HttpStats(StreamInput in) -
Uses of StreamInput in org.elasticsearch.index
Methods in org.elasticsearch.index with parameters of type StreamInput Modifier and Type Method Description static VersionTypeVersionType. readFromStream(StreamInput in)Constructors in org.elasticsearch.index with parameters of type StreamInput Constructor Description Index(StreamInput in)Read from a stream.IndexNotFoundException(StreamInput in) -
Uses of StreamInput in org.elasticsearch.index.analysis
Constructors in org.elasticsearch.index.analysis with parameters of type StreamInput Constructor Description NameOrDefinition(StreamInput in) -
Uses of StreamInput in org.elasticsearch.index.cache.query
Constructors in org.elasticsearch.index.cache.query with parameters of type StreamInput Constructor Description QueryCacheStats(StreamInput in) -
Uses of StreamInput in org.elasticsearch.index.cache.request
Constructors in org.elasticsearch.index.cache.request with parameters of type StreamInput Constructor Description RequestCacheStats(StreamInput in) -
Uses of StreamInput in org.elasticsearch.index.engine
Methods in org.elasticsearch.index.engine with parameters of type StreamInput Modifier and Type Method Description static CommitStatsCommitStats. readOptionalCommitStatsFrom(StreamInput in)Constructors in org.elasticsearch.index.engine with parameters of type StreamInput Constructor Description CommitId(StreamInput in)Read from a stream.DocumentMissingException(StreamInput in)DocumentSourceMissingException(StreamInput in)EngineCreationFailureException(StreamInput in)EngineException(StreamInput in)FlushFailedEngineException(StreamInput in)RecoveryEngineException(StreamInput in)RefreshFailedEngineException(StreamInput in)Segment(StreamInput in)SegmentsStats(StreamInput in)SnapshotFailedEngineException(StreamInput in)VersionConflictEngineException(StreamInput in) -
Uses of StreamInput in org.elasticsearch.index.fielddata
Constructors in org.elasticsearch.index.fielddata with parameters of type StreamInput Constructor Description FieldDataStats(StreamInput in) -
Uses of StreamInput in org.elasticsearch.index.flush
Constructors in org.elasticsearch.index.flush with parameters of type StreamInput Constructor Description FlushStats(StreamInput in) -
Uses of StreamInput in org.elasticsearch.index.get
Constructors in org.elasticsearch.index.get with parameters of type StreamInput Constructor Description GetResult(StreamInput in)GetStats(StreamInput in) -
Uses of StreamInput in org.elasticsearch.index.mapper
Constructors in org.elasticsearch.index.mapper with parameters of type StreamInput Constructor Description MapperException(StreamInput in)MapperParsingException(StreamInput in)StrictDynamicMappingException(StreamInput in) -
Uses of StreamInput in org.elasticsearch.index.merge
Constructors in org.elasticsearch.index.merge with parameters of type StreamInput Constructor Description MergeStats(StreamInput in) -
Uses of StreamInput in org.elasticsearch.index.query
Methods in org.elasticsearch.index.query with parameters of type StreamInput Modifier and Type Method Description static GeoExecTypeGeoExecType. readFromStream(StreamInput in)static GeoValidationMethodGeoValidationMethod. readFromStream(StreamInput in)static MultiMatchQueryBuilder.TypeMultiMatchQueryBuilder.Type. readFromStream(StreamInput in)static OperatorOperator. readFromStream(StreamInput in) -
Uses of StreamInput in org.elasticsearch.index.query.functionscore
Constructors in org.elasticsearch.index.query.functionscore with parameters of type StreamInput Constructor Description DecayFunctionBuilder(StreamInput in)Read from a stream.ExponentialDecayFunctionBuilder(StreamInput in)Read from a stream.FieldValueFactorFunctionBuilder(StreamInput in)Read from a stream.FilterFunctionBuilder(StreamInput in)Read from a stream.FunctionScoreQueryBuilder(StreamInput in)Read from a stream.GaussDecayFunctionBuilder(StreamInput in)Read from a stream.LinearDecayFunctionBuilder(StreamInput in)Read from a stream.RandomScoreFunctionBuilder(StreamInput in)Read from a stream.ScoreFunctionBuilder(StreamInput in)Read from a stream.ScriptScoreFunctionBuilder(StreamInput in)Read from a stream.ScriptScoreQueryBuilder(StreamInput in)Read from a stream.WeightBuilder(StreamInput in)Read from a stream. -
Uses of StreamInput in org.elasticsearch.index.rankeval
Constructors in org.elasticsearch.index.rankeval with parameters of type StreamInput Constructor Description EvalQueryQuality(StreamInput in)RankEvalSpec(StreamInput in) -
Uses of StreamInput in org.elasticsearch.index.recovery
Constructors in org.elasticsearch.index.recovery with parameters of type StreamInput Constructor Description RecoveryStats(StreamInput in) -
Uses of StreamInput in org.elasticsearch.index.refresh
Constructors in org.elasticsearch.index.refresh with parameters of type StreamInput Constructor Description RefreshStats(StreamInput in) -
Uses of StreamInput in org.elasticsearch.index.reindex
Constructors in org.elasticsearch.index.reindex with parameters of type StreamInput Constructor Description AbstractBulkByScrollRequest(StreamInput in)AbstractBulkIndexByScrollRequest(StreamInput in)BulkByScrollResponse(StreamInput in)DeleteByQueryRequest(StreamInput in)ReindexRequest(StreamInput in)RemoteInfo(StreamInput in)Read from a stream.SearchFailure(StreamInput in)Read from a stream.Status(StreamInput in)StatusOrException(StreamInput in)Read from a stream.UpdateByQueryRequest(StreamInput in) -
Uses of StreamInput in org.elasticsearch.index.search
Methods in org.elasticsearch.index.search with parameters of type StreamInput Modifier and Type Method Description static MatchQuery.TypeMatchQuery.Type. readFromStream(StreamInput in)static MatchQuery.ZeroTermsQueryMatchQuery.ZeroTermsQuery. readFromStream(StreamInput in) -
Uses of StreamInput in org.elasticsearch.index.search.stats
Methods in org.elasticsearch.index.search.stats with parameters of type StreamInput Modifier and Type Method Description static SearchStats.StatsSearchStats.Stats. readStats(StreamInput in)Constructors in org.elasticsearch.index.search.stats with parameters of type StreamInput Constructor Description SearchStats(StreamInput in) -
Uses of StreamInput in org.elasticsearch.index.seqno
Methods in org.elasticsearch.index.seqno with parameters of type StreamInput Modifier and Type Method Description protected ReplicationResponseGlobalCheckpointSyncAction. newResponseInstance(StreamInput in)protected ReplicationResponseRetentionLeaseBackgroundSyncAction. newResponseInstance(StreamInput in)protected RetentionLeaseSyncAction.ResponseRetentionLeaseSyncAction. newResponseInstance(StreamInput in)Constructors in org.elasticsearch.index.seqno with parameters of type StreamInput Constructor Description CheckpointState(StreamInput in)PrimaryContext(StreamInput in)Request(StreamInput in)Request(StreamInput in)RetentionLease(StreamInput in)Constructs a new retention lease from a stream.RetentionLeaseAlreadyExistsException(StreamInput in)RetentionLeaseInvalidRetainingSeqNoException(StreamInput in)RetentionLeaseNotFoundException(StreamInput in)RetentionLeases(StreamInput in)Constructs a new retention lease collection from a stream.RetentionLeaseStats(StreamInput in)Constructs a new retention lease stats object from a stream.SeqNoStats(StreamInput in) -
Uses of StreamInput in org.elasticsearch.index.shard
Constructors in org.elasticsearch.index.shard with parameters of type StreamInput Constructor Description DocsStats(StreamInput in)IllegalIndexShardStateException(StreamInput in)IndexingStats(StreamInput in)IndexShardClosedException(StreamInput in)IndexShardNotRecoveringException(StreamInput in)IndexShardNotStartedException(StreamInput in)IndexShardRecoveringException(StreamInput in)IndexShardRecoveryException(StreamInput in)IndexShardRelocatedException(StreamInput in)IndexShardStartedException(StreamInput in)ShardId(StreamInput in)ShardNotFoundException(StreamInput in)ShardNotInPrimaryModeException(StreamInput in)Stats(StreamInput in)Status(StreamInput in) -
Uses of StreamInput in org.elasticsearch.index.snapshots
Constructors in org.elasticsearch.index.snapshots with parameters of type StreamInput Constructor Description IndexShardRestoreException(StreamInput in)IndexShardRestoreFailedException(StreamInput in)IndexShardSnapshotException(StreamInput in)IndexShardSnapshotFailedException(StreamInput in) -
Uses of StreamInput in org.elasticsearch.index.store
Constructors in org.elasticsearch.index.store with parameters of type StreamInput Constructor Description MetadataSnapshot(StreamInput in)Read from a stream.StoreFileMetaData(StreamInput in)Read from a stream.StoreStats(StreamInput in) -
Uses of StreamInput in org.elasticsearch.index.translog
Subclasses of StreamInput in org.elasticsearch.index.translog Modifier and Type Class Description classBufferedChecksumStreamInputSimilar to Lucene's BufferedChecksumIndexInput, however this wraps aStreamInputso anything read will update the checksumMethods in org.elasticsearch.index.translog with parameters of type StreamInput Modifier and Type Method Description static Translog.OperationTranslog.Operation. readOperation(StreamInput input)Reads the type and the operation from the given stream.static List<Translog.Operation>Translog. readOperations(StreamInput input, String source)Reads a list of operations written withTranslog.writeOperations(StreamOutput, List)Constructors in org.elasticsearch.index.translog with parameters of type StreamInput Constructor Description BufferedChecksumStreamInput(StreamInput in, String source)BufferedChecksumStreamInput(StreamInput in, String source, BufferedChecksumStreamInput reuse)TranslogCorruptedException(StreamInput in)TranslogException(StreamInput in)TranslogStats(StreamInput in)TruncatedTranslogException(StreamInput in) -
Uses of StreamInput in org.elasticsearch.index.warmer
Constructors in org.elasticsearch.index.warmer with parameters of type StreamInput Constructor Description WarmerStats(StreamInput in) -
Uses of StreamInput in org.elasticsearch.indices
Constructors in org.elasticsearch.indices with parameters of type StreamInput Constructor Description AliasFilterParsingException(StreamInput in)IndexClosedException(StreamInput in)IndexCreationException(StreamInput in)IndexPrimaryShardNotAllocatedException(StreamInput in)IndexTemplateMissingException(StreamInput in)InvalidAliasNameException(StreamInput in)InvalidIndexNameException(StreamInput in)InvalidIndexTemplateException(StreamInput in)InvalidTypeNameException(StreamInput in)NodeIndicesStats(StreamInput in)TermsLookup(StreamInput in)Read from a stream.TypeMissingException(StreamInput in) -
Uses of StreamInput in org.elasticsearch.indices.breaker
Constructors in org.elasticsearch.indices.breaker with parameters of type StreamInput Constructor Description AllCircuitBreakerStats(StreamInput in)CircuitBreakerStats(StreamInput in) -
Uses of StreamInput in org.elasticsearch.indices.flush
Methods in org.elasticsearch.indices.flush with parameters of type StreamInput Modifier and Type Method Description static SyncedFlushService.ShardSyncedFlushResponseSyncedFlushService.ShardSyncedFlushResponse. readSyncedFlushResponse(StreamInput in)Constructors in org.elasticsearch.indices.flush with parameters of type StreamInput Constructor Description InFlightOpsRequest(StreamInput in)PreShardSyncedFlushRequest(StreamInput in)ShardsSyncedFlushResult(StreamInput in)ShardSyncedFlushRequest(StreamInput in)ShardSyncedFlushResponse(StreamInput in) -
Uses of StreamInput in org.elasticsearch.indices.recovery
Methods in org.elasticsearch.indices.recovery with parameters of type StreamInput Modifier and Type Method Description static RecoveryStateRecoveryState. readRecoveryState(StreamInput in)Constructors in org.elasticsearch.indices.recovery with parameters of type StreamInput Constructor Description DelayRecoveryException(StreamInput in)File(StreamInput in)Index(StreamInput in)RecoverFilesRecoveryException(StreamInput in)RecoveryFailedException(StreamInput in)RecoveryFileChunkRequest(StreamInput in)RecoveryFilesInfoRequest(StreamInput in)RecoveryState(StreamInput in)StartRecoveryRequest(StreamInput in)Timer(StreamInput in)Translog(StreamInput in)VerifyIndex(StreamInput in) -
Uses of StreamInput in org.elasticsearch.indices.store
Methods in org.elasticsearch.indices.store with parameters of type StreamInput Modifier and Type Method Description protected TransportNodesListShardStoreMetaData.NodeStoreFilesMetaDataTransportNodesListShardStoreMetaData. newNodeResponse(StreamInput in)static TransportNodesListShardStoreMetaData.NodeStoreFilesMetaDataTransportNodesListShardStoreMetaData.NodeStoreFilesMetaData. readListShardStoreNodeOperationResponse(StreamInput in)protected List<TransportNodesListShardStoreMetaData.NodeStoreFilesMetaData>TransportNodesListShardStoreMetaData.NodesStoreFilesMetaData. readNodesFrom(StreamInput in)Constructors in org.elasticsearch.indices.store with parameters of type StreamInput Constructor Description NodeRequest(StreamInput in)NodesStoreFilesMetaData(StreamInput in)NodeStoreFilesMetaData(StreamInput in)Request(StreamInput in)StoreFilesMetaData(StreamInput in) -
Uses of StreamInput in org.elasticsearch.ingest
Methods in org.elasticsearch.ingest with parameters of type StreamInput Modifier and Type Method Description static NamedDiff<MetaData.Custom>IngestMetadata. readDiffFrom(StreamInput in)static Diff<PipelineConfiguration>PipelineConfiguration. readDiffFrom(StreamInput in)static PipelineConfigurationPipelineConfiguration. readFrom(StreamInput in)Constructors in org.elasticsearch.ingest with parameters of type StreamInput Constructor Description IngestInfo(StreamInput in)Read from a stream.IngestMetadata(StreamInput in)IngestProcessorException(StreamInput in)IngestStats(StreamInput in)Read from a stream.ProcessorInfo(StreamInput input)Read from a stream.Stats(StreamInput in)Read from a stream. -
Uses of StreamInput in org.elasticsearch.monitor.fs
Constructors in org.elasticsearch.monitor.fs with parameters of type StreamInput Constructor Description DeviceStats(StreamInput in)FsInfo(StreamInput in)Read from a stream.IoStats(StreamInput in)Path(StreamInput in)Read from a stream. -
Uses of StreamInput in org.elasticsearch.monitor.jvm
Constructors in org.elasticsearch.monitor.jvm with parameters of type StreamInput Constructor Description BufferPool(StreamInput in)Classes(StreamInput in)GarbageCollector(StreamInput in)GarbageCollectors(StreamInput in)JvmInfo(StreamInput in)JvmStats(StreamInput in)Mem(StreamInput in)Mem(StreamInput in)MemoryPool(StreamInput in)Threads(StreamInput in) -
Uses of StreamInput in org.elasticsearch.monitor.os
Constructors in org.elasticsearch.monitor.os with parameters of type StreamInput Constructor Description Cpu(StreamInput in)Mem(StreamInput in)OsInfo(StreamInput in)OsStats(StreamInput in)Swap(StreamInput in) -
Uses of StreamInput in org.elasticsearch.monitor.process
Constructors in org.elasticsearch.monitor.process with parameters of type StreamInput Constructor Description Cpu(StreamInput in)Mem(StreamInput in)ProcessInfo(StreamInput in)ProcessStats(StreamInput in) -
Uses of StreamInput in org.elasticsearch.node
Constructors in org.elasticsearch.node with parameters of type StreamInput Constructor Description AdaptiveSelectionStats(StreamInput in)NodeClosedException(StreamInput in) -
Uses of StreamInput in org.elasticsearch.persistent
Methods in org.elasticsearch.persistent with parameters of type StreamInput Modifier and Type Method Description protected PersistentTaskResponseCompletionPersistentTaskAction.TransportAction. read(StreamInput in)protected PersistentTaskResponseRemovePersistentTaskAction.TransportAction. read(StreamInput in)protected PersistentTaskResponseStartPersistentTaskAction.TransportAction. read(StreamInput in)protected PersistentTaskResponseUpdatePersistentTaskStatusAction.TransportAction. read(StreamInput in)static NamedDiff<MetaData.Custom>PersistentTasksCustomMetaData. readDiffFrom(StreamInput in)Constructors in org.elasticsearch.persistent with parameters of type StreamInput Constructor Description PersistentTask(StreamInput in)PersistentTaskResponse(StreamInput in)PersistentTasksCustomMetaData(StreamInput in)Request(StreamInput in)Request(StreamInput in)Request(StreamInput in)Request(StreamInput in)Status(StreamInput in) -
Uses of StreamInput in org.elasticsearch.plugins
Constructors in org.elasticsearch.plugins with parameters of type StreamInput Constructor Description PluginInfo(StreamInput in)Construct plugin info from a stream. -
Uses of StreamInput in org.elasticsearch.repositories
Constructors in org.elasticsearch.repositories with parameters of type StreamInput Constructor Description IndexId(StreamInput in)RepositoryCleanupResult(StreamInput in)RepositoryException(StreamInput in)RepositoryMissingException(StreamInput in)RepositoryVerificationException(StreamInput in)VerifyNodeRepositoryRequest(StreamInput in) -
Uses of StreamInput in org.elasticsearch.rest
Methods in org.elasticsearch.rest with parameters of type StreamInput Modifier and Type Method Description static RestStatusRestStatus. readFrom(StreamInput in) -
Uses of StreamInput in org.elasticsearch.rest.action.admin.indices
Constructors in org.elasticsearch.rest.action.admin.indices with parameters of type StreamInput Constructor Description AliasesNotFoundException(StreamInput in) -
Uses of StreamInput in org.elasticsearch.script
Methods in org.elasticsearch.script with parameters of type StreamInput Modifier and Type Method Description static NamedDiff<MetaData.Custom>ScriptMetaData. readDiffFrom(StreamInput in)static Diff<StoredScriptSource>StoredScriptSource. readDiffFrom(StreamInput in)Required forScriptMetaData.ScriptMetadataDiff.static ScriptTypeScriptType. readFrom(StreamInput in)Reads an int from the input stream and converts it to aScriptType.Constructors in org.elasticsearch.script with parameters of type StreamInput Constructor Description GeneralScriptException(StreamInput in)Deprecated.Script(StreamInput in)Creates aScriptread from an input stream.ScriptException(StreamInput in)Deserializes a ScriptException from aStreamInputScriptMetaData(StreamInput in)ScriptStats(StreamInput in)StoredScriptSource(StreamInput in)Reads aStoredScriptSourcefrom a stream. -
Uses of StreamInput in org.elasticsearch.script.mustache
Constructors in org.elasticsearch.script.mustache with parameters of type StreamInput Constructor Description MultiSearchTemplateRequest(StreamInput in)SearchTemplateRequest(StreamInput in) -
Uses of StreamInput in org.elasticsearch.search
Methods in org.elasticsearch.search with parameters of type StreamInput Modifier and Type Method Description static MultiValueModeMultiValueMode. readMultiValueModeFrom(StreamInput in)Constructors in org.elasticsearch.search with parameters of type StreamInput Constructor Description CanMatchResponse(StreamInput in)DateTime(StreamInput in)Decimal(StreamInput in)Scroll(StreamInput in)SearchContextMissingException(StreamInput in)SearchException(StreamInput in)SearchHit(StreamInput in)SearchHits(StreamInput in)SearchParseException(StreamInput in)SearchPhaseResult(StreamInput in)SearchShardTarget(StreamInput in) -
Uses of StreamInput in org.elasticsearch.search.aggregations
Methods in org.elasticsearch.search.aggregations with parameters of type StreamInput Modifier and Type Method Description static Aggregator.SubAggCollectionModeAggregator.SubAggCollectionMode. readFromStream(StreamInput in)static BucketOrderInternalOrder.Streams. readHistogramOrder(StreamInput in, boolean bwcOrderFlag)ONLY FOR HISTOGRAM ORDER: Backwards compatibility logic to read aBucketOrderfrom aStreamInput.static BucketOrderInternalOrder.Streams. readOrder(StreamInput in)Read aBucketOrderfrom aStreamInput.protected static intInternalAggregation. readSize(StreamInput in)Read a size under the assumption that a value of 0 means unlimited.Constructors in org.elasticsearch.search.aggregations with parameters of type StreamInput Constructor Description AbstractAggregationBuilder(StreamInput in)Read from a stream.AggregationExecutionException(StreamInput in)AggregationInitializationException(StreamInput in)Builder(StreamInput in)Read from a stream.InternalAggregation(StreamInput in)Read from a stream.InternalAggregations(StreamInput in)InternalMultiBucketAggregation(StreamInput in)Read from a stream.InvalidAggregationPathException(StreamInput in)TooManyBucketsException(StreamInput in) -
Uses of StreamInput in org.elasticsearch.search.aggregations.bucket
Constructors in org.elasticsearch.search.aggregations.bucket with parameters of type StreamInput Constructor Description InternalSingleBucketAggregation(StreamInput in)Read from a stream. -
Uses of StreamInput in org.elasticsearch.search.aggregations.bucket.adjacency
Constructors in org.elasticsearch.search.aggregations.bucket.adjacency with parameters of type StreamInput Constructor Description AdjacencyMatrixAggregationBuilder(StreamInput in)Read from a stream.InternalAdjacencyMatrix(StreamInput in)Read from a stream.InternalBucket(StreamInput in)Read from a stream.KeyedFilter(StreamInput in)Read from a stream. -
Uses of StreamInput in org.elasticsearch.search.aggregations.bucket.composite
Methods in org.elasticsearch.search.aggregations.bucket.composite with parameters of type StreamInput Modifier and Type Method Description static CompositeValuesSourceBuilder<?>CompositeValuesSourceParserHelper. readFrom(StreamInput in)Constructors in org.elasticsearch.search.aggregations.bucket.composite with parameters of type StreamInput Constructor Description CompositeAggregationBuilder(StreamInput in)DateHistogramValuesSourceBuilder(StreamInput in)HistogramValuesSourceBuilder(StreamInput in)InternalComposite(StreamInput in)TermsValuesSourceBuilder(StreamInput in) -
Uses of StreamInput in org.elasticsearch.search.aggregations.bucket.filter
Constructors in org.elasticsearch.search.aggregations.bucket.filter with parameters of type StreamInput Constructor Description FilterAggregationBuilder(StreamInput in)Read from a stream.FiltersAggregationBuilder(StreamInput in)Read from a stream.InternalBucket(StreamInput in, boolean keyed)Read from a stream.InternalFilter(StreamInput in)Stream from a stream.InternalFilters(StreamInput in)Read from a stream.KeyedFilter(StreamInput in)Read from a stream. -
Uses of StreamInput in org.elasticsearch.search.aggregations.bucket.geogrid
Constructors in org.elasticsearch.search.aggregations.bucket.geogrid with parameters of type StreamInput Constructor Description GeoGridAggregationBuilder(StreamInput in)Read from a stream.GeoHashGridAggregationBuilder(StreamInput in)GeoTileGridAggregationBuilder(StreamInput in)InternalGeoGrid(StreamInput in)Read from a stream.InternalGeoGridBucket(StreamInput in)Read from a stream.InternalGeoHashGrid(StreamInput in)InternalGeoHashGridBucket(StreamInput in)Read from a stream.InternalGeoTileGrid(StreamInput in)InternalGeoTileGridBucket(StreamInput in)Read from a stream. -
Uses of StreamInput in org.elasticsearch.search.aggregations.bucket.global
Constructors in org.elasticsearch.search.aggregations.bucket.global with parameters of type StreamInput Constructor Description GlobalAggregationBuilder(StreamInput in)Read from a stream.InternalGlobal(StreamInput in)Read from a stream. -
Uses of StreamInput in org.elasticsearch.search.aggregations.bucket.histogram
Methods in org.elasticsearch.search.aggregations.bucket.histogram with parameters of type StreamInput Modifier and Type Method Description static DateIntervalWrapper.IntervalTypeEnumDateIntervalWrapper.IntervalTypeEnum. fromStream(StreamInput in)Constructors in org.elasticsearch.search.aggregations.bucket.histogram with parameters of type StreamInput Constructor Description AutoDateHistogramAggregationBuilder(StreamInput in)Read from a stream, for internal use only.Bucket(StreamInput in, DocValueFormat format)Read from a stream.Bucket(StreamInput in, boolean keyed, DocValueFormat format)Read from a stream.Bucket(StreamInput in, boolean keyed, DocValueFormat format)Read from a stream.DateHistogramAggregationBuilder(StreamInput in)Read from a stream, for internal use only.DateHistogramInterval(StreamInput in)Read from a stream.DateIntervalWrapper(StreamInput in)ExtendedBounds(StreamInput in)Read from a stream.HistogramAggregationBuilder(StreamInput in)Read from a stream, for internal use only.InternalAutoDateHistogram(StreamInput in)Stream from a stream.InternalDateHistogram(StreamInput in)Stream from a stream.InternalHistogram(StreamInput in)Stream from a stream.RoundingInfo(StreamInput in) -
Uses of StreamInput in org.elasticsearch.search.aggregations.bucket.missing
Constructors in org.elasticsearch.search.aggregations.bucket.missing with parameters of type StreamInput Constructor Description InternalMissing(StreamInput in)Read from a stream.MissingAggregationBuilder(StreamInput in)Read from a stream. -
Uses of StreamInput in org.elasticsearch.search.aggregations.bucket.nested
Constructors in org.elasticsearch.search.aggregations.bucket.nested with parameters of type StreamInput Constructor Description InternalNested(StreamInput in)Read from a stream.InternalReverseNested(StreamInput in)Read from a stream.NestedAggregationBuilder(StreamInput in)Read from a stream.ReverseNestedAggregationBuilder(StreamInput in)Read from a stream. -
Uses of StreamInput in org.elasticsearch.search.aggregations.bucket.range
Constructors in org.elasticsearch.search.aggregations.bucket.range with parameters of type StreamInput Constructor Description AbstractRangeBuilder(StreamInput in, InternalRange.Factory<?,?> rangeFactory, Writeable.Reader<R> rangeReader)Read from a stream.DateRangeAggregationBuilder(StreamInput in)Read from a stream.GeoDistanceAggregationBuilder(StreamInput in)Read from a stream.InternalBinaryRange(StreamInput in)Read from a stream.InternalDateRange(StreamInput in)Read from a stream.InternalGeoDistance(StreamInput in)Read from a stream.InternalRange(StreamInput in)Read from a stream.IpRangeAggregationBuilder(StreamInput in)Range(StreamInput in)Read from a stream.Range(StreamInput in)Read from a stream.RangeAggregationBuilder(StreamInput in)Read from a stream. -
Uses of StreamInput in org.elasticsearch.search.aggregations.bucket.sampler
Constructors in org.elasticsearch.search.aggregations.bucket.sampler with parameters of type StreamInput Constructor Description DiversifiedAggregationBuilder(StreamInput in)Read from a stream.InternalSampler(StreamInput in)Read from a stream.SamplerAggregationBuilder(StreamInput in)Read from a stream.UnmappedSampler(StreamInput in)Read from a stream. -
Uses of StreamInput in org.elasticsearch.search.aggregations.bucket.significant
Methods in org.elasticsearch.search.aggregations.bucket.significant with parameters of type StreamInput Modifier and Type Method Description BInternalSignificantTerms.Bucket.Reader. read(StreamInput in, long subsetSize, long supersetSize, DocValueFormat format)Constructors in org.elasticsearch.search.aggregations.bucket.significant with parameters of type StreamInput Constructor Description Bucket(StreamInput in, long subsetSize, long supersetSize, DocValueFormat format)Read from a stream.Bucket(StreamInput in, long subsetSize, long supersetSize, DocValueFormat format)Read from a stream.InternalMappedSignificantTerms(StreamInput in, InternalSignificantTerms.Bucket.Reader<B> bucketReader)InternalSignificantTerms(StreamInput in)Read from a stream.SignificantLongTerms(StreamInput in)Read from a stream.SignificantStringTerms(StreamInput in)Read from a stream.SignificantTermsAggregationBuilder(StreamInput in)Read from a Stream.SignificantTextAggregationBuilder(StreamInput in)Read from a stream.UnmappedSignificantTerms(StreamInput in)Read from a stream. -
Uses of StreamInput in org.elasticsearch.search.aggregations.bucket.significant.heuristics
Constructors in org.elasticsearch.search.aggregations.bucket.significant.heuristics with parameters of type StreamInput Constructor Description ChiSquare(StreamInput in)Read from a stream.GND(StreamInput in)Read from a stream.JLHScore(StreamInput in)Read from a stream.MutualInformation(StreamInput in)Read from a stream.NXYSignificanceHeuristic(StreamInput in)Read from a stream.PercentageScore(StreamInput in)ScriptHeuristic(StreamInput in)Read from a stream. -
Uses of StreamInput in org.elasticsearch.search.aggregations.bucket.terms
Methods in org.elasticsearch.search.aggregations.bucket.terms with parameters of type StreamInput Modifier and Type Method Description BInternalRareTerms.Bucket.Reader. read(StreamInput in, DocValueFormat format)BInternalTerms.Bucket.Reader. read(StreamInput in, DocValueFormat format, boolean showDocCountError)Constructors in org.elasticsearch.search.aggregations.bucket.terms with parameters of type StreamInput Constructor Description Bucket(StreamInput in, DocValueFormat formatter)Read from a stream.Bucket(StreamInput in, DocValueFormat formatter, boolean showDocCountError)Read from a stream.Bucket(StreamInput in, DocValueFormat format)Read from a stream.Bucket(StreamInput in, DocValueFormat format, boolean showDocCountError)Read from a stream.Bucket(StreamInput in, DocValueFormat format)Read from a stream.Bucket(StreamInput in, DocValueFormat format, boolean showDocCountError)Read from a stream.BucketCountThresholds(StreamInput in)Read from a stream.DoubleTerms(StreamInput in)Read from a stream.IncludeExclude(StreamInput in)Read from a stream.InternalMappedTerms(StreamInput in, InternalTerms.Bucket.Reader<B> bucketReader)Read from a stream.InternalRareTerms(StreamInput in)Read from a stream.InternalTerms(StreamInput in)Read from a stream.LongRareTerms(StreamInput in)Read from a stream.LongTerms(StreamInput in)Read from a stream.RareTermsAggregationBuilder(StreamInput in)Read from a stream.StringRareTerms(StreamInput in)Read from a stream.StringTerms(StreamInput in)Read from a stream.TermsAggregationBuilder(StreamInput in)Read from a stream.UnmappedRareTerms(StreamInput in)Read from a stream.UnmappedTerms(StreamInput in)Read from a stream. -
Uses of StreamInput in org.elasticsearch.search.aggregations.metrics
Methods in org.elasticsearch.search.aggregations.metrics with parameters of type StreamInput Modifier and Type Method Description static TDigestStateTDigestState. read(StreamInput in)static HyperLogLogPlusPlusHyperLogLogPlusPlus. readFrom(StreamInput in, BigArrays bigArrays)static PercentilesMethodPercentilesMethod. readFromStream(StreamInput in) -
Uses of StreamInput in org.elasticsearch.search.aggregations.pipeline
Methods in org.elasticsearch.search.aggregations.pipeline with parameters of type StreamInput Modifier and Type Method Description static BucketHelpers.GapPolicyBucketHelpers.GapPolicy. readFrom(StreamInput in)Deserialize the GapPolicy from the input streamstatic HoltWintersModel.SeasonalityTypeHoltWintersModel.SeasonalityType. readFrom(StreamInput in)Deserialize the SeasonalityType from the input stream -
Uses of StreamInput in org.elasticsearch.search.aggregations.support
Methods in org.elasticsearch.search.aggregations.support with parameters of type StreamInput Modifier and Type Method Description static ValuesSourceTypeValuesSourceType. fromStream(StreamInput in)static ValueTypeValueType. readFromStream(StreamInput in)Constructors in org.elasticsearch.search.aggregations.support with parameters of type StreamInput Constructor Description LeafOnly(StreamInput in, ValueType targetValueType)Read from a stream that does not serialize its targetValueType.LeafOnly(StreamInput in, ValuesSourceType valuesSourceType)Read an aggregation from a stream that serializes its targetValueType.LeafOnly(StreamInput in, ValuesSourceType valuesSourceType, ValueType targetValueType)Read an aggregation from a stream that does not serialize its targetValueType.MultiValuesSourceAggregationBuilder(StreamInput in, ValueType targetValueType)MultiValuesSourceFieldConfig(StreamInput in)ValuesSourceAggregationBuilder(StreamInput in, ValuesSourceType valuesSourceType)Read an aggregation from a stream that serializes its targetValueType.ValuesSourceAggregationBuilder(StreamInput in, ValuesSourceType valuesSourceType, ValueType targetValueType)Read an aggregation from a stream that has a sensible default for TargetValueType. -
Uses of StreamInput in org.elasticsearch.search.builder
Constructors in org.elasticsearch.search.builder with parameters of type StreamInput Constructor Description ScriptField(StreamInput in)Read from a stream.SearchSourceBuilder(StreamInput in)Read from a stream.SearchSourceBuilderException(StreamInput in) -
Uses of StreamInput in org.elasticsearch.search.collapse
Constructors in org.elasticsearch.search.collapse with parameters of type StreamInput Constructor Description CollapseBuilder(StreamInput in) -
Uses of StreamInput in org.elasticsearch.search.dfs
Constructors in org.elasticsearch.search.dfs with parameters of type StreamInput Constructor Description AggregatedDfs(StreamInput in)DfsPhaseExecutionException(StreamInput in)DfsSearchResult(StreamInput in) -
Uses of StreamInput in org.elasticsearch.search.fetch
Constructors in org.elasticsearch.search.fetch with parameters of type StreamInput Constructor Description FetchPhaseExecutionException(StreamInput in)FetchSearchResult(StreamInput in)QueryFetchSearchResult(StreamInput in)ScrollQueryFetchSearchResult(StreamInput in)ShardFetchRequest(StreamInput in)ShardFetchSearchRequest(StreamInput in)StoredFieldsContext(StreamInput in) -
Uses of StreamInput in org.elasticsearch.search.fetch.subphase
Constructors in org.elasticsearch.search.fetch.subphase with parameters of type StreamInput Constructor Description FetchSourceContext(StreamInput in)FieldAndFormat(StreamInput in)Serialization constructor. -
Uses of StreamInput in org.elasticsearch.search.fetch.subphase.highlight
Methods in org.elasticsearch.search.fetch.subphase.highlight with parameters of type StreamInput Modifier and Type Method Description static HighlightBuilder.BoundaryScannerTypeHighlightBuilder.BoundaryScannerType. readFromStream(StreamInput in)static HighlightBuilder.OrderHighlightBuilder.Order. readFromStream(StreamInput in)Constructors in org.elasticsearch.search.fetch.subphase.highlight with parameters of type StreamInput Constructor Description AbstractHighlighterBuilder(StreamInput in)Read from a stream.Field(StreamInput in)Read from a stream.HighlightBuilder(StreamInput in)Read from a stream.HighlightField(StreamInput in) -
Uses of StreamInput in org.elasticsearch.search.internal
Constructors in org.elasticsearch.search.internal with parameters of type StreamInput Constructor Description AliasFilter(StreamInput input)InternalScrollSearchRequest(StreamInput in)InternalSearchResponse(StreamInput in)ShardSearchRequest(StreamInput in) -
Uses of StreamInput in org.elasticsearch.search.profile
Constructors in org.elasticsearch.search.profile with parameters of type StreamInput Constructor Description ProfileResult(StreamInput in)Read from a stream.ProfileShardResult(StreamInput in)SearchProfileShardResults(StreamInput in) -
Uses of StreamInput in org.elasticsearch.search.profile.aggregation
Constructors in org.elasticsearch.search.profile.aggregation with parameters of type StreamInput Constructor Description AggregationProfileShardResult(StreamInput in)Read from a stream. -
Uses of StreamInput in org.elasticsearch.search.profile.query
Constructors in org.elasticsearch.search.profile.query with parameters of type StreamInput Constructor Description CollectorResult(StreamInput in)Read from a stream.QueryProfileShardResult(StreamInput in)Read from a stream. -
Uses of StreamInput in org.elasticsearch.search.query
Methods in org.elasticsearch.search.query with parameters of type StreamInput Modifier and Type Method Description voidQuerySearchResult. readFromWithId(long id, StreamInput in)Constructors in org.elasticsearch.search.query with parameters of type StreamInput Constructor Description QueryPhaseExecutionException(StreamInput in)QuerySearchRequest(StreamInput in)QuerySearchResult(StreamInput in)ScrollQuerySearchResult(StreamInput in) -
Uses of StreamInput in org.elasticsearch.search.rescore
Methods in org.elasticsearch.search.rescore with parameters of type StreamInput Modifier and Type Method Description static QueryRescoreModeQueryRescoreMode. readFromStream(StreamInput in)Constructors in org.elasticsearch.search.rescore with parameters of type StreamInput Constructor Description QueryRescorerBuilder(StreamInput in)Read from a stream.RescorerBuilder(StreamInput in)Read from a stream. -
Uses of StreamInput in org.elasticsearch.search.searchafter
Constructors in org.elasticsearch.search.searchafter with parameters of type StreamInput Constructor Description SearchAfterBuilder(StreamInput in)Read from a stream. -
Uses of StreamInput in org.elasticsearch.search.slice
Constructors in org.elasticsearch.search.slice with parameters of type StreamInput Constructor Description SliceBuilder(StreamInput in) -
Uses of StreamInput in org.elasticsearch.search.sort
Methods in org.elasticsearch.search.sort with parameters of type StreamInput Modifier and Type Method Description static SortModeSortMode. readFromStream(StreamInput in)static SortOrderSortOrder. readFromStream(StreamInput in)Constructors in org.elasticsearch.search.sort with parameters of type StreamInput Constructor Description FieldSortBuilder(StreamInput in)Read from a stream.GeoDistanceSortBuilder(StreamInput in)Read from a stream.NestedSortBuilder(StreamInput in)ScoreSortBuilder(StreamInput in)Read from a stream.ScriptSortBuilder(StreamInput in)Read from a stream. -
Uses of StreamInput in org.elasticsearch.search.suggest
Methods in org.elasticsearch.search.suggest with parameters of type StreamInput Modifier and Type Method Description protected abstract TSuggest.Suggestion. newEntry(StreamInput in)protected abstract OSuggest.Suggestion.Entry. newOption(StreamInput in)static SortBySortBy. readFromStream(StreamInput in)Constructors in org.elasticsearch.search.suggest with parameters of type StreamInput Constructor Description Entry(StreamInput in)Option(StreamInput in)Suggest(StreamInput in)SuggestBuilder(StreamInput in)Read from a stream.Suggestion(StreamInput in)SuggestionBuilder(StreamInput in)Read from a stream. -
Uses of StreamInput in org.elasticsearch.search.suggest.completion
Methods in org.elasticsearch.search.suggest.completion with parameters of type StreamInput Modifier and Type Method Description protected CompletionSuggestion.EntryCompletionSuggestion. newEntry(StreamInput in)protected CompletionSuggestion.Entry.OptionCompletionSuggestion.Entry. newOption(StreamInput in)Constructors in org.elasticsearch.search.suggest.completion with parameters of type StreamInput Constructor Description CompletionStats(StreamInput in)CompletionSuggestion(StreamInput in)CompletionSuggestionBuilder(StreamInput in)Read from a stream.Entry(StreamInput in)Option(StreamInput in) -
Uses of StreamInput in org.elasticsearch.search.suggest.phrase
Methods in org.elasticsearch.search.suggest.phrase with parameters of type StreamInput Modifier and Type Method Description protected PhraseSuggestion.EntryPhraseSuggestion. newEntry(StreamInput in)protected PhraseSuggestion.Entry.OptionPhraseSuggestion.Entry. newOption(StreamInput in)Constructors in org.elasticsearch.search.suggest.phrase with parameters of type StreamInput Constructor Description DirectCandidateGeneratorBuilder(StreamInput in)Read from a stream.Entry(StreamInput in)Laplace(StreamInput in)Read from a stream.LinearInterpolation(StreamInput in)Read from a stream.Option(StreamInput in)PhraseSuggestion(StreamInput in)PhraseSuggestionBuilder(StreamInput in)Read from a stream.StupidBackoff(StreamInput in)Read from a stream. -
Uses of StreamInput in org.elasticsearch.search.suggest.term
Methods in org.elasticsearch.search.suggest.term with parameters of type StreamInput Modifier and Type Method Description protected TermSuggestion.EntryTermSuggestion. newEntry(StreamInput in)protected TermSuggestion.Entry.OptionTermSuggestion.Entry. newOption(StreamInput in)static TermSuggestionBuilder.StringDistanceImplTermSuggestionBuilder.StringDistanceImpl. readFromStream(StreamInput in)static TermSuggestionBuilder.SuggestModeTermSuggestionBuilder.SuggestMode. readFromStream(StreamInput in)Constructors in org.elasticsearch.search.suggest.term with parameters of type StreamInput Constructor Description Entry(StreamInput in)Option(StreamInput in)TermSuggestion(StreamInput in)TermSuggestionBuilder(StreamInput in)Read from a stream. -
Uses of StreamInput in org.elasticsearch.snapshots
Methods in org.elasticsearch.snapshots with parameters of type StreamInput Modifier and Type Method Description static RestoreInfoRestoreInfo. readOptionalRestoreInfo(StreamInput in)Reads optional restore info fromStreamInputConstructors in org.elasticsearch.snapshots with parameters of type StreamInput Constructor Description ConcurrentSnapshotExecutionException(StreamInput in)InvalidSnapshotNameException(StreamInput in)RestoreInfo(StreamInput in)Snapshot(StreamInput in)Constructs a snapshot from the stream input.SnapshotCreationException(StreamInput in)SnapshotException(StreamInput in)SnapshotId(StreamInput in)Constructs a new snapshot from a input streamSnapshotInfo(StreamInput in)Constructs snapshot information from stream inputSnapshotInProgressException(StreamInput in)SnapshotMissingException(StreamInput in)SnapshotRestoreException(StreamInput in)UpdateIndexShardSnapshotStatusRequest(StreamInput in) -
Uses of StreamInput in org.elasticsearch.tasks
Methods in org.elasticsearch.tasks with parameters of type StreamInput Modifier and Type Method Description static TaskIdTaskId. readFromStream(StreamInput in)Read a TaskId from a stream.Constructors in org.elasticsearch.tasks with parameters of type StreamInput Constructor Description RawTaskStatus(StreamInput in)Read from a stream.TaskCancelledException(StreamInput in)TaskInfo(StreamInput in)Read from a stream.TaskResult(StreamInput in)Read from a stream. -
Uses of StreamInput in org.elasticsearch.threadpool
Constructors in org.elasticsearch.threadpool with parameters of type StreamInput Constructor Description Info(StreamInput in)Stats(StreamInput in)ThreadPoolInfo(StreamInput in)ThreadPoolStats(StreamInput in) -
Uses of StreamInput in org.elasticsearch.transport
Methods in org.elasticsearch.transport with parameters of type StreamInput Modifier and Type Method Description RequestRequestHandlerRegistry. newRequest(StreamInput in)TransportResponse.EmptyEmptyTransportResponseHandler. read(StreamInput in)VPlainTransportFuture. read(StreamInput in)TTransportService.ContextRestoreResponseHandler. read(StreamInput in)
-