A B C D E F G H I J K L M N O P Q R S T U V W

A

AbstractKey - Class in com.nhncorp.neptune.client
모든 Key class의 최상위 클래스
AbstractKey() - Constructor for class com.nhncorp.neptune.client.AbstractKey
 
AbstractKey(byte[]) - Constructor for class com.nhncorp.neptune.client.AbstractKey
 
AbstractKey(String) - Constructor for class com.nhncorp.neptune.client.AbstractKey
 
AbstractMatrix - Class in com.nhncorp.neptune.util.matrix
 
AbstractMatrix(NConfiguration, String, String) - Constructor for class com.nhncorp.neptune.util.matrix.AbstractMatrix
 
AbstractMatrix(NConfiguration, String, String, AbstractMatrix) - Constructor for class com.nhncorp.neptune.util.matrix.AbstractMatrix
 
AbstractTabletInputFormat - Class in com.nhncorp.neptune.parallel.hadoop
Neptune의 테이블을 입력으로 하는 Hadoop MapReduce 작업을 수행할 때 사용하는 InputFormat 일반적인 경우라면 DefaultTabletInputFormat을 사용하면 되지만 RowFilter를 이용할 경우에는 AbstractTabletInputFormat를 상속받아 RowFilter를 정의한다.
AbstractTabletInputFormat() - Constructor for class com.nhncorp.neptune.parallel.hadoop.AbstractTabletInputFormat
 
AbstractTabletInputFormat.TabletColumnRecordReader - Class in com.nhncorp.neptune.parallel.hadoop
 
AbstractTabletInputFormat.TabletColumnRecordReader(NConfiguration, String, RowFilter) - Constructor for class com.nhncorp.neptune.parallel.hadoop.AbstractTabletInputFormat.TabletColumnRecordReader
 
AbstractTabletInputFormat.TabletRowRecordReader - Class in com.nhncorp.neptune.parallel.hadoop
 
AbstractTabletInputFormat.TabletRowRecordReader(NConfiguration, String, RowFilter) - Constructor for class com.nhncorp.neptune.parallel.hadoop.AbstractTabletInputFormat.TabletRowRecordReader
 
AclManager - Class in com.nhncorp.neptune.common.ipc
 
AclManager() - Constructor for class com.nhncorp.neptune.common.ipc.AclManager
 
ACTION_TYPE - Static variable in class com.nhncorp.neptune.tabletserver.action.ApplyAction
 
ACTION_TYPE - Static variable in class com.nhncorp.neptune.tabletserver.action.CommitAction
 
ACTION_TYPE - Static variable in class com.nhncorp.neptune.tabletserver.action.MajorCompactionAction
 
ACTION_TYPE - Static variable in interface com.nhncorp.neptune.tabletserver.action.MinorCompactionActionIF
 
ACTION_TYPE - Static variable in class com.nhncorp.neptune.tabletserver.action.ScannerAction
 
ACTION_TYPE - Static variable in class com.nhncorp.neptune.tabletserver.action.TabletDropAction
 
ACTION_TYPE - Static variable in class com.nhncorp.neptune.tabletserver.action.TabletLockAction
 
ACTION_TYPE - Static variable in class com.nhncorp.neptune.tabletserver.action.TabletSplitAction
 
ACTION_TYPE - Static variable in class com.nhncorp.neptune.tabletserver.action.TxAction
 
ActionChecker - Class in com.nhncorp.neptune.tabletserver.action
 
ActionChecker(ExecutorService, ExecutorService, ExecutorService, ThreadGroup, TabletInfo) - Constructor for class com.nhncorp.neptune.tabletserver.action.ActionChecker
 
ActionIF - Interface in com.nhncorp.neptune.tabletserver.action
 
actionPerformed(ActionEvent) - Method in class com.nhncorp.neptune.client.browser.ExcelAdapter
This method is activated on the Keystrokes we are listening to in this implementation.
add() - Method in class com.nhncorp.neptune.common.MutableInteger
 
add(ColumnValue, int) - Method in class com.nhncorp.neptune.tabletserver.ValueCollection
 
ADD_OK - Static variable in interface com.nhncorp.neptune.fs.ChangeLogFileSystemIF
 
ADD_USER - Static variable in class com.nhncorp.neptune.client.shell.CommandFactory
 
addAll(ValueCollection, int) - Method in class com.nhncorp.neptune.tabletserver.ValueCollection
 
addCache(TreeMap<Row.Key, TabletInfo>, Row.Key, TabletInfo, Row.Key) - Method in class com.nhncorp.neptune.client.TabletLocationCache
 
addCell(String, Cell) - Method in class com.nhncorp.neptune.client.Row
특정 Column에 Cell(값)을 추가한다.
addCellFilter(CellFilter) - Method in class com.nhncorp.neptune.client.RowFilter
 
addCells(String, List<Cell>) - Method in class com.nhncorp.neptune.client.Row
특정 Column에 Cell의 목록을 추가한다.
addCells(Row, String, List<ScanCell>) - Static method in class com.nhncorp.neptune.client.ScanCell
 
addChangeLog(String, String, int, ChangeLog) - Method in interface com.nhncorp.neptune.changelog.previous.ChangeLogServerIF
 
addChangeLog(String, int, ChangeLog) - Method in class com.nhncorp.neptune.changelog.previous.FileChangeLogManager
 
addChangeLog(String, String, int, ChangeLog) - Method in class com.nhncorp.neptune.changelog.previous.FileChangeLogServer
 
addChangeLog(String, String, int, ChangeLog) - Method in interface com.nhncorp.neptune.changelog.previous.FileChangeLogServerIF
 
addChangeLog(String, String, int, ChangeLog) - Method in interface com.nhncorp.neptune.fs.ChangeLogFileSystemIF
ChangeLog를 저장한다.
addChangeLog(String, String, int, ChangeLog) - Method in class com.nhncorp.neptune.fs.LocalChangeLogFileSystem
 
addChangeLog(String, String, int, ChangeLog) - Method in class com.nhncorp.neptune.fs.old.FileBasedChangeLogFileSystem
 
addChangeLog(String, String, int, ChangeLog) - Method in class com.nhncorp.neptune.fs.PipeBasedChangeLogFileSystem
 
addChangeLog(ChangeLog) - Method in class com.nhncorp.neptune.tabletserver.TxValue
 
addColumn(String) - Method in class com.nhncorp.neptune.client.NTable
테이블에 컬럼을 추가한다.
addColumn(String) - Method in class com.nhncorp.neptune.client.shell.create.CreateQuery
 
addColumn(String, String) - Method in class com.nhncorp.neptune.client.shell.delete.DeleteQuery
 
addColumn(String) - Method in class com.nhncorp.neptune.client.shell.insert.InsertQuery
 
addColumn(String, String) - Method in class com.nhncorp.neptune.master.NeptuneMaster
테이블에 컬럼을 추가한다.
addColumn(String, String) - Method in interface com.nhncorp.neptune.master.TableManagerProtocol
테이블에 Column을 추가한다.
addColumn(String) - Method in class com.nhncorp.neptune.tablet.TableSchema
 
addColumn(String) - Method in class com.nhncorp.neptune.tabletserver.Tablet
 
addColumn(String, String, String) - Method in interface com.nhncorp.neptune.tabletserver.TabletManagerProtocol
 
addColumn(String, String, String) - Method in class com.nhncorp.neptune.tabletserver.TabletServer
 
addColumnRecords(Row.Key, ColumnValue[][]) - Method in class com.nhncorp.neptune.tabletserver.UploaderCache
 
addDefaultResource(String) - Method in class com.nhncorp.neptune.common.conf.NConfiguration
Add a default resource.
addDefaultResource(URL) - Method in class com.nhncorp.neptune.common.conf.NConfiguration
Add a default resource.
addErrorTrace(String) - Method in class com.nhncorp.neptune.tabletserver.AsyncTask
 
addFinalResource(String) - Method in class com.nhncorp.neptune.common.conf.NConfiguration
Add a final resource.
addFinalResource(URL) - Method in class com.nhncorp.neptune.common.conf.NConfiguration
Add a final resource.
addMergedFiles(Map<String, List<TabletMapFile>>, Map<String, TabletMapFile>) - Method in class com.nhncorp.neptune.tabletserver.DiskSSTable
 
addMergedFiles(Map<String, List<TabletMapFile>>, Map<String, TabletMapFile>) - Method in interface com.nhncorp.neptune.tabletserver.DiskSSTableIF
 
addNumOfTablets() - Method in class com.nhncorp.neptune.tabletserver.TabletServerInfo
 
addPermission(String, String) - Method in class com.nhncorp.neptune.tablet.TableSchema
 
addQuery(String) - Method in class com.nhncorp.neptune.client.browser.QueryPanelModel
 
addQueryTab() - Method in class com.nhncorp.neptune.client.browser.NeptuneBrowser
 
addServlet(String, String, Class<T>) - Method in class com.nhncorp.neptune.common.NStatusHttpServer
Add a servlet in the server.
addTablePermission(String, String, String) - Method in class com.nhncorp.neptune.master.NeptuneMaster
 
addTablePermission(String, String, String) - Method in interface com.nhncorp.neptune.master.TableManagerProtocol
 
addTablet(Row.Key) - Method in class com.nhncorp.neptune.client.NTable
테이블에 새로운 Tablet을 추가한다
addTablet(String, Row.Key) - Method in class com.nhncorp.neptune.master.NeptuneMaster
 
addTablet(String, Row.Key) - Method in interface com.nhncorp.neptune.master.TableManagerProtocol
테이블에 새로운 Tablet을 추가한다.
addTabletMapFile(String, TabletMapFile) - Method in class com.nhncorp.neptune.tabletserver.DiskSSTable
 
addTabletMapFile(String, TabletMapFile) - Method in interface com.nhncorp.neptune.tabletserver.DiskSSTableIF
 
addToUploader(String, String, double) - Method in class com.nhncorp.neptune.util.matrix.AbstractMatrix
 
addToUploader(String, String, double) - Method in class com.nhncorp.neptune.util.matrix.Matrix
 
addToUploader(String, String, double) - Method in class com.nhncorp.neptune.util.matrix.SparseMatrix
 
addTx(boolean, long) - Method in class com.nhncorp.neptune.tabletserver.TabletServerTxStatistics
Tx 내역을 추가한다.
addUser(String) - Method in class com.nhncorp.neptune.master.NeptuneMaster
 
addUser(String) - Method in interface com.nhncorp.neptune.master.TableManagerProtocol
 
AddUserCommand - Class in com.nhncorp.neptune.client.shell.user
 
AddUserCommand() - Constructor for class com.nhncorp.neptune.client.shell.user.AddUserCommand
 
addValue(Cell.Value) - Method in class com.nhncorp.neptune.client.Cell
값을 추가한다.
addValue(String, String) - Method in class com.nhncorp.neptune.client.shell.insert.InsertQuery
 
addValue(Row.Key, ColumnValue, int) - Method in class com.nhncorp.neptune.tabletserver.ColumnCollection
 
addValue(String, String, double) - Method in class com.nhncorp.neptune.util.matrix.AbstractMatrix
 
addValue(String, String, double) - Method in class com.nhncorp.neptune.util.matrix.Matrix
 
addValue(String, String, double) - Method in class com.nhncorp.neptune.util.matrix.SparseMatrix
 
addVersionLimit(int) - Method in class com.nhncorp.neptune.client.shell.create.CreateQuery
 
adjustBeginLineColumn(int, int) - Method in class com.nhncorp.neptune.client.shell.create.SimpleCharStream
Method to adjust line and column numbers for the start of a token.
adjustBeginLineColumn(int, int) - Method in class com.nhncorp.neptune.client.shell.delete.SimpleCharStream
Method to adjust line and column numbers for the start of a token.
adjustBeginLineColumn(int, int) - Method in class com.nhncorp.neptune.client.shell.generated.SimpleCharStream
Method to adjust line and column numbers for the start of a token.
adjustBeginLineColumn(int, int) - Method in class com.nhncorp.neptune.client.shell.insert.SimpleCharStream
Method to adjust line and column numbers for the start of a token.
adjustBeginLineColumn(int, int) - Method in class com.nhncorp.neptune.client.shell.select.generated.JavaCharStream
Method to adjust line and column numbers for the start of a token.
AND - Static variable in interface com.nhncorp.neptune.client.shell.generated.ShellParserConstants
RegularExpression Id.
AndOrExpression - Class in com.nhncorp.neptune.client.shell.select
 
AndOrExpression() - Constructor for class com.nhncorp.neptune.client.shell.select.AndOrExpression
 
AndOrOperator - Class in com.nhncorp.neptune.client.shell.select
 
AndOrOperator(boolean) - Constructor for class com.nhncorp.neptune.client.shell.select.AndOrOperator
 
append(ChangeLog) - Method in class com.nhncorp.neptune.changelog.ChangeLogClient
 
apply(String, Row.Key, TxId, ChangeLog[], boolean) - Method in interface com.nhncorp.neptune.tabletserver.DataServiceProtocol
 
apply(Row.Key, TxId, ChangeLog[], boolean) - Method in class com.nhncorp.neptune.tabletserver.Tablet
 
apply(String, Row.Key, TxId, ChangeLog[], boolean) - Method in class com.nhncorp.neptune.tabletserver.TabletServer
 
ApplyAction - Class in com.nhncorp.neptune.tabletserver.action
 
ApplyAction(TxId) - Constructor for class com.nhncorp.neptune.tabletserver.action.ApplyAction
 
ARRAY_CLASS_LENGTH - Static variable in class com.nhncorp.neptune.tablet.ColumnValue
 
ARRAY_CLASS_NAME - Static variable in class com.nhncorp.neptune.tablet.ColumnValue
 
arrayToString(String[]) - Static method in class com.nhncorp.neptune.common.util.StringUtils
Given an array of strings, return a comma-separated list of its elements.
assignTablet(TabletInfo) - Method in class com.nhncorp.neptune.master.NeptuneMaster
Tablet을 tablet server에 할당한다. ignoreFlag는 tablet이 현재 다른 tabletserver에 의해 로딩중이거나 서비스중에 상관없이 지정된 tablet server로 할당된다.
assignTablet(TabletInfo) - Method in interface com.nhncorp.neptune.master.TabletMasterProtocol
 
assignTablet(TabletInfo) - Method in interface com.nhncorp.neptune.tabletserver.TabletManagerProtocol
 
assignTablet(TabletInfo) - Method in class com.nhncorp.neptune.tabletserver.TabletServer
 
AsyncCall - Class in com.nhncorp.neptune.client
 
AsyncCall() - Constructor for class com.nhncorp.neptune.client.AsyncCall
 
AsyncCallProtocol - Interface in com.nhncorp.neptune.common
 
AsyncDataReceiver - Interface in com.nhncorp.neptune.client
멀티 쓰레드를 여러개의 row를 동시에 조회하는 경우 NTable에 의해 조회된 데이터를 처리하기 위한 인터페이스.
AsyncTask - Class in com.nhncorp.neptune.tabletserver
 
AsyncTask() - Constructor for class com.nhncorp.neptune.tabletserver.AsyncTask
 
AsyncTaskManager - Class in com.nhncorp.neptune.tabletserver
 
AsyncTaskManager() - Constructor for class com.nhncorp.neptune.tabletserver.AsyncTaskManager
 
AsyncTaskStatus - Class in com.nhncorp.neptune.tabletserver
 
AsyncTaskStatus() - Constructor for class com.nhncorp.neptune.tabletserver.AsyncTaskStatus
 

A B C D E F G H I J K L M N O P Q R S T U V W