Uses of Interface
org.elasticsearch.common.io.stream.Streamable

Packages that use Streamable
org.elasticsearch.action   
org.elasticsearch.action.admin.cluster.health   
org.elasticsearch.action.admin.cluster.node.hotthreads   
org.elasticsearch.action.admin.cluster.node.info   
org.elasticsearch.action.admin.cluster.node.restart   
org.elasticsearch.action.admin.cluster.node.shutdown   
org.elasticsearch.action.admin.cluster.node.stats   
org.elasticsearch.action.admin.cluster.reroute   
org.elasticsearch.action.admin.cluster.settings   
org.elasticsearch.action.admin.cluster.state   
org.elasticsearch.action.admin.indices.alias   
org.elasticsearch.action.admin.indices.analyze   
org.elasticsearch.action.admin.indices.cache.clear   
org.elasticsearch.action.admin.indices.close   
org.elasticsearch.action.admin.indices.create Create index action. 
org.elasticsearch.action.admin.indices.delete Delete index action. 
org.elasticsearch.action.admin.indices.exists   
org.elasticsearch.action.admin.indices.flush Flush index/indices action. 
org.elasticsearch.action.admin.indices.gateway.snapshot GAteway Snapshot Action. 
org.elasticsearch.action.admin.indices.mapping.delete   
org.elasticsearch.action.admin.indices.mapping.put Put Mapping Action. 
org.elasticsearch.action.admin.indices.open   
org.elasticsearch.action.admin.indices.optimize Optimize index/indices action. 
org.elasticsearch.action.admin.indices.refresh Refresh index/indices action. 
org.elasticsearch.action.admin.indices.segments   
org.elasticsearch.action.admin.indices.settings   
org.elasticsearch.action.admin.indices.stats   
org.elasticsearch.action.admin.indices.status   
org.elasticsearch.action.admin.indices.template.delete   
org.elasticsearch.action.admin.indices.template.put   
org.elasticsearch.action.admin.indices.validate.query Validate action. 
org.elasticsearch.action.admin.indices.warmer.delete   
org.elasticsearch.action.admin.indices.warmer.put   
org.elasticsearch.action.bulk   
org.elasticsearch.action.count Count action. 
org.elasticsearch.action.delete Delete action. 
org.elasticsearch.action.delete.index   
org.elasticsearch.action.deletebyquery Delete by query action. 
org.elasticsearch.action.explain Explain action. 
org.elasticsearch.action.get Get action. 
org.elasticsearch.action.index Index action. 
org.elasticsearch.action.mlt More Like This action. 
org.elasticsearch.action.percolate   
org.elasticsearch.action.search Search action. 
org.elasticsearch.action.support   
org.elasticsearch.action.support.broadcast   
org.elasticsearch.action.support.master   
org.elasticsearch.action.support.nodes   
org.elasticsearch.action.support.replication   
org.elasticsearch.action.support.single.custom   
org.elasticsearch.action.support.single.instance   
org.elasticsearch.action.support.single.shard   
org.elasticsearch.action.update   
org.elasticsearch.cluster   
org.elasticsearch.cluster.action.index   
org.elasticsearch.cluster.block   
org.elasticsearch.cluster.metadata   
org.elasticsearch.cluster.node   
org.elasticsearch.cluster.routing   
org.elasticsearch.cluster.routing.allocation   
org.elasticsearch.common.compress   
org.elasticsearch.common.io   
org.elasticsearch.common.io.stream   
org.elasticsearch.common.transport   
org.elasticsearch.common.unit   
org.elasticsearch.discovery.zen.ping   
org.elasticsearch.gateway.local.state.meta   
org.elasticsearch.gateway.local.state.shards   
org.elasticsearch.http   
org.elasticsearch.index   
org.elasticsearch.index.cache   
org.elasticsearch.index.engine   
org.elasticsearch.index.flush   
org.elasticsearch.index.get   
org.elasticsearch.index.indexing   
org.elasticsearch.index.merge   
org.elasticsearch.index.refresh   
org.elasticsearch.index.search.stats   
org.elasticsearch.index.shard   
org.elasticsearch.index.store   
org.elasticsearch.index.translog   
org.elasticsearch.index.warmer   
org.elasticsearch.indices   
org.elasticsearch.indices.recovery   
org.elasticsearch.indices.store   
org.elasticsearch.monitor.fs   
org.elasticsearch.monitor.jvm   
org.elasticsearch.monitor.network   
org.elasticsearch.monitor.os   
org.elasticsearch.monitor.process   
org.elasticsearch.river.routing   
org.elasticsearch.search   
org.elasticsearch.search.count   
org.elasticsearch.search.dfs   
org.elasticsearch.search.facet   
org.elasticsearch.search.facet.datehistogram   
org.elasticsearch.search.facet.filter   
org.elasticsearch.search.facet.geodistance   
org.elasticsearch.search.facet.histogram   
org.elasticsearch.search.facet.histogram.bounded   
org.elasticsearch.search.facet.histogram.unbounded   
org.elasticsearch.search.facet.query   
org.elasticsearch.search.facet.range   
org.elasticsearch.search.facet.statistical   
org.elasticsearch.search.facet.terms   
org.elasticsearch.search.facet.terms.bytes   
org.elasticsearch.search.facet.terms.doubles   
org.elasticsearch.search.facet.terms.floats   
org.elasticsearch.search.facet.terms.ints   
org.elasticsearch.search.facet.terms.ip   
org.elasticsearch.search.facet.terms.longs   
org.elasticsearch.search.facet.terms.shorts   
org.elasticsearch.search.facet.terms.strings   
org.elasticsearch.search.facet.termsstats   
org.elasticsearch.search.facet.termsstats.doubles   
org.elasticsearch.search.facet.termsstats.longs   
org.elasticsearch.search.facet.termsstats.strings   
org.elasticsearch.search.fetch   
org.elasticsearch.search.highlight   
org.elasticsearch.search.internal   
org.elasticsearch.search.query   
org.elasticsearch.threadpool   
org.elasticsearch.transport   
org.elasticsearch.transport.local   
org.elasticsearch.transport.netty   
org.elasticsearch.transport.support   
 

Uses of Streamable in org.elasticsearch.action
 

Subinterfaces of Streamable in org.elasticsearch.action
 interface ActionRequest
           
 interface ActionResponse
           
 interface ShardOperationFailedException
          An exception indicating that a failure occurred performing an operation on the shard.
 

Uses of Streamable in org.elasticsearch.action.admin.cluster.health
 

Classes in org.elasticsearch.action.admin.cluster.health that implement Streamable
 class ClusterHealthRequest
           
 class ClusterHealthResponse
           
 class ClusterIndexHealth
           
 class ClusterShardHealth
           
 

Uses of Streamable in org.elasticsearch.action.admin.cluster.node.hotthreads
 

Classes in org.elasticsearch.action.admin.cluster.node.hotthreads that implement Streamable
 class NodeHotThreads
           
 class NodesHotThreadsRequest
           
 class NodesHotThreadsResponse
           
 

Uses of Streamable in org.elasticsearch.action.admin.cluster.node.info
 

Classes in org.elasticsearch.action.admin.cluster.node.info that implement Streamable
 class NodeInfo
          Node information (static, does not change over time).
 class NodesInfoRequest
          A request to get node (cluster) level information.
 class NodesInfoResponse
           
 

Uses of Streamable in org.elasticsearch.action.admin.cluster.node.restart
 

Classes in org.elasticsearch.action.admin.cluster.node.restart that implement Streamable
 class NodesRestartRequest
          A request to restart one ore more nodes (or the whole cluster).
 class NodesRestartResponse
           
static class NodesRestartResponse.NodeRestartResponse
           
protected static class TransportNodesRestartAction.NodeRestartRequest
           
 

Uses of Streamable in org.elasticsearch.action.admin.cluster.node.shutdown
 

Classes in org.elasticsearch.action.admin.cluster.node.shutdown that implement Streamable
 class NodesShutdownRequest
           
 class NodesShutdownResponse
           
 

Uses of Streamable in org.elasticsearch.action.admin.cluster.node.stats
 

Classes in org.elasticsearch.action.admin.cluster.node.stats that implement Streamable
 class NodesStatsRequest
          A request to get node (cluster) level stats.
 class NodesStatsResponse
           
 class NodeStats
          Node statistics (dynamic, changes depending on when created).
 

Uses of Streamable in org.elasticsearch.action.admin.cluster.reroute
 

Classes in org.elasticsearch.action.admin.cluster.reroute that implement Streamable
 class ClusterRerouteRequest
           
 class ClusterRerouteResponse
           
 

Uses of Streamable in org.elasticsearch.action.admin.cluster.settings
 

Classes in org.elasticsearch.action.admin.cluster.settings that implement Streamable
 class ClusterUpdateSettingsRequest
           
 class ClusterUpdateSettingsResponse
          A response for a cluster update settings action.
 

Uses of Streamable in org.elasticsearch.action.admin.cluster.state
 

Classes in org.elasticsearch.action.admin.cluster.state that implement Streamable
 class ClusterStateRequest
           
 class ClusterStateResponse
           
 

Uses of Streamable in org.elasticsearch.action.admin.indices.alias
 

Classes in org.elasticsearch.action.admin.indices.alias that implement Streamable
 class IndicesAliasesRequest
          A request to add/remove aliases for one or more indices.
 class IndicesAliasesResponse
          A response for a add/remove alias action.
 

Uses of Streamable in org.elasticsearch.action.admin.indices.analyze
 

Classes in org.elasticsearch.action.admin.indices.analyze that implement Streamable
 class AnalyzeRequest
          A request to analyze a text associated with a specific index.
 class AnalyzeResponse
           
static class AnalyzeResponse.AnalyzeToken
           
 

Uses of Streamable in org.elasticsearch.action.admin.indices.cache.clear
 

Classes in org.elasticsearch.action.admin.indices.cache.clear that implement Streamable
 class ClearIndicesCacheRequest
           
 class ClearIndicesCacheResponse
          The response of a refresh action.
 

Uses of Streamable in org.elasticsearch.action.admin.indices.close
 

Classes in org.elasticsearch.action.admin.indices.close that implement Streamable
 class CloseIndexRequest
          A request to close an index.
 class CloseIndexResponse
          A response for a close index action.
 

Uses of Streamable in org.elasticsearch.action.admin.indices.create
 

Classes in org.elasticsearch.action.admin.indices.create that implement Streamable
 class CreateIndexRequest
          A request to create an index.
 class CreateIndexResponse
          A response for a create index action.
 

Uses of Streamable in org.elasticsearch.action.admin.indices.delete
 

Classes in org.elasticsearch.action.admin.indices.delete that implement Streamable
 class DeleteIndexRequest
          A request to delete an index.
 class DeleteIndexResponse
          A response for a delete index action.
 

Uses of Streamable in org.elasticsearch.action.admin.indices.exists
 

Classes in org.elasticsearch.action.admin.indices.exists that implement Streamable
 class IndicesExistsRequest
           
 class IndicesExistsResponse
           
 

Uses of Streamable in org.elasticsearch.action.admin.indices.flush
 

Classes in org.elasticsearch.action.admin.indices.flush that implement Streamable
 class FlushRequest
          A flush request to flush one or more indices.
 class FlushResponse
          A response to flush action.
 

Uses of Streamable in org.elasticsearch.action.admin.indices.gateway.snapshot
 

Classes in org.elasticsearch.action.admin.indices.gateway.snapshot that implement Streamable
 class GatewaySnapshotRequest
          Gateway snapshot allows to explicitly perform a snapshot through the gateway of one or more indices (backup them).
 class GatewaySnapshotResponse
          Response for the gateway snapshot action.
 

Uses of Streamable in org.elasticsearch.action.admin.indices.mapping.delete
 

Classes in org.elasticsearch.action.admin.indices.mapping.delete that implement Streamable
 class DeleteMappingRequest
           
 class DeleteMappingResponse
          The response of remove mapping operation.
 

Uses of Streamable in org.elasticsearch.action.admin.indices.mapping.put
 

Classes in org.elasticsearch.action.admin.indices.mapping.put that implement Streamable
 class PutMappingRequest
          Puts mapping definition registered under a specific type into one or more indices.
 class PutMappingResponse
          The response of put mapping operation.
 

Uses of Streamable in org.elasticsearch.action.admin.indices.open
 

Classes in org.elasticsearch.action.admin.indices.open that implement Streamable
 class OpenIndexRequest
          A request to open an index.
 class OpenIndexResponse
          A response for a open index action.
 

Uses of Streamable in org.elasticsearch.action.admin.indices.optimize
 

Classes in org.elasticsearch.action.admin.indices.optimize that implement Streamable
 class OptimizeRequest
          A request to optimize one or more indices.
 class OptimizeResponse
          A response for optimize action.
 

Uses of Streamable in org.elasticsearch.action.admin.indices.refresh
 

Classes in org.elasticsearch.action.admin.indices.refresh that implement Streamable
 class RefreshRequest
          A refresh request making all operations performed since the last refresh available for search.
 class RefreshResponse
          The response of a refresh action.
 

Uses of Streamable in org.elasticsearch.action.admin.indices.segments
 

Classes in org.elasticsearch.action.admin.indices.segments that implement Streamable
 class IndicesSegmentResponse
           
 class IndicesSegmentsRequest
           
 class ShardSegments
           
static class TransportIndicesSegmentsAction.IndexShardSegmentRequest
           
 

Uses of Streamable in org.elasticsearch.action.admin.indices.settings
 

Classes in org.elasticsearch.action.admin.indices.settings that implement Streamable
 class UpdateSettingsRequest
           
 class UpdateSettingsResponse
          A response for a update settings action.
 

Uses of Streamable in org.elasticsearch.action.admin.indices.stats
 

Classes in org.elasticsearch.action.admin.indices.stats that implement Streamable
 class CommonStats
           
 class IndicesStats
           
 class IndicesStatsRequest
          A request to get indices level stats.
 class ShardStats
           
static class TransportIndicesStatsAction.IndexShardStatsRequest
           
 

Uses of Streamable in org.elasticsearch.action.admin.indices.status
 

Classes in org.elasticsearch.action.admin.indices.status that implement Streamable
 class IndicesStatusRequest
           
 class IndicesStatusResponse
           
 class ShardStatus
          Shard instance (actual allocated shard) status.
static class TransportIndicesStatusAction.IndexShardStatusRequest
           
 

Uses of Streamable in org.elasticsearch.action.admin.indices.template.delete
 

Classes in org.elasticsearch.action.admin.indices.template.delete that implement Streamable
 class DeleteIndexTemplateRequest
          A request to delete an index template.
 class DeleteIndexTemplateResponse
          A response for a delete index template.
 

Uses of Streamable in org.elasticsearch.action.admin.indices.template.put
 

Classes in org.elasticsearch.action.admin.indices.template.put that implement Streamable
 class PutIndexTemplateRequest
          A request to create an index template.
 class PutIndexTemplateResponse
          A response for a put index template action.
 

Uses of Streamable in org.elasticsearch.action.admin.indices.validate.query
 

Classes in org.elasticsearch.action.admin.indices.validate.query that implement Streamable
 class QueryExplanation
           
 class ValidateQueryRequest
          A request to validate a specific query.
 class ValidateQueryResponse
          The response of the validate action.
 

Uses of Streamable in org.elasticsearch.action.admin.indices.warmer.delete
 

Classes in org.elasticsearch.action.admin.indices.warmer.delete that implement Streamable
 class DeleteWarmerRequest
          A request to delete an index warmer.
 class DeleteWarmerResponse
          A response for a delete warmer.
 

Uses of Streamable in org.elasticsearch.action.admin.indices.warmer.put
 

Classes in org.elasticsearch.action.admin.indices.warmer.put that implement Streamable
 class PutWarmerRequest
          A request to put a search warmer.
 class PutWarmerResponse
          The response of put warmer operation.
 

Uses of Streamable in org.elasticsearch.action.bulk
 

Classes in org.elasticsearch.action.bulk that implement Streamable
 class BulkItemRequest
           
 class BulkItemResponse
          Represents a single item response for an action executed as part of the bulk API.
 class BulkRequest
          A bulk request holds an ordered IndexRequests and DeleteRequests and allows to executes it in a single batch.
 class BulkResponse
          A response of a bulk execution.
 class BulkShardRequest
           
 class BulkShardResponse
           
 

Uses of Streamable in org.elasticsearch.action.count
 

Classes in org.elasticsearch.action.count that implement Streamable
 class CountRequest
          A request to count the number of documents matching a specific query.
 class CountResponse
          The response of the count action.
 

Uses of Streamable in org.elasticsearch.action.delete
 

Classes in org.elasticsearch.action.delete that implement Streamable
 class DeleteRequest
          A request to delete a document from an index based on its type and id.
 class DeleteResponse
          The response of the delete action.
 

Uses of Streamable in org.elasticsearch.action.delete.index
 

Classes in org.elasticsearch.action.delete.index that implement Streamable
 class IndexDeleteRequest
           
 class IndexDeleteResponse
          Delete by query response executed on a specific index.
 class ShardDeleteRequest
          Delete by query request to execute on a specific shard.
 class ShardDeleteResponse
          Delete response executed on a specific shard.
 

Uses of Streamable in org.elasticsearch.action.deletebyquery
 

Classes in org.elasticsearch.action.deletebyquery that implement Streamable
 class DeleteByQueryRequest
          A request to delete all documents that matching a specific query.
 class DeleteByQueryResponse
          The response of delete by query action.
 class IndexDeleteByQueryRequest
          Delete by query request to execute on a specific index.
 class IndexDeleteByQueryResponse
          Delete by query response executed on a specific index.
 class ShardDeleteByQueryRequest
          Delete by query request to execute on a specific shard.
 class ShardDeleteByQueryResponse
          Delete by query response executed on a specific shard.
 

Uses of Streamable in org.elasticsearch.action.explain
 

Classes in org.elasticsearch.action.explain that implement Streamable
 class ExplainRequest
          Explain request encapsulating the explain query and document identifier to get an explanation for.
 class ExplainResponse
          Response containing the score explanation.
 

Uses of Streamable in org.elasticsearch.action.get
 

Classes in org.elasticsearch.action.get that implement Streamable
 class GetRequest
          A request to get a document (its source) from an index based on its type (optional) and id.
 class GetResponse
          The response of a get action.
 class MultiGetItemResponse
          A single multi get response.
 class MultiGetRequest
           
static class MultiGetRequest.Item
          A single get item.
 class MultiGetResponse
           
static class MultiGetResponse.Failure
          Represents a failure.
 class MultiGetShardRequest
           
 class MultiGetShardResponse
           
 

Uses of Streamable in org.elasticsearch.action.index
 

Classes in org.elasticsearch.action.index that implement Streamable
 class IndexRequest
          Index request to index a typed JSON document into a specific index and make it searchable.
 class IndexResponse
          A response of an index operation,
 

Uses of Streamable in org.elasticsearch.action.mlt
 

Classes in org.elasticsearch.action.mlt that implement Streamable
 class MoreLikeThisRequest
          A more like this request allowing to search for documents that a "like" the provided document.
 

Uses of Streamable in org.elasticsearch.action.percolate
 

Classes in org.elasticsearch.action.percolate that implement Streamable
 class PercolateRequest
           
 class PercolateResponse
           
 

Uses of Streamable in org.elasticsearch.action.search
 

Classes in org.elasticsearch.action.search that implement Streamable
 class MultiSearchRequest
          A multi search API request.
 class MultiSearchResponse
          A multi search response.
static class MultiSearchResponse.Item
          A search response item, holding the actual search response, or an error message if it failed.
 class SearchRequest
          A request to execute search against one or more indices (or all).
 class SearchResponse
          A response of a search request.
 class SearchScrollRequest
           
 class ShardSearchFailure
          Represents a failure to search on a specific shard.
 

Uses of Streamable in org.elasticsearch.action.support
 

Classes in org.elasticsearch.action.support that implement Streamable
 class DefaultShardOperationFailedException
           
 

Uses of Streamable in org.elasticsearch.action.support.broadcast
 

Classes in org.elasticsearch.action.support.broadcast that implement Streamable
 class BroadcastOperationRequest
           
 class BroadcastOperationResponse
          Base class for all broadcast operation based responses.
 class BroadcastShardOperationRequest
           
 class BroadcastShardOperationResponse
           
 

Uses of Streamable in org.elasticsearch.action.support.master
 

Classes in org.elasticsearch.action.support.master that implement Streamable
 class MasterNodeOperationRequest
          A based request for master based operation.
 

Uses of Streamable in org.elasticsearch.action.support.nodes
 

Classes in org.elasticsearch.action.support.nodes that implement Streamable
 class NodeOperationRequest
           
 class NodeOperationResponse
          A base class for node level operations.
 class NodesOperationRequest
           
 class NodesOperationResponse<NodeResponse extends NodeOperationResponse>
           
 

Uses of Streamable in org.elasticsearch.action.support.replication
 

Classes in org.elasticsearch.action.support.replication that implement Streamable
 class IndexReplicationOperationRequest
           
 class IndicesReplicationOperationRequest
           
 class ShardReplicationOperationRequest
           
protected  class TransportShardReplicationOperationAction.PrimaryOperationRequest
           
protected  class TransportShardReplicationOperationAction.ReplicaOperationRequest
           
 

Uses of Streamable in org.elasticsearch.action.support.single.custom
 

Classes in org.elasticsearch.action.support.single.custom that implement Streamable
 class SingleCustomOperationRequest
           
protected  class TransportSingleCustomOperationAction.ShardSingleOperationRequest
           
 

Uses of Streamable in org.elasticsearch.action.support.single.instance
 

Classes in org.elasticsearch.action.support.single.instance that implement Streamable
 class InstanceShardOperationRequest
           
 

Uses of Streamable in org.elasticsearch.action.support.single.shard
 

Classes in org.elasticsearch.action.support.single.shard that implement Streamable
 class SingleShardOperationRequest
           
protected  class TransportShardSingleOperationAction.ShardSingleOperationRequest
           
 

Uses of Streamable in org.elasticsearch.action.update
 

Classes in org.elasticsearch.action.update that implement Streamable
 class UpdateRequest
           
 class UpdateResponse
           
 

Uses of Streamable in org.elasticsearch.cluster
 

Classes in org.elasticsearch.cluster that implement Streamable
 class ClusterName
           
 

Uses of Streamable in org.elasticsearch.cluster.action.index
 

Classes in org.elasticsearch.cluster.action.index that implement Streamable
static class MappingUpdatedAction.MappingUpdatedRequest
           
static class MappingUpdatedAction.MappingUpdatedResponse
           
static class NodeAliasesUpdatedAction.NodeAliasesUpdatedResponse
           
static class NodeMappingCreatedAction.NodeMappingCreatedResponse
           
static class NodeMappingRefreshAction.NodeMappingRefreshRequest
           
 

Uses of Streamable in org.elasticsearch.cluster.block
 

Classes in org.elasticsearch.cluster.block that implement Streamable
 class ClusterBlock
           
 

Uses of Streamable in org.elasticsearch.cluster.metadata
 

Classes in org.elasticsearch.cluster.metadata that implement Streamable
 class AliasAction
           
 

Uses of Streamable in org.elasticsearch.cluster.node
 

Classes in org.elasticsearch.cluster.node that implement Streamable
 class DiscoveryNode
          A discovery node represents a node that is part of the cluster.
 

Uses of Streamable in org.elasticsearch.cluster.routing
 

Subinterfaces of Streamable in org.elasticsearch.cluster.routing
 interface ShardRouting
          Shard routing represents the state of a shard instance allocated in the cluster.
 

Classes in org.elasticsearch.cluster.routing that implement Streamable
 class ImmutableShardRouting
           
 class MutableShardRouting
           
 class RoutingTableValidation
           
 

Uses of Streamable in org.elasticsearch.cluster.routing.allocation
 

Classes in org.elasticsearch.cluster.routing.allocation that implement Streamable
 class AllocationExplanation
           
 

Uses of Streamable in org.elasticsearch.common.compress
 

Classes in org.elasticsearch.common.compress that implement Streamable
 class CompressedString
           
 

Uses of Streamable in org.elasticsearch.common.io
 

Classes in org.elasticsearch.common.io that implement Streamable
 class BooleanStreamable
           
 

Uses of Streamable in org.elasticsearch.common.io.stream
 

Classes in org.elasticsearch.common.io.stream that implement Streamable
 class LongStreamable
           
 class StringStreamable
           
 class VoidStreamable
           
 

Uses of Streamable in org.elasticsearch.common.transport
 

Subinterfaces of Streamable in org.elasticsearch.common.transport
 interface TransportAddress
           
 

Classes in org.elasticsearch.common.transport that implement Streamable
 class BoundTransportAddress
          A bounded transport address is a tuple of two TransportAddress, one that represents the address the transport is bounded on, the the published one represents the one clients should communicate on.
 class DummyTransportAddress
           
 class InetSocketTransportAddress
          A transport address used for IP socket address (wraps InetSocketAddress).
 class LocalTransportAddress
           
 

Uses of Streamable in org.elasticsearch.common.unit
 

Classes in org.elasticsearch.common.unit that implement Streamable
 class ByteSizeValue
           
 class Percent
           
 class SizeValue
           
 class TimeValue
           
 

Uses of Streamable in org.elasticsearch.discovery.zen.ping
 

Classes in org.elasticsearch.discovery.zen.ping that implement Streamable
static class ZenPing.PingResponse
           
 

Uses of Streamable in org.elasticsearch.gateway.local.state.meta
 

Classes in org.elasticsearch.gateway.local.state.meta that implement Streamable
static class LocalAllocateDangledIndices.AllocateDangledResponse
           
static class TransportNodesListGatewayMetaState.NodeLocalGatewayMetaState
           
static class TransportNodesListGatewayMetaState.NodesLocalGatewayMetaState
           
 

Uses of Streamable in org.elasticsearch.gateway.local.state.shards
 

Classes in org.elasticsearch.gateway.local.state.shards that implement Streamable
static class TransportNodesListGatewayStartedShards.NodeLocalGatewayStartedShards
           
static class TransportNodesListGatewayStartedShards.NodesLocalGatewayStartedShards
           
 

Uses of Streamable in org.elasticsearch.http
 

Classes in org.elasticsearch.http that implement Streamable
 class HttpInfo
           
 class HttpStats
           
 

Uses of Streamable in org.elasticsearch.index
 

Classes in org.elasticsearch.index that implement Streamable
 class Index
           
 

Uses of Streamable in org.elasticsearch.index.cache
 

Classes in org.elasticsearch.index.cache that implement Streamable
 class CacheStats
           
 

Uses of Streamable in org.elasticsearch.index.engine
 

Classes in org.elasticsearch.index.engine that implement Streamable
 class Segment
           
 

Uses of Streamable in org.elasticsearch.index.flush
 

Classes in org.elasticsearch.index.flush that implement Streamable
 class FlushStats
           
 

Uses of Streamable in org.elasticsearch.index.get
 

Classes in org.elasticsearch.index.get that implement Streamable
 class GetField
           
 class GetResult
           
 class GetStats
           
 

Uses of Streamable in org.elasticsearch.index.indexing
 

Classes in org.elasticsearch.index.indexing that implement Streamable
 class IndexingStats
           
static class IndexingStats.Stats
           
 

Uses of Streamable in org.elasticsearch.index.merge
 

Classes in org.elasticsearch.index.merge that implement Streamable
 class MergeStats
           
 

Uses of Streamable in org.elasticsearch.index.refresh
 

Classes in org.elasticsearch.index.refresh that implement Streamable
 class RefreshStats
           
 

Uses of Streamable in org.elasticsearch.index.search.stats
 

Classes in org.elasticsearch.index.search.stats that implement Streamable
 class SearchStats
           
static class SearchStats.Stats
           
 

Uses of Streamable in org.elasticsearch.index.shard
 

Classes in org.elasticsearch.index.shard that implement Streamable
 class DocsStats
           
 class ShardId
          Allows for shard level components to be injected with the shard id.
 

Uses of Streamable in org.elasticsearch.index.store
 

Classes in org.elasticsearch.index.store that implement Streamable
 class StoreFileMetaData
           
 class StoreStats
           
 

Uses of Streamable in org.elasticsearch.index.translog
 

Subinterfaces of Streamable in org.elasticsearch.index.translog
static interface Translog.Operation
          A generic interface representing an operation performed on the transaction log.
 

Classes in org.elasticsearch.index.translog that implement Streamable
static class Translog.Create
           
static class Translog.Delete
           
static class Translog.DeleteByQuery
           
static class Translog.Index
           
 

Uses of Streamable in org.elasticsearch.index.warmer
 

Classes in org.elasticsearch.index.warmer that implement Streamable
 class WarmerStats
           
 

Uses of Streamable in org.elasticsearch.indices
 

Classes in org.elasticsearch.indices that implement Streamable
 class NodeIndicesStats
          Global information on indices stats running on a specific node.
 

Uses of Streamable in org.elasticsearch.indices.recovery
 

Classes in org.elasticsearch.indices.recovery that implement Streamable
 class StartRecoveryRequest
           
 

Uses of Streamable in org.elasticsearch.indices.store
 

Classes in org.elasticsearch.indices.store that implement Streamable
static class TransportNodesListShardStoreMetaData.NodesStoreFilesMetaData
           
static class TransportNodesListShardStoreMetaData.NodeStoreFilesMetaData
           
static class TransportNodesListShardStoreMetaData.StoreFilesMetaData
           
 

Uses of Streamable in org.elasticsearch.monitor.fs
 

Classes in org.elasticsearch.monitor.fs that implement Streamable
 class FsStats
           
static class FsStats.Info
           
 

Uses of Streamable in org.elasticsearch.monitor.jvm
 

Classes in org.elasticsearch.monitor.jvm that implement Streamable
 class JvmInfo
           
static class JvmInfo.Mem
           
 class JvmStats
           
static class JvmStats.BufferPool
           
static class JvmStats.GarbageCollector
           
static class JvmStats.GarbageCollector.LastGc
           
static class JvmStats.GarbageCollectors
           
static class JvmStats.Mem
           
static class JvmStats.MemoryPool
           
static class JvmStats.Threads
           
 

Uses of Streamable in org.elasticsearch.monitor.network
 

Classes in org.elasticsearch.monitor.network that implement Streamable
 class NetworkInfo
           
static class NetworkInfo.Interface
           
 class NetworkStats
           
static class NetworkStats.Tcp
           
 

Uses of Streamable in org.elasticsearch.monitor.os
 

Classes in org.elasticsearch.monitor.os that implement Streamable
 class OsInfo
           
static class OsInfo.Cpu
           
static class OsInfo.Mem
           
static class OsInfo.Swap
           
 class OsStats
           
static class OsStats.Cpu
           
static class OsStats.Mem
           
static class OsStats.Swap
           
 

Uses of Streamable in org.elasticsearch.monitor.process
 

Classes in org.elasticsearch.monitor.process that implement Streamable
 class ProcessInfo
           
 class ProcessStats
           
static class ProcessStats.Cpu
           
static class ProcessStats.Mem
           
 

Uses of Streamable in org.elasticsearch.river.routing
 

Classes in org.elasticsearch.river.routing that implement Streamable
 class RiverRouting
           
 

Uses of Streamable in org.elasticsearch.search
 

Subinterfaces of Streamable in org.elasticsearch.search
 interface SearchHit
          A single search hit.
 interface SearchHitField
          A single field name and values part of a SearchHit.
 interface SearchHits
          The hits of a search request.
 interface SearchPhaseResult
           
 

Classes in org.elasticsearch.search that implement Streamable
 class Scroll
          A scroll enables scrolling of search request.
 class SearchShardTarget
          The target that the search request was executed on.
 

Uses of Streamable in org.elasticsearch.search.count
 

Classes in org.elasticsearch.search.count that implement Streamable
 class CountSearchResult
          The initial scan search result, including the count of hits matching the provided query.
 

Uses of Streamable in org.elasticsearch.search.dfs
 

Classes in org.elasticsearch.search.dfs that implement Streamable
 class AggregatedDfs
           
 class DfsSearchResult
           
 

Uses of Streamable in org.elasticsearch.search.facet
 

Subinterfaces of Streamable in org.elasticsearch.search.facet
 interface InternalFacet
           
 

Classes in org.elasticsearch.search.facet that implement Streamable
 class InternalFacets
           
 

Uses of Streamable in org.elasticsearch.search.facet.datehistogram
 

Classes in org.elasticsearch.search.facet.datehistogram that implement Streamable
 class InternalCountDateHistogramFacet
           
 class InternalDateHistogramFacet
           
 class InternalFullDateHistogramFacet
           
 

Uses of Streamable in org.elasticsearch.search.facet.filter
 

Classes in org.elasticsearch.search.facet.filter that implement Streamable
 class InternalFilterFacet
           
 

Uses of Streamable in org.elasticsearch.search.facet.geodistance
 

Classes in org.elasticsearch.search.facet.geodistance that implement Streamable
 class InternalGeoDistanceFacet
           
 

Uses of Streamable in org.elasticsearch.search.facet.histogram
 

Classes in org.elasticsearch.search.facet.histogram that implement Streamable
 class InternalHistogramFacet
           
 

Uses of Streamable in org.elasticsearch.search.facet.histogram.bounded
 

Classes in org.elasticsearch.search.facet.histogram.bounded that implement Streamable
 class InternalBoundedCountHistogramFacet
           
 class InternalBoundedFullHistogramFacet
           
 

Uses of Streamable in org.elasticsearch.search.facet.histogram.unbounded
 

Classes in org.elasticsearch.search.facet.histogram.unbounded that implement Streamable
 class InternalCountHistogramFacet
           
 class InternalFullHistogramFacet
           
 

Uses of Streamable in org.elasticsearch.search.facet.query
 

Classes in org.elasticsearch.search.facet.query that implement Streamable
 class InternalQueryFacet
           
 

Uses of Streamable in org.elasticsearch.search.facet.range
 

Classes in org.elasticsearch.search.facet.range that implement Streamable
 class InternalRangeFacet
           
 

Uses of Streamable in org.elasticsearch.search.facet.statistical
 

Classes in org.elasticsearch.search.facet.statistical that implement Streamable
 class InternalStatisticalFacet
           
 

Uses of Streamable in org.elasticsearch.search.facet.terms
 

Classes in org.elasticsearch.search.facet.terms that implement Streamable
 class InternalTermsFacet
           
 

Uses of Streamable in org.elasticsearch.search.facet.terms.bytes
 

Classes in org.elasticsearch.search.facet.terms.bytes that implement Streamable
 class InternalByteTermsFacet
           
 

Uses of Streamable in org.elasticsearch.search.facet.terms.doubles
 

Classes in org.elasticsearch.search.facet.terms.doubles that implement Streamable
 class InternalDoubleTermsFacet
           
 

Uses of Streamable in org.elasticsearch.search.facet.terms.floats
 

Classes in org.elasticsearch.search.facet.terms.floats that implement Streamable
 class InternalFloatTermsFacet
           
 

Uses of Streamable in org.elasticsearch.search.facet.terms.ints
 

Classes in org.elasticsearch.search.facet.terms.ints that implement Streamable
 class InternalIntTermsFacet
           
 

Uses of Streamable in org.elasticsearch.search.facet.terms.ip
 

Classes in org.elasticsearch.search.facet.terms.ip that implement Streamable
 class InternalIpTermsFacet
           
 

Uses of Streamable in org.elasticsearch.search.facet.terms.longs
 

Classes in org.elasticsearch.search.facet.terms.longs that implement Streamable
 class InternalLongTermsFacet
           
 

Uses of Streamable in org.elasticsearch.search.facet.terms.shorts
 

Classes in org.elasticsearch.search.facet.terms.shorts that implement Streamable
 class InternalShortTermsFacet
           
 

Uses of Streamable in org.elasticsearch.search.facet.terms.strings
 

Classes in org.elasticsearch.search.facet.terms.strings that implement Streamable
 class InternalStringTermsFacet
           
 

Uses of Streamable in org.elasticsearch.search.facet.termsstats
 

Classes in org.elasticsearch.search.facet.termsstats that implement Streamable
 class InternalTermsStatsFacet
           
 

Uses of Streamable in org.elasticsearch.search.facet.termsstats.doubles
 

Classes in org.elasticsearch.search.facet.termsstats.doubles that implement Streamable
 class InternalTermsStatsDoubleFacet
           
 

Uses of Streamable in org.elasticsearch.search.facet.termsstats.longs
 

Classes in org.elasticsearch.search.facet.termsstats.longs that implement Streamable
 class InternalTermsStatsLongFacet
           
 

Uses of Streamable in org.elasticsearch.search.facet.termsstats.strings
 

Classes in org.elasticsearch.search.facet.termsstats.strings that implement Streamable
 class InternalTermsStatsStringFacet
           
 

Uses of Streamable in org.elasticsearch.search.fetch
 

Subinterfaces of Streamable in org.elasticsearch.search.fetch
 interface FetchSearchResultProvider
           
 

Classes in org.elasticsearch.search.fetch that implement Streamable
 class FetchSearchRequest
           
 class FetchSearchResult
           
 class QueryFetchSearchResult
           
 class ScrollQueryFetchSearchResult
           
 

Uses of Streamable in org.elasticsearch.search.highlight
 

Classes in org.elasticsearch.search.highlight that implement Streamable
 class HighlightField
          A field highlighted with its highlighted fragments.
 

Uses of Streamable in org.elasticsearch.search.internal
 

Classes in org.elasticsearch.search.internal that implement Streamable
 class InternalScrollSearchRequest
           
 class InternalSearchHit
           
 class InternalSearchHitField
           
 class InternalSearchHits
           
 class InternalSearchRequest
          Source structure:

 class InternalSearchResponse
           
 

Uses of Streamable in org.elasticsearch.search.query
 

Subinterfaces of Streamable in org.elasticsearch.search.query
 interface QuerySearchResultProvider
           
 

Classes in org.elasticsearch.search.query that implement Streamable
 class QuerySearchRequest
           
 class QuerySearchResult
           
 class ScrollQuerySearchResult
           
 

Uses of Streamable in org.elasticsearch.threadpool
 

Classes in org.elasticsearch.threadpool that implement Streamable
static class ThreadPool.Info
           
 class ThreadPoolInfo
           
 class ThreadPoolStats
           
static class ThreadPoolStats.Stats
           
 

Uses of Streamable in org.elasticsearch.transport
 

Classes in org.elasticsearch.transport with type parameters of type Streamable
 interface ActionTransportRequestHandler<T extends Streamable>
           
 class BaseTransportRequestHandler<T extends Streamable>
          A simple based class that always spawns.
 class BaseTransportResponseHandler<T extends Streamable>
          A simple based class that always spawns.
 class FutureTransportResponseHandler<T extends Streamable>
          A response handler to be used when all interaction will be done through the TransportFuture.
 class PlainTransportFuture<V extends Streamable>
           
 interface TransportRequestHandler<T extends Streamable>
           
 interface TransportResponseHandler<T extends Streamable>
           
 

Classes in org.elasticsearch.transport that implement Streamable
 class TransportInfo
           
 class TransportStats
           
 

Methods in org.elasticsearch.transport with type parameters of type Streamable
<T extends Streamable>
void
Transport.sendRequest(DiscoveryNode node, long requestId, String action, Streamable message, TransportRequestOptions options)
          Sends the request to the node.
<T extends Streamable>
void
TransportService.sendRequest(DiscoveryNode node, String action, Streamable message, TransportRequestOptions options, TransportResponseHandler<T> handler)
           
<T extends Streamable>
void
TransportService.sendRequest(DiscoveryNode node, String action, Streamable message, TransportResponseHandler<T> handler)
           
<T extends Streamable>
TransportFuture<T>
TransportService.submitRequest(DiscoveryNode node, String action, Streamable message, TransportRequestOptions options, TransportResponseHandler<T> handler)
           
<T extends Streamable>
TransportFuture<T>
TransportService.submitRequest(DiscoveryNode node, String action, Streamable message, TransportResponseHandler<T> handler)
           
 

Methods in org.elasticsearch.transport with parameters of type Streamable
<T extends Streamable>
void
Transport.sendRequest(DiscoveryNode node, long requestId, String action, Streamable message, TransportRequestOptions options)
          Sends the request to the node.
<T extends Streamable>
void
TransportService.sendRequest(DiscoveryNode node, String action, Streamable message, TransportRequestOptions options, TransportResponseHandler<T> handler)
           
<T extends Streamable>
void
TransportService.sendRequest(DiscoveryNode node, String action, Streamable message, TransportResponseHandler<T> handler)
           
 void TransportChannel.sendResponse(Streamable message)
           
 void TransportChannel.sendResponse(Streamable message, TransportResponseOptions options)
           
<T extends Streamable>
TransportFuture<T>
TransportService.submitRequest(DiscoveryNode node, String action, Streamable message, TransportRequestOptions options, TransportResponseHandler<T> handler)
           
<T extends Streamable>
TransportFuture<T>
TransportService.submitRequest(DiscoveryNode node, String action, Streamable message, TransportResponseHandler<T> handler)
           
 

Uses of Streamable in org.elasticsearch.transport.local
 

Methods in org.elasticsearch.transport.local with type parameters of type Streamable
<T extends Streamable>
void
LocalTransport.sendRequest(DiscoveryNode node, long requestId, String action, Streamable message, TransportRequestOptions options)
           
 

Methods in org.elasticsearch.transport.local with parameters of type Streamable
<T extends Streamable>
void
LocalTransport.sendRequest(DiscoveryNode node, long requestId, String action, Streamable message, TransportRequestOptions options)
           
 void LocalTransportChannel.sendResponse(Streamable message)
           
 void LocalTransportChannel.sendResponse(Streamable message, TransportResponseOptions options)
           
 

Uses of Streamable in org.elasticsearch.transport.netty
 

Methods in org.elasticsearch.transport.netty with type parameters of type Streamable
<T extends Streamable>
void
NettyTransport.sendRequest(DiscoveryNode node, long requestId, String action, Streamable message, TransportRequestOptions options)
           
 

Methods in org.elasticsearch.transport.netty with parameters of type Streamable
<T extends Streamable>
void
NettyTransport.sendRequest(DiscoveryNode node, long requestId, String action, Streamable message, TransportRequestOptions options)
           
 void NettyTransportChannel.sendResponse(Streamable message)
           
 void NettyTransportChannel.sendResponse(Streamable message, TransportResponseOptions options)
           
 

Uses of Streamable in org.elasticsearch.transport.support
 

Methods in org.elasticsearch.transport.support with parameters of type Streamable
static void TransportStreams.buildRequest(CachedStreamOutput.Entry cachedEntry, long requestId, String action, Streamable message, TransportRequestOptions options)
           
static void TransportStreams.buildResponse(CachedStreamOutput.Entry cachedEntry, long requestId, Streamable message, TransportResponseOptions options)
           
 



Copyright © 2009-2012. All Rights Reserved.