|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectncsa.tools.common.NCSAConstants
Various constants used throughout OGRE.
| Field Summary | |
static int |
ABS
Expression function: Math.abs. |
static int |
ACOS
Expression function: Math.acos. |
static int |
AMPS
Expression operator: '&'. |
static int |
AND
Expression operator: &&. |
static int |
ASIN
Expression function: Math.asin. |
static int |
ASTR
Expression operator: '*'. |
static int |
ATAN
Expression function: Math.atan. |
static int |
ATAN2
Expression function: Math.atan2. |
static int |
BINARY
Write file using binary types. |
static int |
BIT_DEFAULT
Default value for bit-wise & and |. |
static int |
BOOL
Type marker for file read. |
static int |
BYTE
Type marker for file read. |
static int |
CART
Expression operator: '^'. |
static int |
CEIL
Expression function: Math.ceil. |
static int |
CHAR
Type marker for file read. |
static int |
CHARS
Write file as characters (bytes). |
static int |
CHMOD_BOTH
UriStageFrom flag for applying chmod to both files and directories. |
static int |
CHMOD_DIRS
UriStageFrom flag for applying chmod to directories. |
static int |
CHMOD_FILES
UriStageFrom flag for applying chmod to files. |
static long |
CLEANUP_TIMEOUT
Default timeout for waking up the cleanup-daemon on stores. |
static int |
CONTENTS
Compare file contents. |
static int |
COPY
Uri handler operation. |
static int |
COPY_BUFFER_SIZE
Default size of internal IO buffers for file copy operation. |
static int |
COS
Expression function: Math.cos. |
static int |
CREATE
Uri handler operation. |
static int |
CRET
Type marker for file read - carriage return. |
static int |
DATE_OBJECT
EDateTime: express as java.util.Date. |
static int |
DCAU_NONE
GridFTP: no data-channel authentication. |
static int |
DCAU_SELF
GridFTP: data-channel authentication = self. |
static java.lang.String |
DEFAULT_FACTORY
Supplied event channel implementation. |
static java.lang.String |
DEFAULT_FORMAT
Default date-time string format. |
static int |
DEFAULT_GRIDFTP_PORT
Dedicated GridFTP port. |
static java.lang.String |
DEFAULT_L_DELIM
Delimiter for serial representation of Java Lists. |
static java.lang.String |
DEFAULT_L_END
Closing symbol for serial representation of Java Lists. |
static java.lang.String |
DEFAULT_L_START
Opening symbol for serial representation of Java Lists. |
static java.lang.String |
DEFAULT_LOG_DIR
For the Xevents-style asynchronous publisher. |
static int |
DEFAULT_QUEUE_CAPACITY
Default size for throttling internal queues. |
static double |
DEFAULT_QUEUE_THRESHOLD
Default capacity limit for refreshing queues from underlying store. |
static java.lang.String |
DEFAULT_SINK
Assumes presence of a local channel. |
static java.lang.String |
DEFAULT_SOURCE
Assumes presence of a local channel. |
static int |
DEFAULT_SSH_PORT
Dedicated SSH port. |
static int |
DEFAULT_THREAD_POOL_SIZE
Size for default thread pools. |
static java.lang.String |
DEFAULT_WAIT
"Indefinite wait" marker for Xevents-style asynchronous publisher. |
static int |
DELETE
Uri handler operation. |
static int |
DOUB
Type marker for file read. |
static int |
ELSE_IF
ECondBlock should behave as if ...; else if ...; ... |
static int |
EOF
Java's end-of-file marker. |
static int |
EQ
'==' comparator (reference or primitive equality). |
static int |
EQUALS
Java 'equals' comparator for all objects (except primitive wrappers). |
static int |
EQUL
Expression operator: '=='. |
static int |
EVENT_BATCH_SIZE
Default setting for max batch size (Xevents implementation). |
static int |
EXCL
Expression operator: '!'. |
static int |
EXP
Expression function: Math.exp. |
static int |
FALL_THROUGH
ECondBlock should behave as a switch with no break statements. |
static int |
FCLASS
Check if an object contains a given class. |
static int |
FLOOR
Expression function: Math.floor. |
static int |
FLOT
Type marker for file read. |
static int |
FNAME
Check if an object contains a field by a given name. |
static int |
FTYPE
Check if an object contains a field of a given type. |
static int |
FVALUE
Check if an object contains a fiels with a given value. |
static int |
GE
Greater-than-or-equal-to comparator. |
static int |
GET
GridFTP: operation = 'get'. |
static int |
GRIDFTP_BUFFER_SIZE
Default protection buffer size for Grid FTP transfers. |
static int |
GRTR
Expression operator: '>'. |
static int |
GT
Greater-than comparator. |
static int |
GTOE
Expression operator: '>='. |
static int |
HYHY
Expression operator: '--'. |
static int |
HYPH
Expression operator: '-'. |
static int |
IEEE
Expression function: Math.IEEEremainder. |
static int |
INTG
Type marker for file read. |
static int |
IO_STREAMS
Uri handler setting. |
static int |
LE
Less-than-or-equal-to comparator. |
static int |
LEFT
Expression operator: '<<'. |
static int |
LENGTH
Compare file lengths. |
static int |
LESS
Expression operator: '<'. |
static java.lang.String |
LINE_SEP
System dependent. |
static char |
LINE_SEP_CHAR
System dependent. |
static int |
LOG
Expression function: Math.log. |
static int |
LONG
Type marker for file read. |
static int |
LOOKING
RTFilter state: still looking for end tag. |
static int |
LOWEST_PRECEDENCE
Lowest precedence number for expression symbols. |
static int |
LT
Less-than comparator. |
static int |
LTOE
Expression operator: '>='. |
static int |
MANY_TO_ONE
RegExFilterQueue semantics: indicates that multiple and overlapping publications are enabled; each filter in the queue is applied on every intercepted character sequence. |
static int |
MATCHED
RTFilter state: a match for the tag was found. |
static int |
MAX
Expression operator: Math.max. |
static int |
MAX_PATTERN_LENGTH
Default setting for pattern length when using the RTFilter. |
static int |
MAX_TAG_LENGTH
Default setting for tag length when using the RTFilter. |
static int |
MIN
Expression operator: Math.min. |
static int |
MKDIRS
Uri handler operation. |
static int |
MOVE
Uri handler operation. |
static int |
NAME
System property name. |
static int |
NE
Negation of EQ. |
static int |
NEQL
Expression operator: '!='. |
static int |
NEQUALS
Negation of EQUALS. |
static int |
NEWL
Type marker for file read - new line. |
static int |
NIO_CHANNELS
Uri handler setting. |
static int |
NO_CHMOD
UriStageFrom flag for not applying chmod. |
static int |
NO_UNTAR
UriStageFrom flag for not untar'ing any tar-balls. |
static long |
NOTIFICATION_TIMEOUT
Default timeout for polling of channel. |
static int |
ONE_ARMED
ECondBlock should behave as if ...; if ...; if ...; ... |
static int |
ONE_TO_ONE
RegExFilterQueue semantics: indicates that the filter will return at most one match per character sequence (no overlapping); publication is determined by the first filter matched on the sequence. |
static int |
OR
Expression operator: '||'. |
static int |
PATH
Comapre path names. |
static int |
PIPE
Expression operator: '|'. |
static int |
PLPL
Expression operator: '++'. |
static int |
PLUS
Expression operator: '+'. |
static long |
POLL_SLEEP
General default timeout for polling. |
static int |
POW
Expression operator: Math.pow. |
static int |
PRCT
Expression operator: '%'. |
static int |
PRIORITY
RegExFilterQueue semantics: same as ONE_TO_ONE; a priority queue based on the running count of matches is maintained |
static long |
PROGRESS_WAIT
Default timeout for progress events. |
static int |
PUT
GridFTP: operation = 'put'. |
static int |
RANDOM
Expression operator: Math.random. |
static int |
READER_BUFFER_SIZE
Default size of internal buffers for BufferedReader. |
static int |
RGHT
Expression operator: '>>'. |
static int |
RINT
Expression function: Math.rint. |
static int |
ROUND
Expression function: Math.round. |
static int |
SHRT
Type marker for file read. |
static int |
SIN
Expression function: Math.sin. |
static int |
SLSH
Expression operator: '/'. |
static int |
SQRT
Expression function: Math.sqrt. |
static int |
STAGE
Uri handler operation. |
static long |
STAGING_LATENCY
Default initial latency during staging calls to mass-storage. |
static long |
STAGING_SLEEP
Timeout during staging calls to mass-storage, used after arrival of first file on disk. |
static int |
STREAM_BUFFER_SIZE
Average size of internal IO buffers. |
static int |
TAN
Expression function: Math.tan. |
static int |
TEXT
Type marker for file read. |
static int |
TIMESTAMP
Compare file timestamps. |
static int |
TLDE
Expression operator: '~'. |
static int |
TO_MILLIS
EDateTime: express as a long (milliseconds). |
static int |
TO_STRING
EDateTime: express as a date-time String. |
static int |
TOUCH
Uri handler operation. |
static int |
TRANSFER
GridFTP: operation = 'transfer'. |
static int |
UBYT
Type marker for file read - unsigned byte. |
static int |
UNDEFINED
General marker for undefined values. |
static int |
UNIX_COPY
Uri handler setting. |
static int |
UNMATCHED
RTFilter state: no (intial tag) match (yet). |
static int |
UNTAR_TO_FNAME
UriStageFrom flag for untar'ing to directory based on tar-ball name. |
static int |
UNTAR_TO_PARENT
UriStageFrom flag for untar'ing to parent directory. |
static int |
UPDATE_CHUNK_SIZE
Default increment size to use when sending local intermediate copy update events. |
static int |
USHT
Type marker for file read - unsigned short. |
static int |
UTF
Write file using UTF encoding. |
static int |
UTFC
Type marker for file read - UTF encoded char. |
static int |
VALUE
System property value. |
static int |
WSPC
Type marker for file read - white space. |
static int |
ZRGT
Expression operator: '>>>'. |
| Constructor Summary | |
NCSAConstants()
|
|
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final java.lang.String LINE_SEP
public static final char LINE_SEP_CHAR
public static final int UNDEFINED
public static final int EOF
public static final int BIT_DEFAULT
public static final int LOWEST_PRECEDENCE
public static final int STREAM_BUFFER_SIZE
public static final int COPY_BUFFER_SIZE
public static final int READER_BUFFER_SIZE
public static final int UPDATE_CHUNK_SIZE
public static final int GRIDFTP_BUFFER_SIZE
public static final int DEFAULT_THREAD_POOL_SIZE
public static final int DEFAULT_QUEUE_CAPACITY
public static final double DEFAULT_QUEUE_THRESHOLD
public static final long STAGING_LATENCY
public static final long STAGING_SLEEP
public static final long NOTIFICATION_TIMEOUT
public static final long PROGRESS_WAIT
public static final long POLL_SLEEP
public static final long CLEANUP_TIMEOUT
public static final int DEFAULT_GRIDFTP_PORT
public static final int DEFAULT_SSH_PORT
public static final java.lang.String DEFAULT_FACTORY
public static final java.lang.String DEFAULT_LOG_DIR
public static final java.lang.String DEFAULT_SINK
public static final java.lang.String DEFAULT_SOURCE
public static final java.lang.String DEFAULT_WAIT
public static final int MAX_PATTERN_LENGTH
public static final int MAX_TAG_LENGTH
public static final int EVENT_BATCH_SIZE
public static final java.lang.String DEFAULT_L_DELIM
public static final java.lang.String DEFAULT_L_END
public static final java.lang.String DEFAULT_L_START
public static final java.lang.String DEFAULT_FORMAT
public static final int EQ
public static final int EQUALS
public static final int GE
public static final int GT
public static final int LE
public static final int LT
public static final int NE
public static final int NEQUALS
public static final int CONTENTS
public static final int LENGTH
public static final int PATH
public static final int TIMESTAMP
public static final int FCLASS
public static final int FNAME
public static final int FTYPE
public static final int FVALUE
public static final int MANY_TO_ONE
public static final int ONE_TO_ONE
public static final int PRIORITY
public static final int LOOKING
public static final int MATCHED
public static final int UNMATCHED
public static final int BOOL
public static final int BYTE
public static final int CHAR
public static final int CRET
public static final int DOUB
public static final int FLOT
public static final int INTG
public static final int LONG
public static final int NEWL
public static final int SHRT
public static final int UBYT
public static final int USHT
public static final int UTFC
public static final int WSPC
public static final int TEXT
public static final int NAME
public static final int VALUE
public static final int DATE_OBJECT
public static final int TO_MILLIS
public static final int TO_STRING
public static final int ELSE_IF
public static final int FALL_THROUGH
public static final int ONE_ARMED
public static final int CHMOD_BOTH
public static final int CHMOD_DIRS
public static final int CHMOD_FILES
public static final int NO_CHMOD
public static final int NO_UNTAR
public static final int UNTAR_TO_FNAME
public static final int UNTAR_TO_PARENT
public static final int DCAU_NONE
public static final int DCAU_SELF
public static final int GET
public static final int PUT
public static final int TRANSFER
public static final int BINARY
public static final int CHARS
public static final int UTF
public static final int COPY
public static final int MOVE
public static final int CREATE
public static final int DELETE
public static final int MKDIRS
public static final int TOUCH
public static final int STAGE
public static final int IO_STREAMS
public static final int NIO_CHANNELS
public static final int UNIX_COPY
public static final int ABS
public static final int ACOS
public static final int AMPS
public static final int AND
public static final int ASIN
public static final int ASTR
public static final int ATAN
public static final int ATAN2
public static final int CART
public static final int CEIL
public static final int COS
public static final int EQUL
public static final int EXCL
public static final int EXP
public static final int FLOOR
public static final int GRTR
public static final int GTOE
public static final int HYHY
public static final int HYPH
public static final int IEEE
public static final int LEFT
public static final int LESS
public static final int LOG
public static final int LTOE
public static final int MAX
public static final int MIN
public static final int NEQL
public static final int OR
public static final int PIPE
public static final int PLPL
public static final int PLUS
public static final int POW
public static final int PRCT
public static final int RANDOM
public static final int RGHT
public static final int RINT
public static final int ROUND
public static final int SIN
public static final int SLSH
public static final int SQRT
public static final int TAN
public static final int TLDE
public static final int ZRGT
| Constructor Detail |
public NCSAConstants()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||