Serialized Form
-
Package org.apache.jute.compiler.generated
-
Class org.apache.jute.compiler.generated.ParseException extends java.lang.Exception implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
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 following 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.
-
-
Class org.apache.jute.compiler.generated.Token extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
beginColumn
int beginColumn
The column number of the first character of this Token. -
beginLine
int beginLine
The line number of the first character of this Token. -
endColumn
int endColumn
The column number of the last character of this Token. -
endLine
int endLine
The line number of the last character of this Token. -
image
java.lang.String image
The string image of the token. -
kind
int kind
An integer that describes the kind of this token. This numbering system is determined by JavaCCParser, and a table of these numbers is stored in the file ...Constants.java. -
next
Token next
A reference to the next regular (non-special) token from the input stream. If this is the last token from the input stream, or if the token manager has not read tokens beyond this one, this field is set to null. This is true only if this token is also a regular token. Otherwise, see below for a description of the contents of this field. -
specialToken
Token specialToken
This field is used to access special tokens that occur prior to this token, but after the immediately preceding regular (non-special) token. If there are no such special tokens, this field is set to null. When there are more than one such special token, this field refers to the last of these special tokens, which in turn refers to the next previous special token through its specialToken field, and so on until the first special token (whose specialToken field is null). The next fields of special tokens refer to other special tokens that immediately follow it (without an intervening regular token). If there is no such token, this field is null.
-
-
Class org.apache.jute.compiler.generated.TokenMgrError extends java.lang.Error implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
errorCode
int errorCode
Indicates the reason why the exception is thrown. It will have one of the above 4 values.
-
-
-
Package org.apache.zookeeper
-
Class org.apache.zookeeper.KeeperException extends java.lang.Exception implements Serializable
-
Serialized Fields
-
code
KeeperException.Code code
-
path
java.lang.String path
-
results
java.util.List<OpResult> results
All multi-requests that result in an exception retain the results here so that it is possible to examine the problems in the catch scope. Non-multi requests will get a null if they try to access these results.
-
-
-
Class org.apache.zookeeper.KeeperException.APIErrorException extends KeeperException implements Serializable
-
Class org.apache.zookeeper.KeeperException.AuthFailedException extends KeeperException implements Serializable
-
Class org.apache.zookeeper.KeeperException.BadArgumentsException extends KeeperException implements Serializable
-
Class org.apache.zookeeper.KeeperException.BadVersionException extends KeeperException implements Serializable
-
Class org.apache.zookeeper.KeeperException.ConnectionLossException extends KeeperException implements Serializable
-
Class org.apache.zookeeper.KeeperException.DataInconsistencyException extends KeeperException implements Serializable
-
Class org.apache.zookeeper.KeeperException.EphemeralOnLocalSessionException extends KeeperException implements Serializable
-
Class org.apache.zookeeper.KeeperException.InvalidACLException extends KeeperException implements Serializable
-
Class org.apache.zookeeper.KeeperException.InvalidCallbackException extends KeeperException implements Serializable
-
Class org.apache.zookeeper.KeeperException.MarshallingErrorException extends KeeperException implements Serializable
-
Class org.apache.zookeeper.KeeperException.NewConfigNoQuorum extends KeeperException implements Serializable
-
Class org.apache.zookeeper.KeeperException.NoAuthException extends KeeperException implements Serializable
-
Class org.apache.zookeeper.KeeperException.NoChildrenForEphemeralsException extends KeeperException implements Serializable
-
Class org.apache.zookeeper.KeeperException.NodeExistsException extends KeeperException implements Serializable
-
Class org.apache.zookeeper.KeeperException.NoNodeException extends KeeperException implements Serializable
-
Class org.apache.zookeeper.KeeperException.NotEmptyException extends KeeperException implements Serializable
-
Class org.apache.zookeeper.KeeperException.NotReadOnlyException extends KeeperException implements Serializable
-
Class org.apache.zookeeper.KeeperException.NoWatcherException extends KeeperException implements Serializable
-
Class org.apache.zookeeper.KeeperException.OperationTimeoutException extends KeeperException implements Serializable
-
Class org.apache.zookeeper.KeeperException.QuotaExceededException extends KeeperException implements Serializable
-
Class org.apache.zookeeper.KeeperException.ReconfigDisabledException extends KeeperException implements Serializable
-
Class org.apache.zookeeper.KeeperException.ReconfigInProgress extends KeeperException implements Serializable
-
Class org.apache.zookeeper.KeeperException.RequestTimeoutException extends KeeperException implements Serializable
-
Class org.apache.zookeeper.KeeperException.RuntimeInconsistencyException extends KeeperException implements Serializable
-
Class org.apache.zookeeper.KeeperException.SessionClosedRequireAuthException extends KeeperException implements Serializable
-
Class org.apache.zookeeper.KeeperException.SessionExpiredException extends KeeperException implements Serializable
-
Class org.apache.zookeeper.KeeperException.SessionMovedException extends KeeperException implements Serializable
-
Class org.apache.zookeeper.KeeperException.SystemErrorException extends KeeperException implements Serializable
-
Class org.apache.zookeeper.KeeperException.ThrottledOpException extends KeeperException implements Serializable
-
Class org.apache.zookeeper.KeeperException.UnimplementedException extends KeeperException implements Serializable
-
Class org.apache.zookeeper.KeeperException.UnknownSessionException extends KeeperException implements Serializable
-
Class org.apache.zookeeper.Shell.ExitCodeException extends java.io.IOException implements Serializable
-
Serialized Fields
-
exitCode
int exitCode
-
-
-
-
Package org.apache.zookeeper.cli
-
Class org.apache.zookeeper.cli.CliException extends java.lang.Exception implements Serializable
-
Serialized Fields
-
exitCode
int exitCode
-
-
-
Class org.apache.zookeeper.cli.CliParseException extends CliException implements Serializable
-
Class org.apache.zookeeper.cli.CliWrapperException extends CliException implements Serializable
-
Class org.apache.zookeeper.cli.CommandNotFoundException extends CliException implements Serializable
-
Class org.apache.zookeeper.cli.MalformedCommandException extends CliException implements Serializable
-
Class org.apache.zookeeper.cli.MalformedPathException extends CliException implements Serializable
-
-
Package org.apache.zookeeper.common
-
Class org.apache.zookeeper.common.X509Exception extends java.lang.Exception implements Serializable
-
Class org.apache.zookeeper.common.X509Exception.KeyManagerException extends X509Exception implements Serializable
-
Class org.apache.zookeeper.common.X509Exception.SSLContextException extends X509Exception implements Serializable
-
Class org.apache.zookeeper.common.X509Exception.TrustManagerException extends X509Exception implements Serializable
-
-
Package org.apache.zookeeper.graph
-
Class org.apache.zookeeper.graph.FilterException extends java.lang.Exception implements Serializable
-
Class org.apache.zookeeper.graph.Log4JEntry extends LogEntry implements Serializable
-
Class org.apache.zookeeper.graph.LogEntry extends java.lang.Object implements Serializable
-
Serialized Fields
-
attributes
java.util.Map attributes
-
-
-
Class org.apache.zookeeper.graph.TransactionEntry extends LogEntry implements Serializable
-
-
Package org.apache.zookeeper.graph.servlets
-
Class org.apache.zookeeper.graph.servlets.FileLoader extends JsonServlet implements Serializable
-
Serialized Fields
-
source
MergedLogSource source
-
-
-
Class org.apache.zookeeper.graph.servlets.Fs extends JsonServlet implements Serializable
-
Class org.apache.zookeeper.graph.servlets.GraphData extends JsonServlet implements Serializable
-
Serialized Fields
-
source
LogSource source
-
-
-
Class org.apache.zookeeper.graph.servlets.JsonServlet extends javax.servlet.http.HttpServlet implements Serializable
-
Class org.apache.zookeeper.graph.servlets.NumEvents extends JsonServlet implements Serializable
-
Serialized Fields
-
source
LogSource source
-
-
-
Class org.apache.zookeeper.graph.servlets.StaticContent extends javax.servlet.http.HttpServlet implements Serializable
-
Class org.apache.zookeeper.graph.servlets.Throughput extends JsonServlet implements Serializable
-
Serialized Fields
-
source
LogSource source
-
-
-
-
Package org.apache.zookeeper.inspector.gui
-
Class org.apache.zookeeper.inspector.gui.ZooInspectorAboutDialog extends javax.swing.JDialog implements Serializable
-
Class org.apache.zookeeper.inspector.gui.ZooInspectorConnectionPropertiesDialog extends javax.swing.JDialog implements Serializable
-
Serialized Fields
-
components
java.util.Map<java.lang.String,javax.swing.JComponent> components
-
-
-
Class org.apache.zookeeper.inspector.gui.ZooInspectorNodeViewersDialog extends javax.swing.JDialog implements Serializable
-
Serialized Fields
-
buttons
java.util.Map<ZooInspectorNodeViewersDialog.Button,javax.swing.JButton> buttons
-
fileChooser
javax.swing.JFileChooser fileChooser
-
viewersList
javax.swing.JList viewersList
-
-
-
Class org.apache.zookeeper.inspector.gui.ZooInspectorNodeViewersPanel extends javax.swing.JPanel implements Serializable
-
Serialized Fields
-
needsReload
java.util.List<java.lang.Boolean> needsReload
-
nodeViewers
java.util.List<ZooInspectorNodeViewer> nodeViewers
-
selectedNodes
java.util.List<java.lang.String> selectedNodes
-
tabbedPane
javax.swing.JTabbedPane tabbedPane
-
zooInspectorManager
ZooInspectorNodeManager zooInspectorManager
-
-
-
Class org.apache.zookeeper.inspector.gui.ZooInspectorPanel extends javax.swing.JPanel implements Serializable
-
Serialized Fields
-
iconResource
IconResource iconResource
-
listeners
java.util.List<NodeViewersChangeListener> listeners
-
nodeViewersPanel
ZooInspectorNodeViewersPanel nodeViewersPanel
-
toolbar
Toolbar toolbar
-
treeViewer
ZooInspectorTreeView treeViewer
-
zooInspectorManager
ZooInspectorManager zooInspectorManager
-
-
-
Class org.apache.zookeeper.inspector.gui.ZooInspectorTreeView extends javax.swing.JPanel implements Serializable
-
Serialized Fields
-
addWatchMenuItem
javax.swing.JMenuItem addWatchMenuItem
-
createChildNodeMenuItem
javax.swing.JMenuItem createChildNodeMenuItem
-
deleteNodeMenuItem
javax.swing.JMenuItem deleteNodeMenuItem
-
nodeSelectionListeners
java.util.List<NodeSelectionListener> nodeSelectionListeners
-
refreshNodeMenuItem
javax.swing.JMenuItem refreshNodeMenuItem
-
removeWatchMenuItem
javax.swing.JMenuItem removeWatchMenuItem
-
rightClickMenu
javax.swing.JPopupMenu rightClickMenu
-
toasterIcon
javax.swing.ImageIcon toasterIcon
-
toasterManager
Toaster toasterManager
-
tree
javax.swing.JTree tree
-
treeModel
org.apache.zookeeper.inspector.gui.ZooInspectorTreeView.ZooInspectorTreeModel treeModel
-
-
-
-
Package org.apache.zookeeper.inspector.gui.nodeviewer
-
Class org.apache.zookeeper.inspector.gui.nodeviewer.NodeViewerACL extends ZooInspectorNodeViewer implements Serializable
-
Serialized Fields
-
aclDataPanel
javax.swing.JPanel aclDataPanel
-
selectedNode
java.lang.String selectedNode
-
zooInspectorManager
ZooInspectorNodeManager zooInspectorManager
-
-
-
Class org.apache.zookeeper.inspector.gui.nodeviewer.NodeViewerData extends ZooInspectorNodeViewer implements Serializable
-
Serialized Fields
-
dataArea
javax.swing.JTextPane dataArea
-
selectedNode
java.lang.String selectedNode
-
toolbar
javax.swing.JToolBar toolbar
-
zooInspectorManager
ZooInspectorNodeManager zooInspectorManager
-
-
-
Class org.apache.zookeeper.inspector.gui.nodeviewer.NodeViewerMetaData extends ZooInspectorNodeViewer implements Serializable
-
Serialized Fields
-
metaDataPanel
javax.swing.JPanel metaDataPanel
-
selectedNode
java.lang.String selectedNode
-
zooInspectorManager
ZooInspectorNodeManager zooInspectorManager
-
-
-
Class org.apache.zookeeper.inspector.gui.nodeviewer.ZooInspectorNodeViewer extends javax.swing.JPanel implements Serializable
-
-
Package org.apache.zookeeper.metrics
-
Class org.apache.zookeeper.metrics.MetricsProviderLifeCycleException extends java.lang.Exception implements Serializable
- serialVersionUID:
- 1L
-
-
Package org.apache.zookeeper.server
-
Class org.apache.zookeeper.server.ClientCnxnLimitException extends java.lang.Exception implements Serializable
- serialVersionUID:
- -8655587505476768446L
-
Class org.apache.zookeeper.server.RequestProcessor.RequestProcessorException extends java.lang.Exception implements Serializable
-
Class org.apache.zookeeper.server.ServerCnxn.CloseRequestException extends java.io.IOException implements Serializable
- serialVersionUID:
- -7854505709816442681L
-
Serialized Fields
-
reason
ServerCnxn.DisconnectReason reason
-
-
Class org.apache.zookeeper.server.ServerCnxn.EndOfStreamException extends java.io.IOException implements Serializable
- serialVersionUID:
- -8255690282104294178L
-
Serialized Fields
-
reason
ServerCnxn.DisconnectReason reason
-
-
Class org.apache.zookeeper.server.SnapshotComparer.TreeInfo.TreeNode.AlphabeticComparator extends java.lang.Object implements Serializable
- serialVersionUID:
- 2601197766392565593L
-
Class org.apache.zookeeper.server.ZooKeeperServer.MissingSessionException extends java.io.IOException implements Serializable
- serialVersionUID:
- 7467414635467261007L
-
-
Package org.apache.zookeeper.server.admin
-
Class org.apache.zookeeper.server.admin.AdminServer.AdminServerException extends java.lang.Exception implements Serializable
- serialVersionUID:
- 1L
-
-
Package org.apache.zookeeper.server.auth
-
Class org.apache.zookeeper.server.auth.KerberosName.BadFormatString extends java.io.IOException implements Serializable
-
Class org.apache.zookeeper.server.auth.KerberosName.NoMatchingRule extends java.io.IOException implements Serializable
-
-
Package org.apache.zookeeper.server.persistence
-
Class org.apache.zookeeper.server.persistence.FileTxnSnapLog.DatadirException extends java.io.IOException implements Serializable
-
Class org.apache.zookeeper.server.persistence.FileTxnSnapLog.LogDirContentCheckException extends FileTxnSnapLog.DatadirException implements Serializable
-
Class org.apache.zookeeper.server.persistence.FileTxnSnapLog.SnapDirContentCheckException extends FileTxnSnapLog.DatadirException implements Serializable
-
-
Package org.apache.zookeeper.server.quorum
-
Class org.apache.zookeeper.server.quorum.Leader.XidRolloverException extends java.lang.Exception implements Serializable
-
Class org.apache.zookeeper.server.quorum.QuorumCnxManager.InitialMessage.InitialMessageException extends java.lang.Exception implements Serializable
-
Class org.apache.zookeeper.server.quorum.QuorumPeerConfig.ConfigException extends java.lang.Exception implements Serializable
-
Class org.apache.zookeeper.server.quorum.SyncThrottleException extends java.lang.Exception implements Serializable
- serialVersionUID:
- 1L
-
-
Package org.apache.zookeeper.test.system
-
Class org.apache.zookeeper.test.system.DuplicateNameException extends java.lang.Exception implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.zookeeper.test.system.NoAssignmentException extends java.lang.Exception implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.zookeeper.test.system.NoAvailableContainers extends java.lang.Exception implements Serializable
- serialVersionUID:
- 1L
-