public class SpillChannelManager extends Object implements Closeable
Constructor and Description |
---|
SpillChannelManager() |
Modifier and Type | Method and Description |
---|---|
void |
addChannel(FileIOChannel.ID id)
Add a new File channel.
|
void |
addOpenChannels(List<FileIOChannel> toOpen)
Open File channels.
|
void |
close() |
void |
removeChannel(FileIOChannel.ID id) |
public void addChannel(FileIOChannel.ID id)
public void addOpenChannels(List<FileIOChannel> toOpen)
public void removeChannel(FileIOChannel.ID id)
public void close()
close
in interface Closeable
close
in interface AutoCloseable
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.