public static class FileIOChannel.ID extends Object
Modifier | Constructor and Description |
---|---|
protected |
ID(File path,
int threadNum) |
protected |
ID(File basePath,
int threadNum,
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() |
protected ID(File path, int threadNum)
public String getPath()
public File getPathFile()
Copyright © 2014–2017 The Apache Software Foundation. All rights reserved.