Serialized Form
-
Package org.apache.jute.compiler.generated
-
Exception Class org.apache.jute.compiler.generated.ParseException
class ParseException extends 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
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
class Token extends 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
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.
-
-
Exception Class org.apache.jute.compiler.generated.TokenMgrError
class TokenMgrError extends 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
-
Exception Class org.apache.zookeeper.KeeperException
class KeeperException extends Exception implements Serializable-
Serialized Fields
-
code
KeeperException.Code code
-
path
String path
-
results
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.
-
-
-
Exception Class org.apache.zookeeper.KeeperException.APIErrorException
class APIErrorException extends KeeperException implements Serializable -
Exception Class org.apache.zookeeper.KeeperException.AuthFailedException
class AuthFailedException extends KeeperException implements Serializable -
Exception Class org.apache.zookeeper.KeeperException.BadArgumentsException
class BadArgumentsException extends KeeperException implements Serializable -
Exception Class org.apache.zookeeper.KeeperException.BadVersionException
class BadVersionException extends KeeperException implements Serializable -
Exception Class org.apache.zookeeper.KeeperException.ConnectionLossException
class ConnectionLossException extends KeeperException implements Serializable -
Exception Class org.apache.zookeeper.KeeperException.DataInconsistencyException
class DataInconsistencyException extends KeeperException implements Serializable -
Exception Class org.apache.zookeeper.KeeperException.EphemeralOnLocalSessionException
class EphemeralOnLocalSessionException extends KeeperException implements Serializable -
Exception Class org.apache.zookeeper.KeeperException.InvalidACLException
class InvalidACLException extends KeeperException implements Serializable -
Exception Class org.apache.zookeeper.KeeperException.InvalidCallbackException
class InvalidCallbackException extends KeeperException implements Serializable -
Exception Class org.apache.zookeeper.KeeperException.MarshallingErrorException
class MarshallingErrorException extends KeeperException implements Serializable -
Exception Class org.apache.zookeeper.KeeperException.NewConfigNoQuorum
class NewConfigNoQuorum extends KeeperException implements Serializable -
Exception Class org.apache.zookeeper.KeeperException.NoAuthException
class NoAuthException extends KeeperException implements Serializable -
Exception Class org.apache.zookeeper.KeeperException.NoChildrenForEphemeralsException
class NoChildrenForEphemeralsException extends KeeperException implements Serializable -
Exception Class org.apache.zookeeper.KeeperException.NodeExistsException
class NodeExistsException extends KeeperException implements Serializable -
Exception Class org.apache.zookeeper.KeeperException.NoNodeException
class NoNodeException extends KeeperException implements Serializable -
Exception Class org.apache.zookeeper.KeeperException.NotEmptyException
class NotEmptyException extends KeeperException implements Serializable -
Exception Class org.apache.zookeeper.KeeperException.NotReadOnlyException
class NotReadOnlyException extends KeeperException implements Serializable -
Exception Class org.apache.zookeeper.KeeperException.NoWatcherException
class NoWatcherException extends KeeperException implements Serializable -
Exception Class org.apache.zookeeper.KeeperException.OperationTimeoutException
class OperationTimeoutException extends KeeperException implements Serializable -
Exception Class org.apache.zookeeper.KeeperException.QuotaExceededException
class QuotaExceededException extends KeeperException implements Serializable -
Exception Class org.apache.zookeeper.KeeperException.ReconfigDisabledException
class ReconfigDisabledException extends KeeperException implements Serializable -
Exception Class org.apache.zookeeper.KeeperException.ReconfigInProgress
class ReconfigInProgress extends KeeperException implements Serializable -
Exception Class org.apache.zookeeper.KeeperException.RequestTimeoutException
class RequestTimeoutException extends KeeperException implements Serializable -
Exception Class org.apache.zookeeper.KeeperException.RuntimeInconsistencyException
class RuntimeInconsistencyException extends KeeperException implements Serializable -
Exception Class org.apache.zookeeper.KeeperException.SessionClosedRequireAuthException
class SessionClosedRequireAuthException extends KeeperException implements Serializable -
Exception Class org.apache.zookeeper.KeeperException.SessionExpiredException
class SessionExpiredException extends KeeperException implements Serializable -
Exception Class org.apache.zookeeper.KeeperException.SessionMovedException
class SessionMovedException extends KeeperException implements Serializable -
Exception Class org.apache.zookeeper.KeeperException.SystemErrorException
class SystemErrorException extends KeeperException implements Serializable -
Exception Class org.apache.zookeeper.KeeperException.ThrottledOpException
class ThrottledOpException extends KeeperException implements Serializable -
Exception Class org.apache.zookeeper.KeeperException.UnimplementedException
class UnimplementedException extends KeeperException implements Serializable -
Exception Class org.apache.zookeeper.KeeperException.UnknownSessionException
class UnknownSessionException extends KeeperException implements Serializable -
Exception Class org.apache.zookeeper.Shell.ExitCodeException
class ExitCodeException extends IOException implements Serializable-
Serialized Fields
-
exitCode
int exitCode
-
-
-
-
Package org.apache.zookeeper.cli
-
Exception Class org.apache.zookeeper.cli.CliException
class CliException extends Exception implements Serializable-
Serialized Fields
-
exitCode
int exitCode
-
-
-
Exception Class org.apache.zookeeper.cli.CliParseException
class CliParseException extends CliException implements Serializable -
Exception Class org.apache.zookeeper.cli.CliWrapperException
class CliWrapperException extends CliException implements Serializable -
Exception Class org.apache.zookeeper.cli.CommandNotFoundException
class CommandNotFoundException extends CliException implements Serializable -
Exception Class org.apache.zookeeper.cli.MalformedCommandException
class MalformedCommandException extends CliException implements Serializable -
Exception Class org.apache.zookeeper.cli.MalformedPathException
class MalformedPathException extends CliException implements Serializable
-
-
Package org.apache.zookeeper.common
-
Exception Class org.apache.zookeeper.common.X509Exception
class X509Exception extends Exception implements Serializable -
Exception Class org.apache.zookeeper.common.X509Exception.KeyManagerException
class KeyManagerException extends X509Exception implements Serializable -
Exception Class org.apache.zookeeper.common.X509Exception.SSLContextException
class SSLContextException extends X509Exception implements Serializable -
Exception Class org.apache.zookeeper.common.X509Exception.TrustManagerException
class TrustManagerException extends X509Exception implements Serializable
-
-
Package org.apache.zookeeper.graph
-
Exception Class org.apache.zookeeper.graph.FilterException
class FilterException extends Exception implements Serializable -
Class org.apache.zookeeper.graph.Log4JEntry
class Log4JEntry extends LogEntry implements Serializable -
Class org.apache.zookeeper.graph.LogEntry
class LogEntry extends Object implements Serializable-
Serialized Fields
-
attributes
Map attributes
-
-
-
Class org.apache.zookeeper.graph.TransactionEntry
class TransactionEntry extends LogEntry implements Serializable
-
-
Package org.apache.zookeeper.graph.servlets
-
Class org.apache.zookeeper.graph.servlets.FileLoader
class FileLoader extends JsonServlet implements Serializable-
Serialized Fields
-
source
MergedLogSource source
-
-
-
Class org.apache.zookeeper.graph.servlets.Fs
class Fs extends JsonServlet implements Serializable -
Class org.apache.zookeeper.graph.servlets.GraphData
class GraphData extends JsonServlet implements Serializable-
Serialized Fields
-
source
LogSource source
-
-
-
Class org.apache.zookeeper.graph.servlets.JsonServlet
class JsonServlet extends javax.servlet.http.HttpServlet implements Serializable -
Class org.apache.zookeeper.graph.servlets.NumEvents
class NumEvents extends JsonServlet implements Serializable-
Serialized Fields
-
source
LogSource source
-
-
-
Class org.apache.zookeeper.graph.servlets.StaticContent
class StaticContent extends javax.servlet.http.HttpServlet implements Serializable -
Class org.apache.zookeeper.graph.servlets.Throughput
class Throughput extends JsonServlet implements Serializable-
Serialized Fields
-
source
LogSource source
-
-
-
-
Package org.apache.zookeeper.inspector.gui
-
Class org.apache.zookeeper.inspector.gui.ZooInspectorAboutDialog
class ZooInspectorAboutDialog extends JDialog implements Serializable -
Class org.apache.zookeeper.inspector.gui.ZooInspectorConnectionPropertiesDialog
class ZooInspectorConnectionPropertiesDialog extends JDialog implements Serializable-
Serialized Fields
-
components
Map<String,
JComponent> components
-
-
-
Class org.apache.zookeeper.inspector.gui.ZooInspectorNodeViewersDialog
class ZooInspectorNodeViewersDialog extends JDialog implements Serializable-
Serialized Fields
-
buttons
Map<ZooInspectorNodeViewersDialog.Button,
JButton> buttons -
fileChooser
JFileChooser fileChooser
-
viewersList
JList viewersList
-
-
-
Class org.apache.zookeeper.inspector.gui.ZooInspectorNodeViewersPanel
class ZooInspectorNodeViewersPanel extends JPanel implements Serializable-
Serialized Fields
-
needsReload
List<Boolean> needsReload
-
nodeViewers
List<ZooInspectorNodeViewer> nodeViewers
-
selectedNodes
List<String> selectedNodes
-
tabbedPane
JTabbedPane tabbedPane
-
zooInspectorManager
ZooInspectorNodeManager zooInspectorManager
-
-
-
Class org.apache.zookeeper.inspector.gui.ZooInspectorPanel
class ZooInspectorPanel extends JPanel implements Serializable-
Serialized Fields
-
iconResource
IconResource iconResource
-
listeners
List<NodeViewersChangeListener> listeners
-
nodeViewersPanel
ZooInspectorNodeViewersPanel nodeViewersPanel
-
toolbar
Toolbar toolbar
-
treeViewer
ZooInspectorTreeView treeViewer
-
zooInspectorManager
ZooInspectorManager zooInspectorManager
-
-
-
Class org.apache.zookeeper.inspector.gui.ZooInspectorTreeView
class ZooInspectorTreeView extends JPanel implements Serializable-
Serialized Fields
-
addWatchMenuItem
JMenuItem addWatchMenuItem
-
createChildNodeMenuItem
JMenuItem createChildNodeMenuItem
-
deleteNodeMenuItem
JMenuItem deleteNodeMenuItem
-
nodeSelectionListeners
List<NodeSelectionListener> nodeSelectionListeners
-
refreshNodeMenuItem
JMenuItem refreshNodeMenuItem
-
removeWatchMenuItem
JMenuItem removeWatchMenuItem
-
rightClickMenu
JPopupMenu rightClickMenu
-
toasterIcon
ImageIcon toasterIcon
-
toasterManager
Toaster toasterManager
-
tree
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
class NodeViewerACL extends ZooInspectorNodeViewer implements Serializable-
Serialized Fields
-
aclDataPanel
JPanel aclDataPanel
-
selectedNode
String selectedNode
-
zooInspectorManager
ZooInspectorNodeManager zooInspectorManager
-
-
-
Class org.apache.zookeeper.inspector.gui.nodeviewer.NodeViewerData
class NodeViewerData extends ZooInspectorNodeViewer implements Serializable-
Serialized Fields
-
dataArea
JTextPane dataArea
-
selectedNode
String selectedNode
-
toolbar
JToolBar toolbar
-
zooInspectorManager
ZooInspectorNodeManager zooInspectorManager
-
-
-
Class org.apache.zookeeper.inspector.gui.nodeviewer.NodeViewerMetaData
class NodeViewerMetaData extends ZooInspectorNodeViewer implements Serializable-
Serialized Fields
-
metaDataPanel
JPanel metaDataPanel
-
selectedNode
String selectedNode
-
zooInspectorManager
ZooInspectorNodeManager zooInspectorManager
-
-
-
Class org.apache.zookeeper.inspector.gui.nodeviewer.ZooInspectorNodeViewer
class ZooInspectorNodeViewer extends JPanel implements Serializable
-
-
Package org.apache.zookeeper.metrics
-
Exception Class org.apache.zookeeper.metrics.MetricsProviderLifeCycleException
class MetricsProviderLifeCycleException extends Exception implements Serializable- serialVersionUID:
- 1L
-
-
Package org.apache.zookeeper.server
-
Exception Class org.apache.zookeeper.server.ClientCnxnLimitException
class ClientCnxnLimitException extends Exception implements Serializable- serialVersionUID:
- -8655587505476768446L
-
Exception Class org.apache.zookeeper.server.RequestProcessor.RequestProcessorException
class RequestProcessorException extends Exception implements Serializable -
Exception Class org.apache.zookeeper.server.ServerCnxn.CloseRequestException
class CloseRequestException extends IOException implements Serializable- serialVersionUID:
- -7854505709816442681L
-
Serialized Fields
-
reason
ServerCnxn.DisconnectReason reason
-
-
Exception Class org.apache.zookeeper.server.ServerCnxn.EndOfStreamException
class EndOfStreamException extends IOException implements Serializable- serialVersionUID:
- -8255690282104294178L
-
Serialized Fields
-
reason
ServerCnxn.DisconnectReason reason
-
-
Class org.apache.zookeeper.server.SnapshotComparer.TreeInfo.TreeNode.AlphabeticComparator
class AlphabeticComparator extends Object implements Serializable- serialVersionUID:
- 2601197766392565593L
-
Exception Class org.apache.zookeeper.server.ZooKeeperServer.MissingSessionException
class MissingSessionException extends IOException implements Serializable- serialVersionUID:
- 7467414635467261007L
-
-
Package org.apache.zookeeper.server.admin
-
Exception Class org.apache.zookeeper.server.admin.AdminServer.AdminServerException
class AdminServerException extends Exception implements Serializable- serialVersionUID:
- 1L
-
-
Package org.apache.zookeeper.server.auth
-
Exception Class org.apache.zookeeper.server.auth.KerberosName.BadFormatString
class BadFormatString extends IOException implements Serializable -
Exception Class org.apache.zookeeper.server.auth.KerberosName.NoMatchingRule
class NoMatchingRule extends IOException implements Serializable
-
-
Package org.apache.zookeeper.server.persistence
-
Exception Class org.apache.zookeeper.server.persistence.FileTxnSnapLog.DatadirException
class DatadirException extends IOException implements Serializable -
Exception Class org.apache.zookeeper.server.persistence.FileTxnSnapLog.LogDirContentCheckException
class LogDirContentCheckException extends FileTxnSnapLog.DatadirException implements Serializable -
Exception Class org.apache.zookeeper.server.persistence.FileTxnSnapLog.SnapDirContentCheckException
class SnapDirContentCheckException extends FileTxnSnapLog.DatadirException implements Serializable
-
-
Package org.apache.zookeeper.server.quorum
-
Exception Class org.apache.zookeeper.server.quorum.Leader.XidRolloverException
class XidRolloverException extends Exception implements Serializable -
Exception Class org.apache.zookeeper.server.quorum.QuorumCnxManager.InitialMessage.InitialMessageException
class InitialMessageException extends Exception implements Serializable -
Exception Class org.apache.zookeeper.server.quorum.QuorumPeerConfig.ConfigException
class ConfigException extends Exception implements Serializable -
Exception Class org.apache.zookeeper.server.quorum.SyncThrottleException
class SyncThrottleException extends Exception implements Serializable- serialVersionUID:
- 1L
-
-
Package org.apache.zookeeper.test.system
-
Exception Class org.apache.zookeeper.test.system.DuplicateNameException
class DuplicateNameException extends Exception implements Serializable- serialVersionUID:
- 1L
-
Exception Class org.apache.zookeeper.test.system.NoAssignmentException
class NoAssignmentException extends Exception implements Serializable- serialVersionUID:
- 1L
-
Exception Class org.apache.zookeeper.test.system.NoAvailableContainers
class NoAvailableContainers extends Exception implements Serializable- serialVersionUID:
- 1L
-