|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of TimeInterval in org.glite.rgma |
Methods in org.glite.rgma that return TimeInterval | |
TimeInterval |
SecondaryProducer.getHistoryRetentionPeriod(java.lang.String tableName)
Gets the retention period that is applied to history tuples for the specified table. |
TimeInterval |
Resource.getTerminationInterval()
Retrieves the resource's termination interval. |
TimeInterval |
QueryProperties.getTimeInterval()
Returns the time interval associated with this QueryProperties. |
TimeInterval |
PrimaryProducer.getHistoryRetentionPeriod(java.lang.String tableName)
Gets the retention period that is applied to history tuples for the specified table. |
TimeInterval |
PrimaryProducer.getLatestRetentionPeriod(java.lang.String tableName)
Gets the retention period that is applied to latest tuples for the specified table. |
Methods in org.glite.rgma with parameters of type TimeInterval | |
void |
SecondaryProducer.declareTable(java.lang.String tableName,
java.lang.String predicate,
TimeInterval historyRetentionPeriod)
Declares a table, specifying the retention period for history tuples. |
void |
Resource.setTerminationInterval(TimeInterval terminationInterval)
Deprecated. Termination interval can only be set in factory create method. |
static QueryProperties |
QueryProperties.getContinuous(TimeInterval timeInterval)
Returns a CONTINUOUS QueryProperties object with a time interval. |
static QueryProperties |
QueryProperties.getHistory(TimeInterval timeInterval)
Returns a HISTORY QueryProperties object with a time interval. |
static QueryProperties |
QueryProperties.getLatest(TimeInterval timeInterval)
Returns a LATEST QueryProperties object with a time interval. |
OnDemandProducer |
ProducerFactory.createOnDemandProducer(TimeInterval terminationInterval,
java.net.URI uri,
StringList voNames)
Deprecated. See createOnDemandProducer(TimeInterval,URI) |
OnDemandProducer |
ProducerFactory.createOnDemandProducer(TimeInterval terminationInterval,
java.net.URI uri)
Creates an on-demand producer. |
PrimaryProducer |
ProducerFactory.createPrimaryProducer(TimeInterval terminationInterval,
ProducerProperties producerProperties,
StringList voNames)
Deprecated. Use createPrimaryProducer(TimeInterval,ProducerProperties). |
PrimaryProducer |
ProducerFactory.createPrimaryProducer(TimeInterval terminationInterval,
ProducerProperties producerProperties)
Creates a primary producer that uses the specified data storage and producer type. |
SecondaryProducer |
ProducerFactory.createSecondaryProducer(TimeInterval terminationInterval,
ProducerProperties producerProperties,
StringList voNames)
Deprecated. See createSecondaryProducer(TimeInterval,ProducerProperties). |
SecondaryProducer |
ProducerFactory.createSecondaryProducer(TimeInterval terminationInterval,
ProducerProperties producerProperties)
Creates a secondary producer, that uses a primary producer with the specified attributes to republish information. |
void |
PrimaryProducer.declareTable(java.lang.String tableName,
java.lang.String predicate,
TimeInterval historyRetentionPeriod,
TimeInterval latestRetentionPeriod)
Declares a table, specifying the retention period for history and latest tuples. |
void |
PrimaryProducer.insert(java.lang.String insertStatement,
TimeInterval latestRetentionPeriod)
Publishes data by inserting a tuple into a table, both specified by the SQL INSERT statement. |
void |
PrimaryProducer.insertList(StringList insertStatements,
TimeInterval latestRetentionPeriod)
Publishes using a list of SQL INSERT statements. |
Consumer |
ConsumerFactory.createConsumer(TimeInterval terminationInterval,
java.lang.String selectStatement,
QueryProperties queryProperties)
Creates a consumer with a specific SELECT query and query type. |
void |
Consumer.start(TimeInterval timeout)
Starts this consumer's query, using the mediator to locate producers, terminating after the specified time interval. |
void |
Consumer.start(TimeInterval timeout,
ResourceEndpointList producers)
Starts this consumer's query, contacting the specified producers, terminating after the specified time interval. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |