C E F I M O P R S
C
- ClientConnection(Socket) - Constructor for class org.apache.arrow.tools.EchoServer.ClientConnection
-
- close() - Method in class org.apache.arrow.tools.EchoServer.ClientConnection
-
- close() - Method in class org.apache.arrow.tools.EchoServer
-
- convert(FileInputStream, OutputStream) - Static method in class org.apache.arrow.tools.FileToStream
-
Reads an Arrow file from in and writes it back to out.
- convert(InputStream, OutputStream) - Static method in class org.apache.arrow.tools.StreamToFile
-
Reads an Arrow stream from in and writes it to out.
E
- EchoServer - Class in org.apache.arrow.tools
-
Simple server that echoes back data received.
- EchoServer(int) - Constructor for class org.apache.arrow.tools.EchoServer
-
Constructs a new instance that binds to the given port.
- EchoServer.ClientConnection - Class in org.apache.arrow.tools
-
Handler for each client connection to the server.
F
- FileRoundtrip - Class in org.apache.arrow.tools
-
Application that verifies data can be round-tripped through a file.
- FileToStream - Class in org.apache.arrow.tools
-
Converts an Arrow file to an Arrow stream.
I
- Integration - Class in org.apache.arrow.tools
-
Application for cross language integration testing.
M
- main(String[]) - Static method in class org.apache.arrow.tools.EchoServer
-
Main method to run the server, the first argument is an optional port number.
- main(String[]) - Static method in class org.apache.arrow.tools.FileRoundtrip
-
- main(String[]) - Static method in class org.apache.arrow.tools.FileToStream
-
Main method.
- main(String[]) - Static method in class org.apache.arrow.tools.Integration
-
Main method.
- main(String[]) - Static method in class org.apache.arrow.tools.StreamToFile
-
Main method.
O
- org.apache.arrow.tools - package org.apache.arrow.tools
-
P
- port() - Method in class org.apache.arrow.tools.EchoServer
-
R
- run() - Method in class org.apache.arrow.tools.EchoServer.ClientConnection
-
Reads a record batch off the socket and writes it back out.
- run() - Method in class org.apache.arrow.tools.EchoServer
-
Starts the main server event loop.
S
- socket - Variable in class org.apache.arrow.tools.EchoServer.ClientConnection
-
- StreamToFile - Class in org.apache.arrow.tools
-
Converts an Arrow stream to an Arrow file.
- StreamToFile() - Constructor for class org.apache.arrow.tools.StreamToFile
-
C E F I M O P R S
Copyright © 2022 The Apache Software Foundation. All rights reserved.