| Methods in com.nhncorp.neptune.fs with parameters of type GPath |
int |
GPathComparator.compare(GPath path1,
GPath path2)
|
java.io.OutputStream |
HadoopFileSystem.create(GPath path)
|
java.io.OutputStream |
LocalFileSystem.create(GPath path)
|
abstract java.io.OutputStream |
NeptuneFileSystem.create(GPath path)
|
boolean |
HadoopFileSystem.delete(GPath path)
|
boolean |
LocalFileSystem.delete(GPath path)
|
abstract boolean |
NeptuneFileSystem.delete(GPath path)
|
boolean |
HadoopFileSystem.delete(GPath path,
boolean recursive)
|
boolean |
LocalFileSystem.delete(GPath path,
boolean recursive)
|
abstract boolean |
NeptuneFileSystem.delete(GPath path,
boolean recursive)
|
boolean |
HadoopFileSystem.exists(GPath path)
|
boolean |
LocalFileSystem.exists(GPath path)
|
abstract boolean |
NeptuneFileSystem.exists(GPath path)
|
java.lang.String[][] |
LocalFileSystem.getFileCacheHints(GPath path)
|
long |
HadoopFileSystem.getLength(GPath path)
|
long |
LocalFileSystem.getLength(GPath path)
|
abstract long |
NeptuneFileSystem.getLength(GPath path)
|
boolean |
HadoopFileSystem.isDirectory(GPath path)
|
boolean |
LocalFileSystem.isDirectory(GPath path)
|
abstract boolean |
NeptuneFileSystem.isDirectory(GPath path)
|
GPath[] |
HadoopFileSystem.list(GPath path)
|
GPath[] |
LocalFileSystem.list(GPath path)
|
abstract GPath[] |
NeptuneFileSystem.list(GPath path)
|
boolean |
HadoopFileSystem.mkdirs(GPath path)
|
boolean |
LocalFileSystem.mkdirs(GPath path)
|
abstract boolean |
NeptuneFileSystem.mkdirs(GPath path)
|
boolean |
HadoopFileSystem.move(GPath targetPath,
GPath destPath)
|
boolean |
LocalFileSystem.move(GPath targetPath,
GPath destPath)
|
abstract boolean |
NeptuneFileSystem.move(GPath targetPath,
GPath destPath)
|
java.io.InputStream |
HadoopFileSystem.open(GPath path)
|
java.io.InputStream |
LocalFileSystem.open(GPath path)
|
abstract java.io.InputStream |
NeptuneFileSystem.open(GPath path)
|
java.io.DataInputStream |
HadoopFileSystem.openDataInputStream(GPath path)
|
java.io.DataInputStream |
LocalFileSystem.openDataInputStream(GPath path)
|
abstract java.io.DataInputStream |
NeptuneFileSystem.openDataInputStream(GPath path)
|
boolean |
HadoopFileSystem.renameTo(GPath targetPath,
GPath destPath)
|
boolean |
LocalFileSystem.renameTo(GPath targetPath,
GPath destPath)
|
abstract boolean |
NeptuneFileSystem.renameTo(GPath targetPath,
GPath destPath)
|
void |
HadoopFileSystem.setPermission(GPath path,
short mode)
|
void |
LocalFileSystem.setPermission(GPath path,
short mode)
|
abstract void |
NeptuneFileSystem.setPermission(GPath path,
short mode)
|
| Methods in com.nhncorp.neptune.tabletserver that return GPath |
static GPath |
ChangeLog.getChangeLogPath(NConfiguration conf,
TabletInfo tabletInfo)
|
static GPath |
ChangeLog.getChangeLogTempPath(NConfiguration conf,
TabletInfo tabletInfo,
java.lang.String fileId)
|
GPath |
TabletMapFile.getFilePath()
|
static GPath |
Tablet.getTabletLocalTempPath(NConfiguration conf,
TabletInfo tabletInfo,
java.lang.String actionId)
|
static GPath |
Tablet.getTabletMajorCompactionTempPath(NConfiguration conf,
java.lang.String tableName,
java.lang.String tabletName)
|
static GPath |
Tablet.getTabletMajorCompactionTempPath(NConfiguration conf,
TabletInfo tabletInfo)
|
static GPath |
Tablet.getTabletMinorCompactionTempPath(NConfiguration conf,
java.lang.String tableName,
java.lang.String tabletName)
|
static GPath |
Tablet.getTabletMinorCompactionTempPath(NConfiguration conf,
TabletInfo tabletInfo)
|
static GPath |
Tablet.getTabletPath(NConfiguration conf,
java.lang.String tableName,
java.lang.String tabletName)
|
static GPath |
Tablet.getTabletPath(NConfiguration conf,
TabletInfo tabletInfo)
|
static GPath |
Tablet.getTabletSplitTempPath(NConfiguration conf,
java.lang.String tableName,
java.lang.String tabletName)
|
static GPath |
Tablet.getTabletSplitTempPath(NConfiguration conf,
TabletInfo tabletInfo)
|
static GPath |
Tablet.getTabletUploadTempPath(NConfiguration conf,
TabletInfo tabletInfo,
java.lang.String actionId)
|