书栈网 · BookStack 本次搜索耗时 0.035 秒,为您找到 731 个相关结果.
  • Java client

    Java client Install the client Security Sample data IndexData class Initialize the client with SSL and TLS enabled OpenSearch client examples Create an index with non-default ...
  • Using the Server

    1. Installation 2. Creating a Broker Instance 2.1. Options 3. Starting and Stopping a Broker Instance 4. Configuration Files 4.1. Bootstrap Configuration File 4.2. Broker conf...
  • Java client

    Java client Install the client Security Sample data IndexData class Initialize the client with SSL and TLS enabled OpenSearch client examples Create an index with non-default ...
  • Java client

    Java client Install the client Security Sample data IndexData class Initialize the client with SSL and TLS enabled OpenSearch client examples Create an index with non-default ...
  • 示例:逻辑复制代码示例

    示例:逻辑复制代码示例 示例:逻辑复制代码示例 下面示例演示如何通过JDBC接口使用逻辑复制功能的过程。 //逻辑复制功能示例:文件名,LogicalReplicationDemo.java //前提条件:添加JDBC用户机器IP到数据库白名单里,在pg_hba.conf添加以下内容即可: //假设JDBC用户IP为10.10.10.10 ...
  • 示例:逻辑复制代码示例

    示例:逻辑复制代码示例 示例:逻辑复制代码示例 下面示例演示如何通过JDBC接口使用逻辑复制功能的过程。 //逻辑复制功能示例:文件名,LogicalReplicationDemo.java //前提条件:添加JDBC用户机器IP到数据库白名单里,在pg_hba.conf添加以下内容即可: //假设JDBC用户IP为10.10.10.10 ...
  • Initialization

    初始化 初始化 RestClient 实例可以通过相应的 RestClientBuilder 类来构建,通过静态方法 RestClient#builder(HttpHost...) 创建。唯一必需的参数是服务的host和端口(默认9200,切记不要使用9300),以 HttpHost 实例的方式提供给建造者,如下所示: RestClien...
  • 四、TCP 客户端类

    四、TCP 客户端类 4. 客户端类 四、TCP 客户端类 4. 客户端类 org.voovan.network.aio.AioSocket org.voovan.network.nio.NioSocket 同时支持同步和异步处理。 public * ioSocket ( String host , int port , ...
  • Transport(传输)

    1579 2018-02-22 《Netty 实战(精髓)》
    Transport Transport 本章将涵盖很多 transport(传输),他们的用例以及 API: NIO OIO Local(本地) Embedded(内嵌) 网络应用程序提供了人与系统通信的信道,但是,当然 他们也将大量的数据从一个地方移到到另一个地方。如何做到这一点取决于具体的网络传输,但转移始终是相同的:字节通过线路。传输的概...
  • 6.27 Configuring the HTTP Server

    6.27 Configuring the HTTP Server Using Native Transports 6.27 Configuring the HTTP Server The HTTP server features a number of configuration options you may wish to tweak. The...