Uses of Class
tilda.data.RefillPerf_Data
-
Packages that use RefillPerf_Data Package Description tilda.data._Tilda -
-
Uses of RefillPerf_Data in tilda.data._Tilda
Methods in tilda.data._Tilda that return RefillPerf_Data Modifier and Type Method Description RefillPerf_DataTILDA__REFILLPERF. copy()static RefillPerf_DataTILDA__REFILLPERF_Factory. create(java.lang.String schemaName, java.lang.String objectName, java.time.LocalDate startDateIncr, java.time.ZonedDateTime startTime, java.time.ZonedDateTime endTime, long timeInsertSec, long timeDeleteSec, long timeAnalyzeSec, long insertCount, long deleteCount)Creates a new object in memory, which you can subsequently#write()to the data store.static RefillPerf_DataTILDA__REFILLPERF_Factory. init(java.util.Map<java.lang.String,java.lang.String[]> Values, java.util.List<StringStringPair> Errors)The generic init method is typically run when there is a general data structure of data available, for example, a CSV data file read in memory, or run from a servlet using a Mapobject obtained from an ServletRequest object. static RefillPerf_DataTILDA__REFILLPERF_Factory. lookupByPrimaryKey(java.lang.String schemaName, java.lang.String objectName, java.time.ZonedDateTime startTime)Lookup one record by the primary key: schemaName, objectName, startTime.Methods in tilda.data._Tilda that return types with arguments of type RefillPerf_Data Modifier and Type Method Description static ListResults<RefillPerf_Data>TILDA__REFILLPERF_Factory. lookupWhereAll(Connection C, int start, int size)Lookup records by the query 'All' over .
The results are ordered by: schemaName asc, objectName asc, startTime ascstatic ListResults<RefillPerf_Data>TILDA__REFILLPERF_Factory. lookupWhereSchemaByObjectStart(Connection C, java.lang.String schemaName, int __start__, int __size__)Lookup records by the index 'SchemaByObjectStart' over schemaName.
The results are ordered by: objectName asc, startTime descstatic ListResults<RefillPerf_Data>TILDA__REFILLPERF_Factory. lookupWhereSchemaObjectByStart(Connection C, java.lang.String schemaName, java.lang.String objectName, int __start__, int __size__)Lookup records by the index 'SchemaObjectByStart' over schemaName, objectName.
The results are ordered by: startTime descprotected static ListResults<RefillPerf_Data>TILDA__REFILLPERF_Factory. readMany(Connection C, java.lang.String fullSelectQuery, int start, int size)static ListResults<RefillPerf_Data>TILDA__REFILLPERF_Factory. runSelect(Connection C, SelectQuery Q, int start, int size)Methods in tilda.data._Tilda with parameters of type RefillPerf_Data Modifier and Type Method Description static voidTILDA__REFILLPERF_Factory. toCSV(java.io.Writer out, RefillPerf_Data obj)static voidTILDA__REFILLPERF_Factory. toJSON(java.io.Writer out, RefillPerf_Data obj, boolean fullObject)static voidTILDA__REFILLPERF_Factory. toJSON(java.io.Writer out, RefillPerf_Data obj, java.lang.String lead, boolean fullObject)static voidTILDA__REFILLPERF_Factory. toJSON(java.io.Writer outWriter, RefillPerf_Data obj, java.lang.String lead, boolean fullObject, boolean noNullArrays)Method parameters in tilda.data._Tilda with type arguments of type RefillPerf_Data Modifier and Type Method Description static voidTILDA__REFILLPERF_Factory. lookupWhereAll(Connection C, ObjectProcessor<RefillPerf_Data> OP, int start, int size)Lookup records by the query 'All' over .
The results are ordered by: schemaName asc, objectName asc, startTime ascstatic voidTILDA__REFILLPERF_Factory. lookupWhereSchemaByObjectStart(Connection C, ObjectProcessor<RefillPerf_Data> OP, java.lang.String schemaName, int __start__, int __size__)Lookup records by the index 'SchemaByObjectStart' over schemaName.
The results are ordered by: objectName asc, startTime descstatic voidTILDA__REFILLPERF_Factory. lookupWhereSchemaObjectByStart(Connection C, ObjectProcessor<RefillPerf_Data> OP, java.lang.String schemaName, java.lang.String objectName, int __start__, int __size__)Lookup records by the index 'SchemaObjectByStart' over schemaName, objectName.
The results are ordered by: startTime descstatic voidTILDA__REFILLPERF_Factory. runSelect(Connection C, SelectQuery Q, ObjectProcessor<RefillPerf_Data> OP, int start, int size)static voidTILDA__REFILLPERF_Factory. toCSV(java.io.Writer out, java.util.List<RefillPerf_Data> L, boolean includeHeader)static voidTILDA__REFILLPERF_Factory. toJSON(java.io.Writer out, java.util.List<RefillPerf_Data> L, java.lang.String lead, boolean fullList)static intTILDA__REFILLPERF_Factory. writeBatch(Connection C, java.util.List<RefillPerf_Data> L, int batchSize, int commitSize)
-