Uses of Class
org.elasticsearch.common.io.stream.NamedWriteableRegistry
-
-
Uses of NamedWriteableRegistry in org.elasticsearch.client.transport
Fields in org.elasticsearch.client.transport declared as NamedWriteableRegistry Modifier and Type Field Description protected NamedWriteableRegistryTransportClient. namedWriteableRegistryDeprecated. -
Uses of NamedWriteableRegistry in org.elasticsearch.cluster
Methods in org.elasticsearch.cluster with parameters of type NamedWriteableRegistry Modifier and Type Method Description static ClusterStateClusterState.Builder. fromBytes(byte[] data, DiscoveryNode localNode, NamedWriteableRegistry registry) -
Uses of NamedWriteableRegistry in org.elasticsearch.cluster.coordination
Constructors in org.elasticsearch.cluster.coordination with parameters of type NamedWriteableRegistry Constructor Description Coordinator(String nodeName, Settings settings, ClusterSettings clusterSettings, TransportService transportService, NamedWriteableRegistry namedWriteableRegistry, AllocationService allocationService, MasterService masterService, Supplier<CoordinationState.PersistedState> persistedStateSupplier, SeedHostsProvider seedHostsProvider, ClusterApplier clusterApplier, Collection<BiConsumer<DiscoveryNode,ClusterState>> onJoinValidators, Random random, RerouteService rerouteService, ElectionStrategy electionStrategy)PublicationTransportHandler(TransportService transportService, NamedWriteableRegistry namedWriteableRegistry, Function<PublishRequest,PublishWithJoinResponse> handlePublishRequest, BiConsumer<ApplyCommitRequest,ActionListener<Void>> handleApplyCommit) -
Uses of NamedWriteableRegistry in org.elasticsearch.common.io.stream
Constructors in org.elasticsearch.common.io.stream with parameters of type NamedWriteableRegistry Constructor Description NamedWriteableAwareStreamInput(StreamInput delegate, NamedWriteableRegistry namedWriteableRegistry) -
Uses of NamedWriteableRegistry in org.elasticsearch.common.network
Constructors in org.elasticsearch.common.network with parameters of type NamedWriteableRegistry Constructor Description NetworkModule(Settings settings, boolean transportClient, List<NetworkPlugin> plugins, ThreadPool threadPool, BigArrays bigArrays, PageCacheRecycler pageCacheRecycler, CircuitBreakerService circuitBreakerService, NamedWriteableRegistry namedWriteableRegistry, NamedXContentRegistry xContentRegistry, NetworkService networkService, HttpServerTransport.Dispatcher dispatcher)Creates a network module that custom networking classes can be plugged into. -
Uses of NamedWriteableRegistry in org.elasticsearch.discovery
Constructors in org.elasticsearch.discovery with parameters of type NamedWriteableRegistry Constructor Description DiscoveryModule(Settings settings, ThreadPool threadPool, TransportService transportService, NamedWriteableRegistry namedWriteableRegistry, NetworkService networkService, MasterService masterService, ClusterApplier clusterApplier, ClusterSettings clusterSettings, List<DiscoveryPlugin> plugins, AllocationService allocationService, Path configFile, GatewayMetaState gatewayMetaState, RerouteService rerouteService) -
Uses of NamedWriteableRegistry in org.elasticsearch.discovery.zen
Constructors in org.elasticsearch.discovery.zen with parameters of type NamedWriteableRegistry Constructor Description PublishClusterStateAction(TransportService transportService, NamedWriteableRegistry namedWriteableRegistry, PublishClusterStateAction.IncomingClusterStateListener incomingClusterStateListener, DiscoverySettings discoverySettings)ZenDiscovery(Settings settings, ThreadPool threadPool, TransportService transportService, NamedWriteableRegistry namedWriteableRegistry, MasterService masterService, ClusterApplier clusterApplier, ClusterSettings clusterSettings, SeedHostsProvider hostsProvider, AllocationService allocationService, Collection<BiConsumer<DiscoveryNode,ClusterState>> onJoinValidators, RerouteService rerouteService) -
Uses of NamedWriteableRegistry in org.elasticsearch.index
Methods in org.elasticsearch.index with parameters of type NamedWriteableRegistry Modifier and Type Method Description IndexServiceIndexModule. newIndexService(IndexService.IndexCreationContext indexCreationContext, NodeEnvironment environment, NamedXContentRegistry xContentRegistry, IndexService.ShardStoreDeleter shardStoreDeleter, CircuitBreakerService circuitBreakerService, BigArrays bigArrays, ThreadPool threadPool, ScriptService scriptService, ClusterService clusterService, Client client, IndicesQueryCache indicesQueryCache, MapperRegistry mapperRegistry, IndicesFieldDataCache indicesFieldDataCache, NamedWriteableRegistry namedWriteableRegistry) -
Uses of NamedWriteableRegistry in org.elasticsearch.index.query
Methods in org.elasticsearch.index.query that return NamedWriteableRegistry Modifier and Type Method Description NamedWriteableRegistryQueryRewriteContext. getWriteableRegistry()Constructors in org.elasticsearch.index.query with parameters of type NamedWriteableRegistry Constructor Description QueryRewriteContext(NamedXContentRegistry xContentRegistry, NamedWriteableRegistry writeableRegistry, Client client, LongSupplier nowInMillis)QueryShardContext(int shardId, IndexSettings indexSettings, BigArrays bigArrays, BitsetFilterCache bitsetFilterCache, BiFunction<MappedFieldType,String,IndexFieldData<?>> indexFieldDataLookup, MapperService mapperService, SimilarityService similarityService, ScriptService scriptService, NamedXContentRegistry xContentRegistry, NamedWriteableRegistry namedWriteableRegistry, Client client, IndexSearcher searcher, LongSupplier nowInMillis, String clusterAlias, Predicate<String> indexNameMatcher) -
Uses of NamedWriteableRegistry in org.elasticsearch.indices
Constructors in org.elasticsearch.indices with parameters of type NamedWriteableRegistry Constructor Description IndicesService(Settings settings, PluginsService pluginsService, NodeEnvironment nodeEnv, NamedXContentRegistry xContentRegistry, AnalysisRegistry analysisRegistry, IndexNameExpressionResolver indexNameExpressionResolver, MapperRegistry mapperRegistry, NamedWriteableRegistry namedWriteableRegistry, ThreadPool threadPool, IndexScopedSettings indexScopedSettings, CircuitBreakerService circuitBreakerService, BigArrays bigArrays, ScriptService scriptService, ClusterService clusterService, Client client, MetaStateService metaStateService, Collection<Function<IndexSettings,Optional<EngineFactory>>> engineFactoryProviders, Map<String,IndexStorePlugin.DirectoryFactory> directoryFactories) -
Uses of NamedWriteableRegistry in org.elasticsearch.plugins
Methods in org.elasticsearch.plugins with parameters of type NamedWriteableRegistry Modifier and Type Method Description Collection<Object>Plugin. createComponents(Client client, ClusterService clusterService, ThreadPool threadPool, ResourceWatcherService resourceWatcherService, ScriptService scriptService, NamedXContentRegistry xContentRegistry, Environment environment, NodeEnvironment nodeEnvironment, NamedWriteableRegistry namedWriteableRegistry)Returns components added by this plugin.default List<TransportInterceptor>NetworkPlugin. getTransportInterceptors(NamedWriteableRegistry namedWriteableRegistry, ThreadContext threadContext)Returns a list ofTransportInterceptorinstances that are used to intercept incoming and outgoing transport (inter-node) requests.default Map<String,Supplier<Transport>>NetworkPlugin. getTransports(Settings settings, ThreadPool threadPool, PageCacheRecycler pageCacheRecycler, CircuitBreakerService circuitBreakerService, NamedWriteableRegistry namedWriteableRegistry, NetworkService networkService)Returns a map ofTransportsuppliers. -
Uses of NamedWriteableRegistry in org.elasticsearch.transport
Constructors in org.elasticsearch.transport with parameters of type NamedWriteableRegistry Constructor Description TcpTransport(Settings settings, Version version, ThreadPool threadPool, PageCacheRecycler pageCacheRecycler, CircuitBreakerService circuitBreakerService, NamedWriteableRegistry namedWriteableRegistry, NetworkService networkService)
-