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

S

S_ALL - Static variable in interface com.nhncorp.neptune.client.shell.select.generated.QueryParserConstants
RegularExpression Id.
S_IDENTIFIER - Static variable in interface com.nhncorp.neptune.client.shell.select.generated.QueryParserConstants
RegularExpression Id.
S_NUMBER - Static variable in interface com.nhncorp.neptune.client.shell.select.generated.QueryParserConstants
RegularExpression Id.
saveFile(File, String) - Static method in class com.nhncorp.neptune.common.util.FileUtil
 
saveFile(byte[], String) - Static method in class com.nhncorp.neptune.common.util.FileUtil
 
saveQuery(String) - Method in class com.nhncorp.neptune.client.browser.QueryPanelModel
 
saveTabletSplitedInfo(String, TabletInfo, TabletInfo[]) - Method in interface com.nhncorp.neptune.tabletserver.DataServiceProtocol
 
saveTabletSplitedInfo(TxId, TabletInfo, TabletInfo[]) - Method in class com.nhncorp.neptune.tabletserver.Tablet
META/ROOT tablet에 split된 tablet 정보를 저장한다. 3개의 작업(1 delete, 2 insert)이 하나의 change log에 저장되도록한다.
saveTabletSplitedInfo(String, TabletInfo, TabletInfo[]) - Method in class com.nhncorp.neptune.tabletserver.TabletServer
 
saveToDisk(TabletInfo, String, String, int) - Method in class com.nhncorp.neptune.tabletserver.ColumnCollection
데이터를 임시 디렉토리에 저장한다.
saveToDisk(TabletInfo, String) - Method in class com.nhncorp.neptune.tabletserver.MemorySSTable
임시버퍼(compactingColumnCollections)에 저장된 데이터를 파일로 저장한다.
saveToDisk(TabletInfo, String) - Method in interface com.nhncorp.neptune.tabletserver.MemorySSTableIF
 
saveToDisk() - Method in class com.nhncorp.neptune.tabletserver.UploaderCache
 
saveToFile(String) - Method in class com.nhncorp.neptune.client.browser.QueryTableModel
 
saveToLocalDisk(NeptuneFileSystem, TabletInfo, String, String, String, int) - Method in class com.nhncorp.neptune.tabletserver.ColumnCollection
BatchUpload를 위해 임시로 로컬 파일시스템에 저장시킨다.
scan(Row.Key, Cell.Key) - Method in class com.nhncorp.neptune.tabletserver.TabletMapFile
 
scan(Row.Key) - Method in class com.nhncorp.neptune.tabletserver.TabletMapFile
 
ScanCell - Class in com.nhncorp.neptune.client
테이블의 데이터를 TableScanner를 이용하여 조회하는 경우 반환되는 객체
ScanCell() - Constructor for class com.nhncorp.neptune.client.ScanCell
 
scanClosestColumnValues(Row.Key, MemorySSTableIF) - Method in class com.nhncorp.neptune.tabletserver.TabletMapFile
 
Scanner - Interface in com.nhncorp.neptune.tabletserver
 
SCANNER_END - Static variable in interface com.nhncorp.neptune.common.Constants
 
SCANNER_OPEN_FAIL - Static variable in interface com.nhncorp.neptune.common.Constants
 
SCANNER_OPEN_SUCCESS - Static variable in interface com.nhncorp.neptune.common.Constants
 
SCANNER_OPEN_TIMEOUT - Static variable in interface com.nhncorp.neptune.client.scanner.TableScanner
 
ScannerAction - Class in com.nhncorp.neptune.tabletserver.action
 
ScannerAction(String) - Constructor for class com.nhncorp.neptune.tabletserver.action.ScannerAction
 
ScannerFactory - Class in com.nhncorp.neptune.client.scanner
TableScanner를 오픈하는데 사용하는 클래스 Tablet에 TableScanner가 오픈되어 있으면 Split Action은 수행되지 않는다.
ScannerFactory() - Constructor for class com.nhncorp.neptune.client.scanner.ScannerFactory
 
scanNext(String) - Method in class com.nhncorp.neptune.tabletserver.Tablet
Client API에서는 ColumnRecord 하나만 반환하도록 하지만 네트워크 연결 횟수를 줄이기 위해 한번에 fetch하는 사이즈 만큼 전송한다.
SCHEMA_DESCRIPTION_FILE_NAME - Static variable in interface com.nhncorp.neptune.common.Constants
 
SCHEMA_INFO_FILENAME - Static variable in interface com.nhncorp.neptune.common.Constants
 
search(Row.Key, String, Cell.Key) - Method in class com.nhncorp.neptune.tabletserver.DiskSSTable
 
search(Row.Key, String) - Method in class com.nhncorp.neptune.tabletserver.DiskSSTable
 
search(Row.Key, String, RowFilter) - Method in class com.nhncorp.neptune.tabletserver.DiskSSTable
 
search(Row.Key, String, Cell.Key) - Method in class com.nhncorp.neptune.tabletserver.MemorySSTable
 
search(Row.Key, String) - Method in class com.nhncorp.neptune.tabletserver.MemorySSTable
결과는 순서로 정렬되어 있지 않다.
search(Row.Key, String, Cell.Key) - Method in class com.nhncorp.neptune.tabletserver.RecordSearcher
 
search(Row.Key, String) - Method in class com.nhncorp.neptune.tabletserver.RecordSearcher
 
search(Row.Key, String[]) - Method in class com.nhncorp.neptune.tabletserver.RecordSearcher
여러개의 컬럼에 대한 값을 반환한다.
search(RowFilter) - Method in class com.nhncorp.neptune.tabletserver.RecordSearcher
 
Searchable - Interface in com.nhncorp.neptune.tabletserver
 
searchAllVersion(Row.Key, String, Cell.Key) - Method in class com.nhncorp.neptune.tabletserver.DiskSSTable
 
seek(InputStream, long) - Method in class com.nhncorp.neptune.fs.HadoopFileSystem
 
seek(InputStream, long) - Method in class com.nhncorp.neptune.fs.LocalFileSystem
 
seek(InputStream, long) - Method in class com.nhncorp.neptune.fs.NeptuneFileSystem
 
select() - Method in class com.nhncorp.neptune.client.procedure.Selector
 
SELECT - Static variable in class com.nhncorp.neptune.client.shell.CommandFactory
 
SELECT - Static variable in interface com.nhncorp.neptune.client.shell.generated.ShellParserConstants
RegularExpression Id.
SelectCommand - Class in com.nhncorp.neptune.client.shell.select
구분자는 첫번째 row의 데이터 길이를 기준으로 생성 컬럼명보다 첫번째 row의 데이터 길이가 작은 경우 컬러명 기준 1000 byte까지만 허용
SelectCommand() - Constructor for class com.nhncorp.neptune.client.shell.select.SelectCommand
 
SELECTION - Static variable in interface com.nhncorp.neptune.client.shell.generated.ShellParserConstants
RegularExpression Id.
Selector - Class in com.nhncorp.neptune.client.procedure
 
Selector(String) - Constructor for class com.nhncorp.neptune.client.procedure.Selector
 
SelectQuery - Class in com.nhncorp.neptune.client.shell.select
 
SelectQuery(String) - Constructor for class com.nhncorp.neptune.client.shell.select.SelectQuery
 
SEPARATOR - Static variable in class com.nhncorp.neptune.fs.GPath
The directory separator, a slash.
SEPARATOR_CHAR - Static variable in class com.nhncorp.neptune.fs.GPath
 
seq - Variable in class com.nhncorp.neptune.changelog.TestChangeLog
 
SERVER - Static variable in interface com.nhncorp.neptune.common.Constants
 
ServerLocationManager - Class in com.nhncorp.neptune.changelog
 
SERVICE_NAME - Static variable in class com.nhncorp.neptune.common.conf.NConfiguration
 
set(String, Object) - Method in class com.nhncorp.neptune.common.conf.NConfiguration
Sets the value of the name property.
set(Object) - Method in class com.nhncorp.neptune.common.io.NObjectWritable
Reset the instance.
set(String) - Method in class com.nhncorp.neptune.common.io.NText
Set to contain the contents of a string.
set(byte[]) - Method in class com.nhncorp.neptune.common.io.NText
Set to a utf8 byte array
set(NText) - Method in class com.nhncorp.neptune.common.io.NText
copy a text.
set(byte[], int, int) - Method in class com.nhncorp.neptune.common.io.NText
Set the Text to range of bytes
set(String) - Method in class com.nhncorp.neptune.common.io.NUTF8
Set to contain the contents of a string.
set(NUTF8) - Method in class com.nhncorp.neptune.common.io.NUTF8
Set to contain the contents of a string.
SET_CHARSET - Static variable in class com.nhncorp.neptune.client.shell.CommandFactory
 
setAllCells(Map<String, List<Cell>>) - Method in class com.nhncorp.neptune.client.Row
 
setAlreadyRun(boolean) - Method in class com.nhncorp.neptune.common.aop.UnitTestDetail
 
setAnd(boolean) - Method in class com.nhncorp.neptune.client.shell.select.AndOrExpression
 
setAssignedHostName(String) - Method in class com.nhncorp.neptune.tablet.TabletInfo
 
setAttribute(String, Object) - Method in class com.nhncorp.neptune.common.NStatusHttpServer
Set a value in the webapp context.
setBefore(boolean) - Method in class com.nhncorp.neptune.common.aop.UnitTestDetail
 
setBoolean(String, boolean) - Method in class com.nhncorp.neptune.common.conf.NConfiguration
Sets the value of the name property to an integer.
setBytes(byte[]) - Method in class com.nhncorp.neptune.client.Cell.Value
 
setCellKey(Cell.Key) - Method in class com.nhncorp.neptune.client.ScanCell
 
setCellKey(Cell.Key) - Method in class com.nhncorp.neptune.tablet.ColumnValue
 
setCellValue(Cell.Value) - Method in class com.nhncorp.neptune.client.ScanCell
 
SetCharsetCommand - Class in com.nhncorp.neptune.client.shell
 
SetCharsetCommand() - Constructor for class com.nhncorp.neptune.client.shell.SetCharsetCommand
 
setClass(String, Class<?>, Class<?>) - Method in class com.nhncorp.neptune.common.conf.NConfiguration
Sets the value of the name property to the name of a class.
setClassLoader(ClassLoader) - Method in class com.nhncorp.neptune.common.conf.NConfiguration
Set the class loader that will be used to load the various objects.
setColumn(String, Cell.Key) - Method in class com.nhncorp.neptune.client.CellFilter
 
setColumn(String) - Method in class com.nhncorp.neptune.util.matrix.MatrixItem
 
setColumnIndexSize(long[]) - Method in class com.nhncorp.neptune.tablet.TabletReport
 
setColumnMapFileCount(int[]) - Method in class com.nhncorp.neptune.tablet.TabletReport
 
setColumnMapFileSize(int[]) - Method in class com.nhncorp.neptune.tablet.TabletReport
 
setColumnName(String) - Method in class com.nhncorp.neptune.client.CellFilter
 
setColumnName(String) - Method in class com.nhncorp.neptune.client.ScanCell
 
setColumnName(String) - Method in class com.nhncorp.neptune.tablet.RowColumnValues
 
setColumnNames(List<String>) - Method in class com.nhncorp.neptune.client.shell.insert.InsertQuery
 
setColumnRecords(ColumnValue[]) - Method in class com.nhncorp.neptune.tablet.RowColumnValues
 
setColumnRecords(SortedSet<ColumnValue>) - Method in class com.nhncorp.neptune.tabletserver.ValueCollection
 
setColumns(List<String>) - Method in class com.nhncorp.neptune.client.shell.select.SelectQuery
 
setColumns(List<String>) - Method in class com.nhncorp.neptune.tablet.TableSchema
 
setCompacting(boolean) - Method in class com.nhncorp.neptune.tabletserver.MemorySSTable
 
setCompacting(boolean) - Method in interface com.nhncorp.neptune.tabletserver.MemorySSTableIF
 
setConf(NConfiguration) - Method in interface com.nhncorp.neptune.common.conf.NConfigurable
Set the configuration to be used by this object.
setConf(NConfiguration) - Method in class com.nhncorp.neptune.common.conf.NConfigured
 
setConf(NConfiguration) - Method in class com.nhncorp.neptune.common.io.NObjectWritable
 
setConf(Object, NConfiguration) - Static method in class com.nhncorp.neptune.common.util.ReflectionUtils
Check and set 'configuration' if necessary.
setConsistencyCheck(boolean) - Method in class com.nhncorp.neptune.changelog.ChangeLogClient
 
setContentionTracing(boolean) - Static method in class com.nhncorp.neptune.common.util.ReflectionUtils
 
setDebugStream(PrintStream) - Method in class com.nhncorp.neptune.client.shell.create.CreateParserTokenManager
Set debug output.
setDebugStream(PrintStream) - Method in class com.nhncorp.neptune.client.shell.delete.DeleteParserTokenManager
Set debug output.
setDebugStream(PrintStream) - Method in class com.nhncorp.neptune.client.shell.generated.ShellParserTokenManager
Set debug output.
setDebugStream(PrintStream) - Method in class com.nhncorp.neptune.client.shell.insert.InsertParserTokenManager
Set debug output.
setDebugStream(PrintStream) - Method in class com.nhncorp.neptune.client.shell.select.generated.QueryParserTokenManager
Set debug output.
setDeleted(boolean) - Method in class com.nhncorp.neptune.client.Cell.Value
 
setDeleted(boolean) - Method in class com.nhncorp.neptune.tablet.ColumnValue
 
setDescription(String) - Method in class com.nhncorp.neptune.tablet.TableSchema
 
setDiskSSTable(DiskSSTableIF) - Method in class com.nhncorp.neptune.tabletserver.Tablet
 
setEnd(boolean) - Method in class com.nhncorp.neptune.changelog.previous.ReadyMinorCompaction
 
setEnd(boolean) - Method in class com.nhncorp.neptune.tabletserver.action.MajorCompactionAction
 
setEnd(boolean) - Method in class com.nhncorp.neptune.tabletserver.action.MinorCompactionAction
 
setEnd(boolean) - Method in interface com.nhncorp.neptune.tabletserver.action.MinorCompactionActionIF
 
setEnd(boolean) - Method in class com.nhncorp.neptune.tabletserver.action.TabletSplitAction
 
setEndRowKey(Row.Key) - Method in class com.nhncorp.neptune.client.RowFilter
 
setEndRowKey(Row.Key) - Method in class com.nhncorp.neptune.tablet.TabletInfo
 
setEndTime(long) - Method in class com.nhncorp.neptune.client.shell.select.SelectQuery
 
setEndTimestamp(long) - Method in class com.nhncorp.neptune.client.CellFilter
 
setErrMessage(String) - Method in class com.nhncorp.neptune.changelog.previous.ReadyMinorCompaction
 
setEventHandler(PipeEventHandler) - Method in class com.nhncorp.neptune.changelog.pipe.Pipe
 
setFactory(Class, NWritableFactory) - Static method in class com.nhncorp.neptune.common.io.NWritableFactories
Define a factory for a class.
setFileCount(int) - Method in class com.nhncorp.neptune.changelog.previous.ChangeLogStatus
 
setFileSize(long) - Method in class com.nhncorp.neptune.changelog.previous.ChangeLogStatus
 
setFreeMemory(long) - Method in class com.nhncorp.neptune.tabletserver.TabletServerStatus
 
setFromTable(String) - Method in class com.nhncorp.neptune.client.shell.select.SelectQuery
 
setHandlers(List<String>) - Method in class com.nhncorp.neptune.common.aop.ClassInfo
 
setHostName(String) - Method in class com.nhncorp.neptune.changelog.previous.ChangeLogStatus
 
setInChangeLogError(boolean) - Method in class com.nhncorp.neptune.tabletserver.Tablet
 
setInt(String, int) - Method in class com.nhncorp.neptune.common.conf.NConfiguration
Sets the value of the name property to an integer.
setInvokeHandler(String, List<String>) - Method in class com.nhncorp.neptune.common.aop.ClassInfoUtil
 
setJobConf(JobConf) - Method in class com.nhncorp.neptune.common.conf.NConfiguration
 
setJTable(JTable) - Method in class com.nhncorp.neptune.client.browser.ExcelAdapter
 
setKey(Cell.Key) - Method in class com.nhncorp.neptune.client.Cell
 
setKey(Row.Key) - Method in class com.nhncorp.neptune.client.Row
 
setLastHeartbeatTime(long) - Method in class com.nhncorp.neptune.tabletserver.TabletServerInfo
 
setLeft(Expression) - Method in class com.nhncorp.neptune.client.shell.select.BinaryExpression
 
setListenPortNumber(int) - Method in class com.nhncorp.neptune.changelog.pipe.Pipe
 
setLogPath(String) - Method in class com.nhncorp.neptune.changelog.pipe.Pipe
 
setLong(String, long) - Method in class com.nhncorp.neptune.common.conf.NConfiguration
Sets the value of the name property to a long.
setMaxMemory(long) - Method in class com.nhncorp.neptune.tabletserver.TabletServerStatus
 
setMaxSeq(int) - Method in class com.nhncorp.neptune.changelog.previous.ChangeLogStatus
 
setMaxTxId(String) - Method in class com.nhncorp.neptune.changelog.previous.ChangeLogStatus
 
setMemoryTabletDataCount(int[]) - Method in class com.nhncorp.neptune.tablet.TabletReport
 
setMemoryTabletSize(int) - Method in class com.nhncorp.neptune.tablet.TabletReport
 
setMethodName(String) - Method in class com.nhncorp.neptune.common.aop.UnitTestDetail
 
setNeedCompaction(boolean) - Method in class com.nhncorp.neptune.changelog.previous.ChangeLogStatus
 
setNumEtcThread(int) - Method in class com.nhncorp.neptune.tabletserver.TabletServerStatus
 
setNumMajorThread(int) - Method in class com.nhncorp.neptune.tabletserver.TabletServerStatus
 
setNumOfTablets(int) - Method in class com.nhncorp.neptune.tabletserver.TabletServerInfo
 
setNumOfValues(int) - Method in class com.nhncorp.neptune.client.Cell.Value
 
setNumOfValues(int) - Method in class com.nhncorp.neptune.client.CellFilter
하나의 Row에 여러개의 Cell.Key 값이 있는 경우 Top N의 Cell.Key에 해당하는 Cell을 조회하는 경우
setNumOfValues(int) - Method in class com.nhncorp.neptune.tablet.ColumnValue
 
setNumOfVersion(int) - Method in class com.nhncorp.neptune.tablet.TableSchema
 
setNumOfVersions(int) - Method in class com.nhncorp.neptune.client.CellFilter
하나의 Cell.Key에 여러 버전이 있는 경우 Top N만 조회할 경우 설정
setNumSplitThread(int) - Method in class com.nhncorp.neptune.tabletserver.TabletServerStatus
 
setOnlyOneTarget(boolean) - Method in class com.nhncorp.neptune.common.aop.UnitTestDetail
 
setOwner(String) - Method in class com.nhncorp.neptune.tablet.TableSchema
 
setParamValue(String[][]) - Method in class com.nhncorp.neptune.client.shell.select.AndOrExpression
 
setParamValue(String[][]) - Method in class com.nhncorp.neptune.client.shell.select.CompareExpression
 
setParamValue(String[][]) - Method in class com.nhncorp.neptune.client.shell.select.Expression
fieldName, value
setParamValue(String[][]) - Method in class com.nhncorp.neptune.client.shell.select.ValueExpression
 
setPermission(GPath, short) - Method in class com.nhncorp.neptune.fs.HadoopFileSystem
 
setPermission(GPath, short) - Method in class com.nhncorp.neptune.fs.LocalFileSystem
 
setPermission(GPath, short) - Method in class com.nhncorp.neptune.fs.NeptuneFileSystem
 
setProperty(String, String) - Method in interface com.nhncorp.neptune.tabletserver.TabletManagerProtocol
 
setProperty(String, String) - Method in class com.nhncorp.neptune.tabletserver.TabletServer
 
setQuietMode(boolean) - Method in class com.nhncorp.neptune.common.conf.NConfiguration
Make this class quiet.
setReady(boolean) - Method in class com.nhncorp.neptune.tabletserver.Tablet
 
setRight(Expression) - Method in class com.nhncorp.neptune.client.shell.select.BinaryExpression
 
setRow(String) - Method in class com.nhncorp.neptune.util.matrix.MatrixItem
 
setRowKey(Row.Key) - Method in class com.nhncorp.neptune.client.RowFilter
 
setRowKey(Row.Key) - Method in class com.nhncorp.neptune.client.ScanCell
 
setRowKey(Row.Key) - Method in class com.nhncorp.neptune.client.scanner.MergeScanner.RowArray
 
setRowKey(String) - Method in class com.nhncorp.neptune.client.shell.delete.DeleteQuery
 
setRowKey(String) - Method in class com.nhncorp.neptune.client.shell.insert.InsertQuery
 
setRowKey(Row.Key) - Method in class com.nhncorp.neptune.tablet.ColumnValue
 
setRowKey(Row.Key) - Method in class com.nhncorp.neptune.tablet.RowColumnValues
 
setRows(Row[]) - Method in class com.nhncorp.neptune.client.scanner.MergeScanner.RowArray
 
setRunMode(String) - Method in class com.nhncorp.neptune.client.shell.select.SelectQuery
 
setRunningActions(String[]) - Method in class com.nhncorp.neptune.tablet.TabletReport
 
setServerFreeMemory(long) - Method in class com.nhncorp.neptune.tablet.TabletReport
 
setServerMaxMemory(long) - Method in class com.nhncorp.neptune.tablet.TabletReport
 
setServerStartTime(long) - Method in class com.nhncorp.neptune.tabletserver.TabletServerStatus
 
setServerTotalMemory(long) - Method in class com.nhncorp.neptune.tablet.TabletReport
 
setServiceId(String) - Method in class com.nhncorp.neptune.client.browser.NeptuneBrowser
 
setStartRowKey(Row.Key) - Method in class com.nhncorp.neptune.client.RowFilter
 
setStartTime(long) - Method in class com.nhncorp.neptune.client.shell.select.SelectQuery
 
setStartTimestamp(long) - Method in class com.nhncorp.neptune.client.CellFilter
 
setStatusBar(String) - Method in class com.nhncorp.neptune.client.browser.NeptuneBrowser
화면하단의 상태바를 설정한다.
setSystemTimestamp(boolean) - Method in class com.nhncorp.neptune.tabletserver.TxId
 
setTableName(String) - Method in class com.nhncorp.neptune.client.shell.create.CreateQuery
 
setTableName(String) - Method in class com.nhncorp.neptune.client.shell.delete.DeleteQuery
 
setTableName(String) - Method in class com.nhncorp.neptune.client.shell.insert.InsertQuery
 
setTableName(String) - Method in class com.nhncorp.neptune.tablet.TableSchema
 
setTableName(String) - Method in class com.nhncorp.neptune.tablet.TabletInfo
 
setTabletInfo(TabletInfo) - Method in class com.nhncorp.neptune.tablet.TabletReport
 
setTabletName(String) - Method in class com.nhncorp.neptune.tablet.TabletInfo
 
setTabletName(String) - Method in class com.nhncorp.neptune.util.matrix.SparseMatrix
 
setTabletRows(int) - Method in class com.nhncorp.neptune.client.shell.select.SelectQuery
 
setTargetClass(String) - Method in class com.nhncorp.neptune.common.aop.UnitTestDetail
 
setTargetObject(ProxyObject) - Method in class com.nhncorp.neptune.common.aop.DefaultInvocationHandler
 
setTargetObject(ProxyObject) - Method in class com.nhncorp.neptune.common.aop.TestHandler
 
setTestProcessor(DistributedUnitTestProcessor) - Method in class com.nhncorp.neptune.common.aop.UnitTestDetail
 
setTestProcessorClassName(String) - Method in class com.nhncorp.neptune.common.aop.UnitTestDetail
 
setTheme() - Static method in class com.nhncorp.neptune.client.browser.NeptuneBrowser
 
setThreads(int, int) - Method in class com.nhncorp.neptune.common.NStatusHttpServer
 
setTimeout(int) - Method in class com.nhncorp.neptune.common.ipc.NClient
Sets the timeout used for network i/o.
setTimestamp(long) - Method in class com.nhncorp.neptune.client.Cell.Value
 
setTimestamp(long) - Method in class com.nhncorp.neptune.tablet.ColumnValue
 
setTotalMemory(long) - Method in class com.nhncorp.neptune.tabletserver.TabletServerStatus
 
setTxId(String) - Method in class com.nhncorp.neptune.tabletserver.TxId
 
setTxStatistics(String[]) - Method in class com.nhncorp.neptune.tabletserver.TabletServerStatus
 
setType(int) - Method in class com.nhncorp.neptune.client.shell.select.CompareExpression
 
setUserId(String) - Method in class com.nhncorp.neptune.common.conf.NConfiguration
 
setValue(String) - Method in class com.nhncorp.neptune.client.shell.select.ValueExpression
 
setValue(boolean) - Method in class com.nhncorp.neptune.common.MutableBoolean
 
setValue(int) - Method in class com.nhncorp.neptune.common.MutableInteger
 
setValue(byte[]) - Method in class com.nhncorp.neptune.tablet.ColumnValue
 
setValue(byte[], byte[], long, long) - Method in class com.nhncorp.neptune.tabletserver.MapFileIndexRecord
 
setValue(double) - Method in class com.nhncorp.neptune.util.matrix.MatrixItem
 
setValueAt(Object, int, int) - Method in class com.nhncorp.neptune.client.browser.QueryTableModel
 
setValueAt(Object, int, int) - Method in class com.nhncorp.neptune.client.browser.TableListTableModel
 
setValueAt(Object, int, int) - Method in class com.nhncorp.neptune.client.browser.TabletStatusTableModel
 
setValues(List<Cell.Value>) - Method in class com.nhncorp.neptune.client.Cell
 
setWaitingActions(String[]) - Method in class com.nhncorp.neptune.tablet.TabletReport
 
setWhereComponents(List<WhereComponent>) - Method in class com.nhncorp.neptune.client.shell.select.SelectQuery
 
Shell - Class in com.nhncorp.neptune.client
Neptune shell.
Shell() - Constructor for class com.nhncorp.neptune.client.Shell
 
SHELL_VERSION - Static variable in class com.nhncorp.neptune.client.Shell
 
ShellParser - Class in com.nhncorp.neptune.client.shell.generated
Parsing command line.
ShellParser(String) - Constructor for class com.nhncorp.neptune.client.shell.generated.ShellParser
 
ShellParser(InputStream) - Constructor for class com.nhncorp.neptune.client.shell.generated.ShellParser
Constructor with InputStream.
ShellParser(InputStream, String) - Constructor for class com.nhncorp.neptune.client.shell.generated.ShellParser
Constructor with InputStream and supplied encoding
ShellParser(Reader) - Constructor for class com.nhncorp.neptune.client.shell.generated.ShellParser
Constructor.
ShellParser(ShellParserTokenManager) - Constructor for class com.nhncorp.neptune.client.shell.generated.ShellParser
Constructor with generated Token Manager.
ShellParserConstants - Interface in com.nhncorp.neptune.client.shell.generated
Token literal values and constants.
ShellParserTokenManager - Class in com.nhncorp.neptune.client.shell.generated
Token Manager.
ShellParserTokenManager(SimpleCharStream) - Constructor for class com.nhncorp.neptune.client.shell.generated.ShellParserTokenManager
Constructor.
ShellParserTokenManager(SimpleCharStream, int) - Constructor for class com.nhncorp.neptune.client.shell.generated.ShellParserTokenManager
Constructor.
SHOW - Static variable in interface com.nhncorp.neptune.client.shell.generated.ShellParserConstants
RegularExpression Id.
SHOW_TABLES - Static variable in class com.nhncorp.neptune.client.shell.CommandFactory
 
SHOW_USER - Static variable in class com.nhncorp.neptune.client.shell.CommandFactory
 
ShowCommand - Class in com.nhncorp.neptune.client.shell
 
ShowCommand() - Constructor for class com.nhncorp.neptune.client.shell.ShowCommand
 
ShowUserCommand - Class in com.nhncorp.neptune.client.shell.user
 
ShowUserCommand() - Constructor for class com.nhncorp.neptune.client.shell.user.ShowUserCommand
 
shutdown() - Method in interface com.nhncorp.neptune.changelog.previous.ChangeLogServerIF
 
shutdown() - Method in class com.nhncorp.neptune.changelog.previous.FileChangeLogServer
 
shutdown() - Method in interface com.nhncorp.neptune.changelog.previous.FileChangeLogServerIF
 
shutdown() - Method in class com.nhncorp.neptune.changelog.WorkerPool
 
shutdown() - Method in class com.nhncorp.neptune.master.NeptuneMaster
 
shutdown() - Method in interface com.nhncorp.neptune.master.NeptuneMasterIF
 
shutdown() - Method in interface com.nhncorp.neptune.tabletserver.TabletManagerProtocol
 
shutdown() - Method in class com.nhncorp.neptune.tabletserver.TabletServer
 
SimpleCharStream - Class in com.nhncorp.neptune.client.shell.create
An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (without unicode processing).
SimpleCharStream(Reader, int, int, int) - Constructor for class com.nhncorp.neptune.client.shell.create.SimpleCharStream
Constructor.
SimpleCharStream(Reader, int, int) - Constructor for class com.nhncorp.neptune.client.shell.create.SimpleCharStream
Constructor.
SimpleCharStream(Reader) - Constructor for class com.nhncorp.neptune.client.shell.create.SimpleCharStream
Constructor.
SimpleCharStream(InputStream, String, int, int, int) - Constructor for class com.nhncorp.neptune.client.shell.create.SimpleCharStream
Constructor.
SimpleCharStream(InputStream, int, int, int) - Constructor for class com.nhncorp.neptune.client.shell.create.SimpleCharStream
Constructor.
SimpleCharStream(InputStream, String, int, int) - Constructor for class com.nhncorp.neptune.client.shell.create.SimpleCharStream
Constructor.
SimpleCharStream(InputStream, int, int) - Constructor for class com.nhncorp.neptune.client.shell.create.SimpleCharStream
Constructor.
SimpleCharStream(InputStream, String) - Constructor for class com.nhncorp.neptune.client.shell.create.SimpleCharStream
Constructor.
SimpleCharStream(InputStream) - Constructor for class com.nhncorp.neptune.client.shell.create.SimpleCharStream
Constructor.
SimpleCharStream - Class in com.nhncorp.neptune.client.shell.delete
An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (without unicode processing).
SimpleCharStream(Reader, int, int, int) - Constructor for class com.nhncorp.neptune.client.shell.delete.SimpleCharStream
Constructor.
SimpleCharStream(Reader, int, int) - Constructor for class com.nhncorp.neptune.client.shell.delete.SimpleCharStream
Constructor.
SimpleCharStream(Reader) - Constructor for class com.nhncorp.neptune.client.shell.delete.SimpleCharStream
Constructor.
SimpleCharStream(InputStream, String, int, int, int) - Constructor for class com.nhncorp.neptune.client.shell.delete.SimpleCharStream
Constructor.
SimpleCharStream(InputStream, int, int, int) - Constructor for class com.nhncorp.neptune.client.shell.delete.SimpleCharStream
Constructor.
SimpleCharStream(InputStream, String, int, int) - Constructor for class com.nhncorp.neptune.client.shell.delete.SimpleCharStream
Constructor.
SimpleCharStream(InputStream, int, int) - Constructor for class com.nhncorp.neptune.client.shell.delete.SimpleCharStream
Constructor.
SimpleCharStream(InputStream, String) - Constructor for class com.nhncorp.neptune.client.shell.delete.SimpleCharStream
Constructor.
SimpleCharStream(InputStream) - Constructor for class com.nhncorp.neptune.client.shell.delete.SimpleCharStream
Constructor.
SimpleCharStream - Class in com.nhncorp.neptune.client.shell.generated
An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (without unicode processing).
SimpleCharStream(Reader, int, int, int) - Constructor for class com.nhncorp.neptune.client.shell.generated.SimpleCharStream
 
SimpleCharStream(Reader, int, int) - Constructor for class com.nhncorp.neptune.client.shell.generated.SimpleCharStream
 
SimpleCharStream(Reader) - Constructor for class com.nhncorp.neptune.client.shell.generated.SimpleCharStream
 
SimpleCharStream(InputStream, String, int, int, int) - Constructor for class com.nhncorp.neptune.client.shell.generated.SimpleCharStream
 
SimpleCharStream(InputStream, int, int, int) - Constructor for class com.nhncorp.neptune.client.shell.generated.SimpleCharStream
 
SimpleCharStream(InputStream, String, int, int) - Constructor for class com.nhncorp.neptune.client.shell.generated.SimpleCharStream
 
SimpleCharStream(InputStream, int, int) - Constructor for class com.nhncorp.neptune.client.shell.generated.SimpleCharStream
 
SimpleCharStream(InputStream, String) - Constructor for class com.nhncorp.neptune.client.shell.generated.SimpleCharStream
 
SimpleCharStream(InputStream) - Constructor for class com.nhncorp.neptune.client.shell.generated.SimpleCharStream
 
SimpleCharStream - Class in com.nhncorp.neptune.client.shell.insert
An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (without unicode processing).
SimpleCharStream(Reader, int, int, int) - Constructor for class com.nhncorp.neptune.client.shell.insert.SimpleCharStream
Constructor.
SimpleCharStream(Reader, int, int) - Constructor for class com.nhncorp.neptune.client.shell.insert.SimpleCharStream
Constructor.
SimpleCharStream(Reader) - Constructor for class com.nhncorp.neptune.client.shell.insert.SimpleCharStream
Constructor.
SimpleCharStream(InputStream, String, int, int, int) - Constructor for class com.nhncorp.neptune.client.shell.insert.SimpleCharStream
Constructor.
SimpleCharStream(InputStream, int, int, int) - Constructor for class com.nhncorp.neptune.client.shell.insert.SimpleCharStream
Constructor.
SimpleCharStream(InputStream, String, int, int) - Constructor for class com.nhncorp.neptune.client.shell.insert.SimpleCharStream
Constructor.
SimpleCharStream(InputStream, int, int) - Constructor for class com.nhncorp.neptune.client.shell.insert.SimpleCharStream
Constructor.
SimpleCharStream(InputStream, String) - Constructor for class com.nhncorp.neptune.client.shell.insert.SimpleCharStream
Constructor.
SimpleCharStream(InputStream) - Constructor for class com.nhncorp.neptune.client.shell.insert.SimpleCharStream
Constructor.
simpleHostname(String) - Static method in class com.nhncorp.neptune.common.util.StringUtils
Given a full hostname, return the word upto the first dot.
SimpleInputFormat - Class in com.nhncorp.neptune.parallel.hadoop
 
SimpleInputFormat() - Constructor for class com.nhncorp.neptune.parallel.hadoop.SimpleInputFormat
 
singleCall(Method, int, Object...) - Method in class com.nhncorp.neptune.changelog.RpcUtil
 
singleOnewayCall(Method, int, Object...) - Method in class com.nhncorp.neptune.changelog.RpcUtil
 
singleton() - Static method in class com.nhncorp.neptune.changelog.pipe.BufferPool
 
size() - Method in class com.nhncorp.neptune.tablet.ColumnValue
 
size() - Method in class com.nhncorp.neptune.tabletserver.MapFileColumnValue
 
SizeOf - Class in com.nhncorp.neptune.common.util
 
SizeOf() - Constructor for class com.nhncorp.neptune.common.util.SizeOf
 
skip(DataInput) - Static method in class com.nhncorp.neptune.common.io.NText
Skips over one Text in the input.
skip(DataInput) - Static method in class com.nhncorp.neptune.common.io.NUTF8
Skips over one UTF8 in the input.
skipCompressedByteArray(DataInput) - Static method in class com.nhncorp.neptune.common.io.NWritableUtils
 
skipFully(DataInput, int) - Static method in class com.nhncorp.neptune.common.io.NWritableUtils
Skip len number of bytes in input streamin
SORT - Static variable in interface com.nhncorp.neptune.client.shell.generated.ShellParserConstants
RegularExpression Id.
SparseMatrix - Class in com.nhncorp.neptune.util.matrix
 
SparseMatrix(NConfiguration, String, String) - Constructor for class com.nhncorp.neptune.util.matrix.SparseMatrix
 
SparseMatrix(NConfiguration, String, String, AbstractMatrix) - Constructor for class com.nhncorp.neptune.util.matrix.SparseMatrix
 
SPECIAL_CHARS - Static variable in interface com.nhncorp.neptune.client.shell.select.generated.QueryParserConstants
RegularExpression Id.
specialToken - Variable in class com.nhncorp.neptune.client.shell.create.Token
This field is used to access special tokens that occur prior to this token, but after the immediately preceding regular (non-special) token.
specialToken - Variable in class com.nhncorp.neptune.client.shell.delete.Token
This field is used to access special tokens that occur prior to this token, but after the immediately preceding regular (non-special) token.
specialToken - Variable in class com.nhncorp.neptune.client.shell.generated.Token
This field is used to access special tokens that occur prior to this token, but after the immediately preceding regular (non-special) token.
specialToken - Variable in class com.nhncorp.neptune.client.shell.insert.Token
This field is used to access special tokens that occur prior to this token, but after the immediately preceding regular (non-special) token.
specialToken - Variable in class com.nhncorp.neptune.client.shell.select.generated.Token
This field is used to access special tokens that occur prior to this token, but after the immediately preceding regular (non-special) token.
SPLIT - Static variable in interface com.nhncorp.neptune.common.Constants
 
split(String, String) - Static method in class com.nhncorp.neptune.common.util.StringUtils
여러라인에 걸쳐 있는 문자열에 대해 token을 만든다.
split(Row.Key, TabletInfo[]) - Method in class com.nhncorp.neptune.tabletserver.DiskSSTable
Tablet의 크기가 정해진 크기보다 큰 경우 Tablet을 두개로 쪼갠다.
split(Row.Key, TabletInfo[]) - Method in interface com.nhncorp.neptune.tabletserver.DiskSSTableIF
 
SPLIT_INFO - Static variable in interface com.nhncorp.neptune.common.Constants
 
SPLIT_STORE - Static variable in interface com.nhncorp.neptune.common.Constants
 
splitAndSave(Row.Key, TabletInfo[]) - Method in class com.nhncorp.neptune.tabletserver.MemorySSTable
 
splitAndSave(Row.Key, TabletInfo[]) - Method in interface com.nhncorp.neptune.tabletserver.MemorySSTableIF
 
splitAndSaveToDisk(TabletInfo, Row.Key, TabletInfo[], String, String, int) - Method in class com.nhncorp.neptune.tabletserver.ColumnCollection
 
splitForTest(TabletInfo) - Method in interface com.nhncorp.neptune.tabletserver.TabletManagerProtocol
 
splitForTest(TabletInfo) - Method in class com.nhncorp.neptune.tabletserver.TabletServer
 
splitMapFile(Row.Key, TabletInfo[], DiskSSTableIF[], String, TabletMapFile, String) - Method in class com.nhncorp.neptune.tabletserver.DiskSSTable
 
splitMapFile(Row.Key, TabletInfo[], DiskSSTableIF[], String, TabletMapFile, String) - Method in interface com.nhncorp.neptune.tabletserver.DiskSSTableIF
 
start() - Method in class com.nhncorp.neptune.changelog.ChangeLogServer
 
start() - Method in interface com.nhncorp.neptune.changelog.ChangeLogServerIF
 
start() - Method in class com.nhncorp.neptune.common.ipc.NServer
Starts the service.
start() - Method in class com.nhncorp.neptune.common.NStatusHttpServer
Start the server.
startAction(ActionIF) - Method in class com.nhncorp.neptune.tabletserver.action.ActionChecker
 
startAction(ActionIF) - Method in interface com.nhncorp.neptune.tabletserver.action.TabletActionListener
 
startBatchUploader(String) - Method in interface com.nhncorp.neptune.tabletserver.DataServiceProtocol
 
startBatchUploader(String) - Method in class com.nhncorp.neptune.tabletserver.TabletServer
 
startMinorCompaction(String) - Method in interface com.nhncorp.neptune.changelog.previous.ChangeLogServerIF
 
startMinorCompaction(String) - Method in class com.nhncorp.neptune.changelog.previous.FileChangeLogServer
 
startMinorCompaction(String) - Method in interface com.nhncorp.neptune.changelog.previous.FileChangeLogServerIF
 
startMinorCompaction(String) - Method in interface com.nhncorp.neptune.fs.ChangeLogFileSystemIF
MinorCompaction 수행 시작할 때 Changelog 쪽으로 MinorCompaction 시작 상황을 알려주는 역할
startMinorCompaction(String) - Method in class com.nhncorp.neptune.fs.LocalChangeLogFileSystem
 
startMinorCompaction(String) - Method in class com.nhncorp.neptune.fs.old.FileBasedChangeLogFileSystem
 
startMinorCompaction(String) - Method in class com.nhncorp.neptune.fs.PipeBasedChangeLogFileSystem
 
startTx(String, Row.Key) - Method in interface com.nhncorp.neptune.tabletserver.DataServiceProtocol
Row에 트렌젝션을 시작한다.
startTx(String, Row.Key, boolean) - Method in interface com.nhncorp.neptune.tabletserver.DataServiceProtocol
Row에 트렌젝션을 시작한다.
startTx(Row.Key) - Method in class com.nhncorp.neptune.tabletserver.Tablet
Row를 생성하거나 Row의 값을 변경하는 트렌젝션을 시작한다.timestamp의 값은 system 시간을 이용한다.
startTx(Row.Key, boolean) - Method in class com.nhncorp.neptune.tabletserver.Tablet
 
startTx(String, Row.Key) - Method in class com.nhncorp.neptune.tabletserver.TabletServer
 
startTx(String, Row.Key, boolean) - Method in class com.nhncorp.neptune.tabletserver.TabletServer
 
startWriting(String) - Method in class com.nhncorp.neptune.changelog.ChangeLogClient
 
staticFlag - Static variable in class com.nhncorp.neptune.client.shell.create.SimpleCharStream
Whether parser is static.
staticFlag - Static variable in class com.nhncorp.neptune.client.shell.delete.SimpleCharStream
Whether parser is static.
staticFlag - Static variable in class com.nhncorp.neptune.client.shell.generated.SimpleCharStream
 
staticFlag - Static variable in class com.nhncorp.neptune.client.shell.insert.SimpleCharStream
Whether parser is static.
staticFlag - Static variable in class com.nhncorp.neptune.client.shell.select.generated.JavaCharStream
Whether parser is static.
stop() - Method in class com.nhncorp.neptune.changelog.ChangeLogServer
 
stop() - Method in class com.nhncorp.neptune.changelog.pipe.BufferPool
 
stop() - Method in class com.nhncorp.neptune.common.ipc.NClient
Stop all threads related to this client.
stop() - Method in class com.nhncorp.neptune.common.ipc.NServer
Stops the service.
stop() - Method in class com.nhncorp.neptune.common.NStatusHttpServer
stop the server
STOP_TABLET_ACTION - Static variable in class com.nhncorp.neptune.client.shell.CommandFactory
 
stopAction(String, String) - Method in interface com.nhncorp.neptune.tabletserver.DataServiceProtocol
 
stopAction(String, String) - Method in class com.nhncorp.neptune.tabletserver.TabletServer
 
StopActionCommand - Class in com.nhncorp.neptune.client.shell.action
 
StopActionCommand() - Constructor for class com.nhncorp.neptune.client.shell.action.StopActionCommand
 
stopAllTablets() - Method in interface com.nhncorp.neptune.tabletserver.TabletManagerProtocol
 
stopAllTablets() - Method in class com.nhncorp.neptune.tabletserver.TabletServer
 
stopChangeLogServer() - Method in class com.nhncorp.neptune.changelog.ChangeLogServer
 
stopChangeLogServer() - Method in interface com.nhncorp.neptune.changelog.ChangeLogServerIF
 
stopClient() - Static method in class com.nhncorp.neptune.common.ipc.NRPC
Stop all RPC client connections
STORE - Static variable in interface com.nhncorp.neptune.client.shell.generated.ShellParserConstants
RegularExpression Id.
STRING - Static variable in interface com.nhncorp.neptune.client.shell.generated.ShellParserConstants
RegularExpression Id.
STRING_LITERAL - Static variable in interface com.nhncorp.neptune.client.shell.create.CreateParserConstants
RegularExpression Id.
STRING_LITERAL - Static variable in interface com.nhncorp.neptune.client.shell.delete.DeleteParserConstants
RegularExpression Id.
STRING_LITERAL - Static variable in interface com.nhncorp.neptune.client.shell.generated.ShellParserConstants
RegularExpression Id.
STRING_LITERAL - Static variable in interface com.nhncorp.neptune.client.shell.insert.InsertParserConstants
RegularExpression Id.
stringifyException(Throwable) - Static method in class com.nhncorp.neptune.common.util.StringUtils
Make a string representation of the exception.
stringToURI(String[]) - Static method in class com.nhncorp.neptune.common.util.StringUtils
 
StringUtils - Class in com.nhncorp.neptune.common.util
General string utils
StringUtils() - Constructor for class com.nhncorp.neptune.common.util.StringUtils
 
SUBSTITUTE - Static variable in interface com.nhncorp.neptune.client.shell.generated.ShellParserConstants
RegularExpression Id.
substring(String, int, int) - Static method in class com.nhncorp.neptune.common.util.StringUtils
 
subtractNumOfTablets() - Method in class com.nhncorp.neptune.tabletserver.TabletServerInfo
 
suffix(String) - Method in class com.nhncorp.neptune.fs.GPath
Adds a suffix to the final name in the path.
sumMapFileIndexSize() - Method in class com.nhncorp.neptune.tablet.TabletReport
 
sumMapFileSize() - Method in class com.nhncorp.neptune.tablet.TabletReport
 
sumMapFileSize() - Method in class com.nhncorp.neptune.tabletserver.DiskSSTable
 
sumMapFileSize() - Method in interface com.nhncorp.neptune.tabletserver.DiskSSTableIF
 
sumMapFileSize() - Method in class com.nhncorp.neptune.tabletserver.Tablet
 
SUPERGROUP - Static variable in interface com.nhncorp.neptune.common.Constants
 
SwitchTo(int) - Method in class com.nhncorp.neptune.client.shell.create.CreateParserTokenManager
Switch to specified lex state.
SwitchTo(int) - Method in class com.nhncorp.neptune.client.shell.delete.DeleteParserTokenManager
Switch to specified lex state.
SwitchTo(int) - Method in class com.nhncorp.neptune.client.shell.generated.ShellParserTokenManager
Switch to specified lex state.
SwitchTo(int) - Method in class com.nhncorp.neptune.client.shell.insert.InsertParserTokenManager
Switch to specified lex state.
SwitchTo(int) - Method in class com.nhncorp.neptune.client.shell.select.generated.QueryParserTokenManager
Switch to specified lex state.
sync(String, String) - Method in interface com.nhncorp.neptune.changelog.previous.ChangeLogServerIF
 

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