private static class SharedSocket.VirtualSocket
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
(package private) boolean |
complete
True if output is complete TDS packet.
|
(package private) java.io.RandomAccessFile |
diskQueue
I/O Stream for disk packet queue.
|
(package private) boolean |
flushInput
True to discard network data.
|
(package private) int |
inputPkts
Total of input packets in memory or disk.
|
(package private) int |
owner
The stream ID of the stream objects owning this state.
|
(package private) java.util.LinkedList |
pktQueue
Memory resident packet queue.
|
(package private) int |
pktsOnDisk
Number of packets cached to disk.
|
(package private) java.io.File |
queueFile
File object for disk packet queue.
|
Constructor and Description |
---|
SharedSocket.VirtualSocket(int streamId)
Constuct object to hold state information for each caller.
|
final int owner
final java.util.LinkedList pktQueue
boolean flushInput
boolean complete
java.io.File queueFile
java.io.RandomAccessFile diskQueue
int pktsOnDisk
int inputPkts
Generated on October 1 2012