public abstract class NodeConfigurator extends Object
| Constructor and Description |
|---|
NodeConfigurator() |
| Modifier and Type | Method and Description |
|---|---|
abstract NodeConfigurator |
addExtractor(String storagePath)
Adds an extractor service to the search network node.
|
abstract NodeConfigurator |
addIndexer(String storagePath)
Adds an indexer service to the search network node.
|
abstract NodeConfigurator |
addLogSink()
Adds a log sink to the search network node.
|
abstract NodeConfigurator |
addSearcher(String storagePath)
Adds a searcher service to the search network node.
|
abstract NodeConfigurator |
addShard(String storagePath)
Adds a shard service to the search network node.
|
abstract Configurator |
completeNode()
Completes the configuration of the search network node.
|
abstract NodeConfigurator |
setTcpEndpoint(String hostNameOrAddress,
int port)
Sets the TCP endpoint.
|
public abstract NodeConfigurator addExtractor(String storagePath)
storagePath - The storage path of the adding service.public abstract NodeConfigurator addIndexer(String storagePath)
storagePath - The storage path of the adding service.public abstract NodeConfigurator addLogSink()
public abstract NodeConfigurator addSearcher(String storagePath)
storagePath - The storage path of the adding service.public abstract NodeConfigurator addShard(String storagePath)
storagePath - The storage path of the adding service.public abstract Configurator completeNode()
public abstract NodeConfigurator setTcpEndpoint(String hostNameOrAddress, int port)
hostNameOrAddress - The host name or address.port - The port number.Copyright © 2026. All rights reserved.