public interface FileChannelManager extends AutoCloseable
Modifier and Type | Method and Description |
---|---|
FileIOChannel.ID |
createChannel()
Creates an ID identifying an underlying file channel and returns it.
|
FileIOChannel.ID |
createChannel(String prefix)
Creates an ID identifying an underlying file channel and returns it.
|
FileIOChannel.Enumerator |
createChannelEnumerator()
Creates an enumerator for channels that logically belong together and returns it.
|
File[] |
getPaths()
Gets all the files corresponding to the config temp dirs.
|
close
FileIOChannel.ID createChannel()
FileIOChannel.ID createChannel(String prefix)
FileIOChannel.Enumerator createChannelEnumerator()
File[] getPaths()
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.