Serialized Form


Package com.nhncorp.neptune.changelog

Class com.nhncorp.neptune.changelog.ChangeLogInterruptedException extends java.io.IOException implements Serializable

serialVersionUID: -8867068941023961744L

Class com.nhncorp.neptune.changelog.PipeNormallyClosed extends java.io.IOException implements Serializable

serialVersionUID: 1L

Class com.nhncorp.neptune.changelog.UnmatchedLogException extends java.io.IOException implements Serializable

serialVersionUID: 1L


Package com.nhncorp.neptune.client.browser

Class com.nhncorp.neptune.client.browser.BrowserFrame extends javax.swing.JFrame implements Serializable

Class com.nhncorp.neptune.client.browser.QueryTableModel extends javax.swing.table.DefaultTableModel implements Serializable

Serialized Fields

columnNames

java.lang.String[] columnNames

rows

java.util.Vector<E> rows

gsLapTime

java.lang.String gsLapTime

columnLength

java.util.Vector<E> columnLength

scanner

TableScanner scanner

selector

Selector selector

previousRowKey

Row.Key previousRowKey

numRows

int numRows

moreData

boolean moreData

maxRows

int maxRows

currentPage

int currentPage

Class com.nhncorp.neptune.client.browser.TableListTableModel extends javax.swing.table.DefaultTableModel implements Serializable

Serialized Fields

columnNames

java.lang.String[] columnNames

tableSchemas

java.util.Vector<E> tableSchemas

Class com.nhncorp.neptune.client.browser.TableSchemaPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

tableListTable

javax.swing.JTable tableListTable

tableListTableModel

TableListTableModel tableListTableModel

tableSchemaTextArea

javax.swing.JTextArea tableSchemaTextArea

tabletStatusTable

javax.swing.JTable tabletStatusTable

tabletStatusTableModel

TabletStatusTableModel tabletStatusTableModel

selectedTableName

java.lang.String selectedTableName

Class com.nhncorp.neptune.client.browser.TabletStatusTableModel extends javax.swing.table.DefaultTableModel implements Serializable

Serialized Fields

columnNames

java.lang.String[] columnNames

tabletReports

java.util.Vector<E> tabletReports

Package com.nhncorp.neptune.client.procedure

Class com.nhncorp.neptune.client.procedure.CharSequenceCompilerException extends java.lang.Exception implements Serializable

serialVersionUID: 1L

Serialized Fields

classNames

java.util.Set<E> classNames
The fully qualified name of the class that was being compiled.

Class com.nhncorp.neptune.client.procedure.NScriptException extends java.lang.Exception implements Serializable


Package com.nhncorp.neptune.client.shell

Class com.nhncorp.neptune.client.shell.NeptuneParseException extends java.io.IOException implements Serializable


Package com.nhncorp.neptune.client.shell.create

Class com.nhncorp.neptune.client.shell.create.ParseException extends java.lang.Exception implements Serializable

Serialized Fields

specialConstructor

boolean specialConstructor
This variable determines which constructor was used to create this object and thereby affects the semantics of the "getMessage" method (see below).


currentToken

Token currentToken
This is the last token that has been consumed successfully. If this object has been created due to a parse error, the token followng this token will (therefore) be the first error token.


expectedTokenSequences

int[][] expectedTokenSequences
Each entry in this array is an array of integers. Each array of integers represents a sequence of tokens (by their ordinal values) that is expected at this point of the parse.


tokenImage

java.lang.String[] tokenImage
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred. This array is defined in the generated ...Constants interface.


eol

java.lang.String eol
The end of line string for this machine.

Class com.nhncorp.neptune.client.shell.create.TokenMgrError extends java.lang.Error implements Serializable

Serialized Fields

errorCode

int errorCode
Indicates the reason why the exception is thrown. It will have one of the above 4 values.


Package com.nhncorp.neptune.client.shell.delete

Class com.nhncorp.neptune.client.shell.delete.ParseException extends java.lang.Exception implements Serializable

Serialized Fields

specialConstructor

boolean specialConstructor
This variable determines which constructor was used to create this object and thereby affects the semantics of the "getMessage" method (see below).


currentToken

Token currentToken
This is the last token that has been consumed successfully. If this object has been created due to a parse error, the token followng this token will (therefore) be the first error token.


expectedTokenSequences

int[][] expectedTokenSequences
Each entry in this array is an array of integers. Each array of integers represents a sequence of tokens (by their ordinal values) that is expected at this point of the parse.


tokenImage

java.lang.String[] tokenImage
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred. This array is defined in the generated ...Constants interface.


eol

java.lang.String eol
The end of line string for this machine.

Class com.nhncorp.neptune.client.shell.delete.TokenMgrError extends java.lang.Error implements Serializable

Serialized Fields

errorCode

int errorCode
Indicates the reason why the exception is thrown. It will have one of the above 4 values.


Package com.nhncorp.neptune.client.shell.generated

Class com.nhncorp.neptune.client.shell.generated.ParseException extends java.lang.Exception implements Serializable

Serialized Fields

specialConstructor

boolean specialConstructor
This variable determines which constructor was used to create this object and thereby affects the semantics of the "getMessage" method (see below).


currentToken

Token currentToken
This is the last token that has been consumed successfully. If this object has been created due to a parse error, the token followng this token will (therefore) be the first error token.


expectedTokenSequences

int[][] expectedTokenSequences
Each entry in this array is an array of integers. Each array of integers represents a sequence of tokens (by their ordinal values) that is expected at this point of the parse.


tokenImage

java.lang.String[] tokenImage
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred. This array is defined in the generated ...Constants interface.


eol

java.lang.String eol
The end of line string for this machine.

Class com.nhncorp.neptune.client.shell.generated.TokenMgrError extends java.lang.Error implements Serializable

Serialized Fields

errorCode

int errorCode
Indicates the reason why the exception is thrown. It will have one of the above 4 values.


Package com.nhncorp.neptune.client.shell.insert

Class com.nhncorp.neptune.client.shell.insert.ParseException extends java.lang.Exception implements Serializable

Serialized Fields

specialConstructor

boolean specialConstructor
This variable determines which constructor was used to create this object and thereby affects the semantics of the "getMessage" method (see below).


currentToken

Token currentToken
This is the last token that has been consumed successfully. If this object has been created due to a parse error, the token followng this token will (therefore) be the first error token.


expectedTokenSequences

int[][] expectedTokenSequences
Each entry in this array is an array of integers. Each array of integers represents a sequence of tokens (by their ordinal values) that is expected at this point of the parse.


tokenImage

java.lang.String[] tokenImage
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred. This array is defined in the generated ...Constants interface.


eol

java.lang.String eol
The end of line string for this machine.

Class com.nhncorp.neptune.client.shell.insert.TokenMgrError extends java.lang.Error implements Serializable

Serialized Fields

errorCode

int errorCode
Indicates the reason why the exception is thrown. It will have one of the above 4 values.


Package com.nhncorp.neptune.client.shell.select.generated

Class com.nhncorp.neptune.client.shell.select.generated.ParseException extends java.lang.Exception implements Serializable

Serialized Fields

specialConstructor

boolean specialConstructor
This variable determines which constructor was used to create this object and thereby affects the semantics of the "getMessage" method (see below).


currentToken

Token currentToken
This is the last token that has been consumed successfully. If this object has been created due to a parse error, the token followng this token will (therefore) be the first error token.


expectedTokenSequences

int[][] expectedTokenSequences
Each entry in this array is an array of integers. Each array of integers represents a sequence of tokens (by their ordinal values) that is expected at this point of the parse.


tokenImage

java.lang.String[] tokenImage
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred. This array is defined in the generated ...Constants interface.


eol

java.lang.String eol
The end of line string for this machine.

Class com.nhncorp.neptune.client.shell.select.generated.TokenMgrError extends java.lang.Error implements Serializable

Serialized Fields

errorCode

int errorCode
Indicates the reason why the exception is thrown. It will have one of the above 4 values.


Package com.nhncorp.neptune.common.exception

Class com.nhncorp.neptune.common.exception.ChangeLogException extends java.io.IOException implements Serializable

Class com.nhncorp.neptune.common.exception.DuplicatedRowKeyException extends java.io.IOException implements Serializable

serialVersionUID: 1L

Serialized Fields

rowKey

Row.Key rowKey

Class com.nhncorp.neptune.common.exception.MasterFailException extends java.io.IOException implements Serializable

serialVersionUID: 1L

Class com.nhncorp.neptune.common.exception.NTimeoutException extends java.io.IOException implements Serializable

serialVersionUID: 1L

Class com.nhncorp.neptune.common.exception.PermissionException extends java.io.IOException implements Serializable

serialVersionUID: 1L

Class com.nhncorp.neptune.common.exception.RowLockException extends java.io.IOException implements Serializable

serialVersionUID: 1L

Serialized Fields

rowKey

Row.Key rowKey

Class com.nhncorp.neptune.common.exception.TableExistsException extends java.io.IOException implements Serializable

serialVersionUID: 1L

Class com.nhncorp.neptune.common.exception.TestCaseException extends java.io.IOException implements Serializable

Class com.nhncorp.neptune.common.exception.TestCaseTabletServerKillException extends java.io.IOException implements Serializable

Class com.nhncorp.neptune.common.exception.TxException extends java.io.IOException implements Serializable

serialVersionUID: 1L


Package com.nhncorp.neptune.common.ipc

Class com.nhncorp.neptune.common.ipc.NRemoteException extends java.io.IOException implements Serializable

serialVersionUID: 1L

Serialized Fields

className

java.lang.String className

Class com.nhncorp.neptune.common.ipc.NRPC.VersionMismatch extends java.io.IOException implements Serializable

Serialized Fields

interfaceName

java.lang.String interfaceName

clientVersion

long clientVersion

serverVersion

long serverVersion

Class com.nhncorp.neptune.common.ipc.RPCInterruptedException extends java.lang.RuntimeException implements Serializable

serialVersionUID: -4994201185977020554L


Package com.nhncorp.neptune.common.testhelper

Class com.nhncorp.neptune.common.testhelper.FaultException extends java.lang.RuntimeException implements Serializable

serialVersionUID: -1202349264504659076L