00001
00002
00003
00004
00005
00006
00007 #ifndef COH_SIMPLE_QUERY_RECORD_HPP
00008 #define COH_SIMPLE_QUERY_RECORD_HPP
00009
00010 #include "coherence/lang.ns"
00011
00012 #include "coherence/io/pof/PofReader.hpp"
00013 #include "coherence/io/pof/PofWriter.hpp"
00014 #include "coherence/io/pof/PortableObject.hpp"
00015 #include "coherence/util/Collection.hpp"
00016 #include "coherence/util/List.hpp"
00017 #include "coherence/util/Map.hpp"
00018 #include "coherence/util/QueryRecord.hpp"
00019 #include "coherence/util/Set.hpp"
00020
00021 COH_OPEN_NAMESPACE2(coherence,util)
00022
00023 using coherence::io::pof::PofReader;
00024 using coherence::io::pof::PofWriter;
00025 using coherence::io::pof::PortableObject;
00026
00027
00028
00029
00030
00031
00032
00033
00034
00035 class COH_EXPORT SimpleQueryRecord
00036 : public class_spec<SimpleQueryRecord,
00037 extends<Object>,
00038 implements<PortableObject, QueryRecord> >
00039 {
00040 friend class factory<SimpleQueryRecord>;
00041
00042
00043
00044 protected:
00045
00046
00047
00048 SimpleQueryRecord();
00049
00050
00051
00052
00053
00054
00055
00056
00057 SimpleQueryRecord(QueryRecorder::RecordType type,
00058 Collection::View vColResults);
00059
00060
00061
00062
00063 public:
00064
00065
00066
00067 virtual QueryRecorder::RecordType getType() const;
00068
00069
00070
00071
00072 virtual List::View getResults() const;
00073
00074
00075
00076
00077 public:
00078
00079
00080
00081
00082
00083
00084 virtual void mergeResults(Collection::View vColResults);
00085
00086
00087
00088
00089 public:
00090
00091
00092
00093 virtual void readExternal(PofReader::Handle hIn);
00094
00095
00096
00097
00098 virtual void writeExternal(PofWriter::Handle hOut) const;
00099
00100
00101
00102
00103 public:
00104
00105
00106
00107 virtual TypedHandle<const String> toString() const;
00108
00109
00110
00111
00112 public:
00113
00114
00115
00116 class COH_EXPORT PartialResult
00117 : public class_spec<PartialResult,
00118 extends<Object>,
00119 implements<PortableObject, QueryRecord::PartialResult> >
00120 {
00121 friend class factory<PartialResult>;
00122
00123
00124
00125 public:
00126 typedef this_spec::Handle Handle;
00127 typedef this_spec::View View;
00128 typedef this_spec::Holder Holder;
00129
00130
00131
00132 protected:
00133
00134
00135
00136 PartialResult();
00137
00138
00139
00140
00141
00142
00143 PartialResult(QueryRecord::PartialResult::View vThat);
00144
00145
00146
00147 public:
00148
00149
00150
00151
00152 virtual List::View getSteps() const;
00153
00154
00155
00156
00157 virtual PartitionSet::Handle getPartitions();
00158
00159
00160
00161
00162 virtual PartitionSet::View getPartitions() const;
00163
00164
00165
00166
00167 public:
00168
00169
00170
00171
00172
00173 virtual void merge(QueryRecord::PartialResult::View vResult);
00174
00175
00176
00177
00178
00179
00180
00181
00182
00183
00184
00185
00186 virtual bool isMatching(
00187 QueryRecord::PartialResult::View vResult) const;
00188
00189
00190
00191 public:
00192
00193
00194
00195 virtual void readExternal(PofReader::Handle hIn);
00196
00197
00198
00199
00200 virtual void writeExternal(PofWriter::Handle hOut) const;
00201
00202
00203
00204
00205
00206
00207 class COH_EXPORT Step
00208 : public class_spec<Step,
00209 extends<Object>,
00210 implements<PortableObject,
00211 QueryRecord::PartialResult::Step> >
00212 {
00213 friend class factory<Step>;
00214
00215
00216
00217 public:
00218 typedef this_spec::Handle Handle;
00219 typedef this_spec::View View;
00220 typedef this_spec::Holder Holder;
00221
00222
00223
00224 protected:
00225
00226
00227
00228 Step();
00229
00230
00231
00232
00233
00234
00235 Step(QueryRecord::PartialResult::Step::View vThat);
00236
00237
00238
00239 public:
00240
00241
00242
00243 virtual String::View getFilterDescription() const;
00244
00245
00246
00247
00248 virtual Set::View getIndexLookupRecords() const;
00249
00250
00251
00252
00253 virtual size32_t getEfficiency() const;
00254
00255
00256
00257
00258 virtual size32_t getPreFilterKeySetSize() const;
00259
00260
00261
00262
00263 virtual size32_t getPostFilterKeySetSize() const;
00264
00265
00266
00267
00268 virtual int64_t getDuration() const;
00269
00270
00271
00272
00273 virtual List::View getSteps() const;
00274
00275
00276
00277 public:
00278
00279
00280
00281
00282
00283
00284 void merge(QueryRecord::PartialResult::Step::View
00285 vStep);
00286
00287
00288
00289
00290
00291
00292
00293
00294
00295
00296
00297
00298
00299 bool isMatching(QueryRecord::PartialResult::Step::View
00300 vStep) const;
00301
00302
00303
00304 public:
00305
00306
00307
00308 virtual void readExternal(PofReader::Handle hIn);
00309
00310
00311
00312
00313 virtual void writeExternal(PofWriter::Handle hOut)
00314 const;
00315
00316
00317
00318 protected:
00319
00320
00321
00322 FinalView<String> f_vsFilter;
00323
00324
00325
00326
00327 size32_t m_nEfficiency;
00328
00329
00330
00331
00332 size32_t m_nSizeIn;
00333
00334
00335
00336
00337 size32_t m_nSizeOut;
00338
00339
00340
00341
00342 int64_t m_cMillis;
00343
00344
00345
00346
00347 FinalHandle<Set> f_hSetIndexLookupRecords;
00348
00349
00350
00351
00352 FinalHandle<List> f_hListSubSteps;
00353 };
00354
00355
00356
00357
00358
00359
00360
00361 class COH_EXPORT IndexLookupRecord
00362 : public class_spec<IndexLookupRecord,
00363 extends<Object>,
00364 implements<PortableObject,
00365 QueryRecord::PartialResult::IndexLookupRecord> >
00366 {
00367 friend class factory<IndexLookupRecord>;
00368 friend class Step;
00369
00370
00371
00372 public:
00373 typedef this_spec::Handle Handle;
00374 typedef this_spec::View View;
00375 typedef this_spec::Holder Holder;
00376
00377
00378
00379 protected:
00380
00381
00382
00383 IndexLookupRecord();
00384
00385
00386
00387
00388
00389
00390 IndexLookupRecord(
00391 QueryRecord::PartialResult::IndexLookupRecord::View
00392 vThat);
00393
00394
00395
00396
00397
00398
00399
00400
00401
00402 IndexLookupRecord(String::View vsExtractor,
00403 String::View vsIndex,
00404 bool fOrdered,
00405 int64_t cBytes,
00406 int32_t cDistinctValues,
00407 String::View vsIndexDef);
00408
00409
00410
00411 public:
00412
00413
00414
00415 virtual String::View getExtractorDescription() const;
00416
00417
00418
00419
00420 virtual String::View getIndexDescription() const;
00421
00422
00423
00424
00425 virtual bool isOrdered() const;
00426
00427
00428
00429
00430
00431
00432 int64_t getMemoryUsage() const;
00433
00434
00435
00436
00437
00438
00439 int32_t getSize() const;
00440
00441
00442
00443
00444
00445
00446 virtual String::View getIndexDef() const;
00447
00448
00449
00450 public:
00451
00452
00453
00454 virtual void readExternal(PofReader::Handle hIn);
00455
00456
00457
00458
00459 virtual void writeExternal(PofWriter::Handle hOut)
00460 const;
00461
00462
00463
00464 public:
00465
00466
00467
00468 virtual bool equals(Object::View v) const;
00469
00470
00471
00472
00473 virtual size32_t hashCode() const;
00474
00475
00476
00477 protected:
00478
00479
00480
00481
00482
00483
00484 virtual String::View buildIndexDescription();
00485
00486
00487
00488
00489
00490
00491
00492 virtual void parseIndexDescription(String::View vsIndex);
00493
00494
00495
00496 protected:
00497
00498
00499
00500 FinalView<String> f_vsExtractor;
00501
00502
00503
00504
00505 MemberView<String> m_vsIndex;
00506
00507
00508
00509
00510
00511 bool m_fOrdered;
00512
00513
00514
00515
00516 int64_t m_cBytes;
00517
00518
00519
00520
00521 int32_t m_cDistinctValues;
00522
00523
00524
00525
00526 MemberView<String> m_vsIndexDef;
00527 };
00528
00529
00530
00531 protected:
00532
00533
00534
00535 FinalHandle<List> f_hListSteps;
00536
00537
00538
00539
00540 FinalHandle<PartitionSet> f_hPartMask;
00541 };
00542
00543
00544
00545
00546 protected:
00547
00548
00549
00550 enum QueryRecorder::RecordType m_type;
00551
00552
00553
00554
00555 FinalHandle<List> f_hListResults;
00556 };
00557
00558 COH_CLOSE_NAMESPACE2
00559
00560 #endif // COH_SIMPLE_QUERY_RECORD_HPP