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
Exception
public void buildServer(FlightServer.Builder builder) throws Exception
Exception
public void client(BufferAllocator allocator, Location location, FlightClient client) throws Exception
Exception
Copyright © 2023 The Apache Software Foundation. All rights reserved.