- CaughtExceptionHandler - Class in ra.util
- 
It is used to observe the log of calling Exception.printStackTrace() in the process. 
- characteristics() - Method in class ra.db.record.RecordSpliterator
-  
- clear() - Static method in class ra.server.basis.CommandsVerification
- 
Clear all access token and commands. 
- clearQueue() - Method in class ra.net.MessageReceiver
- 
Clear queue all messages. 
- clearQueue() - Method in class ra.net.nio.Sender
- 
Clear message queue. 
- clearQueue() - Method in class ra.net.SendProcessor
- 
Clear message in queue. 
- clearQueue() - Method in class ra.net.SendProcessorKeep
- 
Clear message. 
- clone() - Method in class ra.util.SimpleDateFormatThreadSafe
-  
- close() - Method in class ra.db.connection.ConcurrentConnection
-  
- close() - Method in class ra.db.connection.OnceConnection
-  
- close() - Method in class ra.db.connection.OriginalConnection
-  
- close() - Method in class ra.db.DatabaseConnections
- 
Close all database connection. 
- close() - Method in class ra.db.DatabaseHeartbeat
- 
Close heart beat. 
- close() - Method in class ra.db.record.RecordSet
- 
Clear the catch data. 
- close() - Method in class ra.net.DefaultUser
- 
Close. 
- close() - Method in class ra.net.MessageReceiver
- 
Close thread. 
- close() - Method in class ra.net.NetServerApplication
- 
Finish application. 
- close() - Method in class ra.net.NetService
- 
close. 
- close() - Method in class ra.net.NetSocketWriterKeep
- 
Close connection and stop reconnect. 
- close() - Method in class ra.net.nio.DataNetService
- 
Close service. 
- close() - Method in class ra.net.nio.DataSocket
- 
Close connection. 
- close() - Method in class ra.net.nio.Sender
- 
Close and clear message queue. 
- close() - Method in class ra.net.SendProcessor
- 
Close and clear message in queue. 
- close() - Method in class ra.net.SendProcessorKeep
- 
Close sender. 
- close() - Method in interface ra.net.User
- 
Close. 
- close() - Method in class ra.util.compression.GzipFileStringInput
-  
- close() - Method in class ra.util.compression.GzipFileStringOutput
-  
- close() - Method in class ra.util.compression.SnappyFileStringInput
-  
- close() - Method in class ra.util.compression.SnappyFileStringOutput
-  
- close() - Method in class ra.util.compression.StringFileOutput
-  
- close() - Method in class ra.util.logging.LogDelete
- 
Close. 
- close() - Method in class ra.util.logging.LogEveryDay
- 
Close record logs. 
- close() - Method in class ra.util.logging.LogRecord
- 
Close the Log file. 
- CommandNotFoundException - Exception in ra.server.basis
- 
- CommandNotFoundException(String) - Constructor for exception ra.server.basis.CommandNotFoundException
- 
Initialize. 
- commandProcess(T) - Method in interface ra.net.processor.CommandProcessorListener
- 
Received message. 
- commandProcess(DataNetService.DataNetRequest) - Method in class ra.net.processor.DataNetCommandProcessor
-  
- commandProcess(NetService.NetRequest) - Method in class ra.net.processor.NetCommandProcessor
-  
- CommandProcessorListener<T extends Request> - Interface in ra.net.processor
- 
Process string command. 
- CommandProcessorProvider<T extends Request> - Interface in ra.net.processor
- 
Provide CommandProcessor. 
- CommandsVerification - Class in ra.server.basis
- 
Verify command mapping authorization. 
- CommandsVerification() - Constructor for class ra.server.basis.CommandsVerification
-  
- Common - Class in ra.server.basis
- 
Common class. 
- Common.Builder - Class in ra.server.basis
- 
Builder. 
- CompressionMode - Enum in ra.util.compression
- 
Compression mode supported by log files. 
- CompressionTimeUnit - Enum in ra.util.logging
- 
The time unit of the file name in creates a compressed file. 
- ConcurrentConnection - Class in ra.db.connection
- 
Provide execute SQL statement using a keep database connection, and the connection is thread
 safe. 
- ConcurrentConnection(DatabaseParameters) - Constructor for class ra.db.connection.ConcurrentConnection
- 
Initialize. 
- Configuration - Annotation Type in ra.util.annotation
- 
Server configuration annotation. 
- connect() - Method in class ra.db.connection.ConcurrentConnection
- 
Connect to database. 
- connect() - Method in class ra.db.connection.OnceConnection
- 
Get the connection state. 
- connect() - Method in class ra.db.connection.OriginalConnection
- 
Connect to database. 
- connect() - Method in interface ra.db.DatabaseConnection
- 
Get the connection state. 
- connect(DatabaseParameters, int, Callable<DatabaseConnection>) - Method in class ra.db.DatabaseConnections
- 
Create Kept connections. 
- connect() - Method in class ra.net.NetSocketWriterKeep
- 
Connect to server. 
- connect(String, int) - Method in class ra.net.nio.DataSocket
- 
Connect to remote server. 
- connect(String, int, int, int) - Method in class ra.net.nio.DataSocket
- 
Connect to remote server. 
- connect(String, int, Consumer<IOException>) - Method in class ra.net.nio.DataSocket
- 
Connect to remote server. 
- connect(String, int, int, int, Consumer<IOException>) - Method in class ra.net.nio.DataSocket
- 
Connect to remote server. 
- connectConcurrentConnection(DatabaseParameters, int) - Method in class ra.db.DatabaseConnections
- 
Create the Connect Object are kept connected. 
- connectIf(Consumer<StatementExecutor>) - Method in interface ra.db.DatabaseConnection
- 
- connectOriginalConnection(DatabaseParameters, int) - Method in class ra.db.DatabaseConnections
- 
There is non lock when executes SQL, probable return error results when execute insert. 
- convert(ResultSet) - Method in interface ra.db.record.Record
- 
Convert the result of a query. 
- convert(ResultSet) - Method in class ra.db.record.RecordSet
- 
Convert the result of a query. 
- convert(long, SpaceUnit) - Method in enum ra.util.SpaceUnit
- 
For example, to convert 2048 bytes to KB, use: SpaceUnit.KB.convert(2048L,
 SpaceUnit.Bytes). 
- convertDecimal(double, SpaceUnit) - Method in enum ra.util.SpaceUnit
- 
For example, to convert 2048 bytes to KB, use: SpaceUnit.KB.convert(2048L,
 SpaceUnit.Bytes). 
- copyToBytes(byte[], int) - Static method in enum ra.net.nio.DataType
- 
Converts the data type to bytes. 
- create(String) - Method in interface ra.db.StatementFactory
-  
- createCommand() - Method in interface ra.net.processor.CommandProcessorProvider
- 
- createCommand() - Method in class ra.net.processor.DataNetCommandProvider
-  
- createCommand() - Method in class ra.net.processor.NetCommandProvider
-  
- createStatementExecutor() - Method in interface ra.db.DatabaseConnection
- 
Create StatementExecutor.