public class OrderedScenario extends Object
| Constructor and Description |
|---|
OrderedScenario() |
| Modifier and Type | Method and Description |
|---|---|
void |
buildServer(FlightServer.Builder builder)
Set any other server options.
|
void |
client(BufferAllocator allocator,
Location location,
FlightClient client)
Run as the client in the scenario.
|
FlightProducer |
producer(BufferAllocator allocator,
Location location)
Construct the FlightProducer for a server in this scenario.
|
public FlightProducer producer(BufferAllocator allocator, Location location) throws Exception
Exceptionpublic void buildServer(FlightServer.Builder builder) throws Exception
Exceptionpublic void client(BufferAllocator allocator, Location location, FlightClient client) throws Exception
ExceptionCopyright © 2024 The Apache Software Foundation. All rights reserved.