public class ExampleFlightServer extends Object implements AutoCloseable
| Constructor and Description |
|---|
ExampleFlightServer(BufferAllocator allocator,
Location location) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
Location |
getLocation() |
InMemoryStore |
getStore() |
static void |
main(String[] args) |
void |
start() |
public ExampleFlightServer(BufferAllocator allocator, Location location)
public Location getLocation()
public void start()
throws IOException
IOExceptionpublic InMemoryStore getStore()
public void close()
throws Exception
close in interface AutoCloseableExceptionCopyright © 2019 The Apache Software Foundation. All rights reserved.