public static class FileIOChannel.ID extends Object
Constructor and Description |
---|
ID(File basePath,
int bucketNum,
Random random) |
ID(File basePath,
int bucketNum,
String prefix,
Random random) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getPath()
Returns the path to the underlying temporary file.
|
File |
getPathFile()
Returns the path to the underlying temporary file as a File.
|
int |
hashCode() |
String |
toString() |
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.