|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use NeptuneFileSystem | |
|---|---|
| com.nhncorp.neptune.fs | neptune의 데이터 파일을 저장하는 file system에 대한 인터페이스 정의 및 이를 구현한 class |
| com.nhncorp.neptune.master | Neptune Master Server |
| com.nhncorp.neptune.tabletserver | TabletServer |
| Uses of NeptuneFileSystem in com.nhncorp.neptune.fs |
|---|
| Subclasses of NeptuneFileSystem in com.nhncorp.neptune.fs | |
|---|---|
class |
HadoopFileSystem
Neptune - HDFS 구성을 지원하는 파일시스템 |
class |
LocalFileSystem
Neptune - 로컬 파일시스템 구성을 지원하는 파일시스템 주로 테스트 용도로 활용 |
| Methods in com.nhncorp.neptune.fs that return NeptuneFileSystem | |
|---|---|
static NeptuneFileSystem |
NeptuneFileSystem.get(NConfiguration conf)
|
static NeptuneFileSystem |
NeptuneFileSystem.get(NConfiguration conf,
java.lang.String fsName)
|
| Uses of NeptuneFileSystem in com.nhncorp.neptune.master |
|---|
| Methods in com.nhncorp.neptune.master with parameters of type NeptuneFileSystem | |
|---|---|
static java.lang.String |
NeptuneMaster.finalizeDrop(NeptuneMaster neptuneMaster,
NConfiguration conf,
NeptuneFileSystem fs,
com.nhncorp.pleiades.client.LockService lockService,
java.lang.String tableName,
boolean forced)
|
| Uses of NeptuneFileSystem in com.nhncorp.neptune.tabletserver |
|---|
| Methods in com.nhncorp.neptune.tabletserver that return NeptuneFileSystem | |
|---|---|
NeptuneFileSystem |
TabletMapFile.getFileSystem()
|
| Methods in com.nhncorp.neptune.tabletserver with parameters of type NeptuneFileSystem | |
|---|---|
static TabletMapFile |
DiskSSTable.mergeColumnMapFiles(NConfiguration conf,
NeptuneFileSystem resultFs,
GPath resultPath,
TabletInfo tabletInfo,
java.lang.String fileId,
java.lang.String columnName,
java.util.List<TabletMapFile> mergeMapFiles,
int numOfVersion)
|
TabletMapFile |
ColumnCollection.saveToLocalDisk(NeptuneFileSystem fs,
TabletInfo tabletInfo,
java.lang.String columnName,
java.lang.String fileId,
java.lang.String uploadAcitonId,
int numOfVersion)
BatchUpload를 위해 임시로 로컬 파일시스템에 저장시킨다. |
| Constructors in com.nhncorp.neptune.tabletserver with parameters of type NeptuneFileSystem | |
|---|---|
TabletMapFile(NConfiguration conf,
NeptuneFileSystem fs,
TabletInfo tabletInfo,
java.lang.String columnName,
java.lang.String fileId,
GPath filePath,
int numOfVersion)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||