Overview
Package
Class
Use
Tree
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
A
B
C
D
E
F
G
H
I
L
M
N
P
R
S
T
U
V
W
X
Y
C
cache
- Variable in class remoteLaunch.
ProgramLoader
The cache for name binding
calendar
- Variable in class rrdService.util.
Time
Calendar representing the time
CANVAS
- Static variable in class rrdService.util.
RoundRobinColor
ColorTag CANVAS
CdpPrep
- class rrdService.util.
CdpPrep
.
The class CdpPrep is the modelisation of a cdp prep
CdpPrep()
- Constructor for class rrdService.util.
CdpPrep
Default constructor of a CdpPrep
CdpPrep(Double, int)
- Constructor for class rrdService.util.
CdpPrep
Constructor of a CdpPrep
cdpPrepAt(int)
- Method in class rrdService.util.
CdpPrepContainer
Returns the component at the specified index.
cdpPrepContainer
- Variable in class rrdService.util.
RoundRobinArchive
CdpPrepContainer of this RRA
CdpPrepContainer
- class rrdService.util.
CdpPrepContainer
.
The class CdpPrepContainer allows to stock a list of CdpPrep
CdpPrepContainer()
- Constructor for class rrdService.util.
CdpPrepContainer
Constructs an empty CdpPrepContainer so that its internal data array has size 10 and its standard capacity increment is zero.
CdpPrepContainer(Collection)
- Constructor for class rrdService.util.
CdpPrepContainer
Constructs a CdpPrepContainer containing the CdpPrep of the specified collection, in the order they are returned by the collection's iterator.
CdpPrepContainer(int)
- Constructor for class rrdService.util.
CdpPrepContainer
Constructs an empty CdpPrepContainer with the specified initial capacity and with its capacity increment equal to zero. param initialCapacity the initial capacity of the CdpPrepContainer.
CdpPrepContainer(int, int)
- Constructor for class rrdService.util.
CdpPrepContainer
Constructs an empty CdpPrepContainer with the specified initial capacity and capacity increment.
cf
- Variable in class rrdService.util.
ConsolidationFunction
Consolidation function
CFArray
- Static variable in class rrdService.util.
ConsolidationFunction
Array of consolidation functions
cloneCdpPrepContainer()
- Method in class rrdService.util.
CdpPrepContainer
Returns a clone of this CdpPrepContainer. return CdpPrepContainer
cloneDataContainer()
- Method in class rrdService.util.
DataContainer
Returns a clone of this DataContainer. return DataContainer
cloneDataSourceContainer()
- Method in class rrdService.util.
DataSourceContainer
Returns a clone of this DataSourceContainer. return DataSourceContainer
cloneGraphicObjectContainer()
- Method in class rrdService.util.
GraphicObjectContainer
Returns a clone of this GraphicObjectContainer. return GraphicObjectContainer
cloneMEVirtualDataSourceContainer()
- Method in class rrdService.util.
MEVirtualDataSourceContainer
Returns a clone of this MEVirtualDataSourceContainer. return MEVirtualDataSourceContainer
cloneRoundRobinArchiveContainer()
- Method in class rrdService.util.
RoundRobinArchiveContainer
Returns a clone of this RoundRobinArchiveContainer. return RoundRobinArchiveContainer
cloneRoundRobinContainer()
- Method in class rrdService.util.
RoundRobinContainer
Returns a clone of this RoundRobinContainer. return RoundRobinContainer
cloneRoundRobinDataBaseContainer()
- Method in class rrdService.util.
RoundRobinDataBaseContainer
Returns a clone of this RoundRobinDataBaseContainer. return RoundRobinDataBaseContainer
cloneRoundRobinLibraryContainer()
- Method in class rrdService.util.
RoundRobinLibraryContainer
Returns a clone of this RoundRobinLibraryContainer. return RoundRobinLibraryContainer
cloneTemplate()
- Method in class rrdService.util.
Template
Returns a clone of this Template. return Template
cloneVirtualDataSourceContainer()
- Method in class rrdService.util.
VirtualDataSourceContainer
Returns a clone of this VirtualDataSourceContainer. return VirtualDataSourceContainer
color
- Variable in class rrdService.util.
GraphicObject
Color of the text on graphic
color
- Variable in class rrdService.util.
RoundRobinGraphic
color override the colors for the standard elements of the graph.
colorToHexString()
- Method in class rrdService.util.
RoundRobinColor
Returns a string hexa representation of a color
comment
- Variable in class rrdService.util.
RoundRobinGraphic
comment Like GPRINT but the text is simply printed into the graph.
configFile
- Variable in class rrdService.service.
ConfigFile
ConfigFile
- class rrdService.service.
ConfigFile
.
ConfigFile load configuration from a file
ConfigFile(String)
- Constructor for class rrdService.service.
ConfigFile
Constructor of class ConfigFile
consolidationFunction
- Variable in class rrdService.util.
RoundRobinArchive
The consolidation function of the archive.
consolidationFunction
- Variable in class rrdService.util.
GraphicPrint
consolidationFunction the consolidation function of this GraphicPrint
consolidationFunction
- Variable in class rrdService.util.
VirtualDataSource
consolidationFunction of this virtual data source
ConsolidationFunction
- class rrdService.util.
ConsolidationFunction
.
The class ConsolidationFunction specify the consolidation functions
ConsolidationFunction(String)
- Constructor for class rrdService.util.
ConsolidationFunction
Constructor of ConsolidationFunction
COUNTER
- Static variable in class rrdService.util.
DataSource
COUNTER is for continuous incrementing counters like the InOctets counter in a router.
cpt
- Variable in class rrdService.util.
Mutex
allow to count the number of thread which call the mutex
cptDelete
- Variable in class rrdService.service.
Lock
allow to count the number of deleting access
cptRead
- Variable in class rrdService.service.
Lock
allow to count the number of reading access
cptWrite
- Variable in class rrdService.service.
Lock
allow to count the number of writting access
createHomeLibrary(String)
- Static method in class rrdService.service.
RoundRobinService
createHomeLibrary create the directory of the home library
createRoundRobinDataBase(String, DataSourceContainer, RoundRobinArchive)
- Method in class rrdService.service.
RoundRobinLibrary
createRoundRobinDataBase create a round robin database
createRoundRobinDataBase(String, DataSourceContainer, RoundRobinArchive)
- Method in interface rrdService.service.
RoundRobinLibraryItf
createRoundRobinDataBase create a round robin database
createRoundRobinDataBase(String, DataSourceContainer, RoundRobinArchiveContainer)
- Method in class rrdService.service.
RoundRobinLibrary
createRoundRobinDataBase create a round robin database
createRoundRobinDataBase(String, DataSourceContainer, RoundRobinArchiveContainer)
- Method in interface rrdService.service.
RoundRobinLibraryItf
createRoundRobinDataBase create a round robin database
createRoundRobinDataBase(String, DataSource, RoundRobinArchive)
- Method in class rrdService.service.
RoundRobinLibrary
createRoundRobinDataBase create a round robin database
createRoundRobinDataBase(String, DataSource, RoundRobinArchive)
- Method in interface rrdService.service.
RoundRobinLibraryItf
createRoundRobinDataBase create a round robin database
createRoundRobinDataBase(String, DataSource, RoundRobinArchiveContainer)
- Method in class rrdService.service.
RoundRobinLibrary
createRoundRobinDataBase create a round robin database
createRoundRobinDataBase(String, DataSource, RoundRobinArchiveContainer)
- Method in interface rrdService.service.
RoundRobinLibraryItf
createRoundRobinDataBase create a round robin database
createRoundRobinDataBase(String, int, DataSourceContainer, RoundRobinArchive)
- Method in class rrdService.service.
RoundRobinLibrary
createRoundRobinDataBase create a round robin database
createRoundRobinDataBase(String, int, DataSourceContainer, RoundRobinArchive)
- Method in interface rrdService.service.
RoundRobinLibraryItf
createRoundRobinDataBase create a round robin database
createRoundRobinDataBase(String, int, DataSourceContainer, RoundRobinArchiveContainer)
- Method in class rrdService.service.
RoundRobinLibrary
createRoundRobinDataBase create a round robin database
createRoundRobinDataBase(String, int, DataSourceContainer, RoundRobinArchiveContainer)
- Method in interface rrdService.service.
RoundRobinLibraryItf
createRoundRobinDataBase create a round robin database
createRoundRobinDataBase(String, int, DataSource, RoundRobinArchive)
- Method in class rrdService.service.
RoundRobinLibrary
createRoundRobinDataBase create a round robin database
createRoundRobinDataBase(String, int, DataSource, RoundRobinArchive)
- Method in interface rrdService.service.
RoundRobinLibraryItf
createRoundRobinDataBase create a round robin database
createRoundRobinDataBase(String, int, DataSource, RoundRobinArchiveContainer)
- Method in class rrdService.service.
RoundRobinLibrary
createRoundRobinDataBase create a round robin database
createRoundRobinDataBase(String, int, DataSource, RoundRobinArchiveContainer)
- Method in interface rrdService.service.
RoundRobinLibraryItf
createRoundRobinDataBase create a round robin database
createRoundRobinDataBase(String, Time, DataSourceContainer, RoundRobinArchive)
- Method in class rrdService.service.
RoundRobinLibrary
createRoundRobinDataBase create a round robin database
createRoundRobinDataBase(String, Time, DataSourceContainer, RoundRobinArchive)
- Method in interface rrdService.service.
RoundRobinLibraryItf
createRoundRobinDataBase create a round robin database
createRoundRobinDataBase(String, Time, DataSourceContainer, RoundRobinArchiveContainer)
- Method in class rrdService.service.
RoundRobinLibrary
createRoundRobinDataBase create a round robin database
createRoundRobinDataBase(String, Time, DataSourceContainer, RoundRobinArchiveContainer)
- Method in interface rrdService.service.
RoundRobinLibraryItf
createRoundRobinDataBase create a round robin database
createRoundRobinDataBase(String, Time, DataSource, RoundRobinArchive)
- Method in class rrdService.service.
RoundRobinLibrary
createRoundRobinDataBase create a round robin database
createRoundRobinDataBase(String, Time, DataSource, RoundRobinArchive)
- Method in interface rrdService.service.
RoundRobinLibraryItf
createRoundRobinDataBase create a round robin database
createRoundRobinDataBase(String, Time, DataSource, RoundRobinArchiveContainer)
- Method in class rrdService.service.
RoundRobinLibrary
createRoundRobinDataBase create a round robin database
createRoundRobinDataBase(String, Time, DataSource, RoundRobinArchiveContainer)
- Method in interface rrdService.service.
RoundRobinLibraryItf
createRoundRobinDataBase create a round robin database
createRoundRobinDataBase(String, Time, int, DataSourceContainer, RoundRobinArchive)
- Method in class rrdService.service.
RoundRobinLibrary
createRoundRobinDataBase create a round robin database
createRoundRobinDataBase(String, Time, int, DataSourceContainer, RoundRobinArchive)
- Method in interface rrdService.service.
RoundRobinLibraryItf
createRoundRobinDataBase create a round robin database
createRoundRobinDataBase(String, Time, int, DataSourceContainer, RoundRobinArchiveContainer)
- Method in class rrdService.service.
RoundRobinLibrary
createRoundRobinDataBase create a round robin database
createRoundRobinDataBase(String, Time, int, DataSourceContainer, RoundRobinArchiveContainer)
- Method in interface rrdService.service.
RoundRobinLibraryItf
createRoundRobinDataBase create a round robin database
createRoundRobinDataBase(String, Time, int, DataSource, RoundRobinArchive)
- Method in class rrdService.service.
RoundRobinLibrary
createRoundRobinDataBase create a round robin database
createRoundRobinDataBase(String, Time, int, DataSource, RoundRobinArchive)
- Method in interface rrdService.service.
RoundRobinLibraryItf
createRoundRobinDataBase create a round robin database
createRoundRobinDataBase(String, Time, int, DataSource, RoundRobinArchiveContainer)
- Method in class rrdService.service.
RoundRobinLibrary
createRoundRobinDataBase create a round robin database
createRoundRobinDataBase(String, Time, int, DataSource, RoundRobinArchiveContainer)
- Method in interface rrdService.service.
RoundRobinLibraryItf
createRoundRobinDataBase create a round robin database
createRoundRobinInfo()
- Method in class rrdService.service.
RoundRobinDataBase
createInfoFile create the file of info on this RRD
createSubLibrary(String)
- Method in class rrdService.service.
RoundRobinLibrary
createSubLibrary create a sub library in the current library
createSubLibrary(String)
- Method in interface rrdService.service.
RoundRobinLibraryItf
createSubLibrary create a sub library in the current library
Overview
Package
Class
Use
Tree
Index
Help
Copyright 1885-2001 FIRMENICH SA, Geneva
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
A
B
C
D
E
F
G
H
I
L
M
N
P
R
S
T
U
V
W
X
Y
Submit a bug or feature
Copyright 1885-2001 FIRMENICH SA, Geneva,
All Rights Reserved.