You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by sb...@apache.org on 2017/03/10 08:59:56 UTC

[4/4] ignite git commit: Merge remote-tracking branch 'remotes/origin/ignite-2.0' into ignite-4705-2

Merge remote-tracking branch 'remotes/origin/ignite-2.0' into ignite-4705-2


Project: http://git-wip-us.apache.org/repos/asf/ignite/repo
Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/9db6989d
Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/9db6989d
Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/9db6989d

Branch: refs/heads/ignite-4705-2
Commit: 9db6989d1c04e18189977e9b01bea47a4052d167
Parents: c117af4 5899cc3
Author: sboikov <sb...@gridgain.com>
Authored: Fri Mar 10 11:59:11 2017 +0300
Committer: sboikov <sb...@gridgain.com>
Committed: Fri Mar 10 11:59:11 2017 +0300

----------------------------------------------------------------------
 .../configuration/CacheConfiguration.java       |   28 +-
 .../cache/query/GridCacheQueryManager.java      |    4 +-
 .../query/GridQueryIndexDescriptor.java         |    4 +-
 .../processors/query/GridQueryIndexType.java    |   32 -
 .../processors/query/GridQueryProcessor.java    | 1183 ++----------------
 .../query/QueryIndexDescriptorImpl.java         |  102 ++
 .../query/QueryTypeDescriptorImpl.java          |  337 +++++
 .../processors/query/QueryTypeIdKey.java        |   94 ++
 .../processors/query/QueryTypeNameKey.java      |   68 +
 .../query/property/QueryBinaryProperty.java     |  267 ++++
 .../query/property/QueryClassProperty.java      |  130 ++
 .../query/property/QueryFieldAccessor.java      |   67 +
 .../query/property/QueryMethodsAccessor.java    |   82 ++
 .../query/property/QueryPropertyAccessor.java   |   53 +
 .../property/QueryReadOnlyMethodsAccessor.java  |   71 ++
 .../resources/META-INF/classnames.properties    |    1 -
 .../processors/query/h2/IgniteH2Indexing.java   |   10 +-
 .../query/h2/opt/GridLuceneIndex.java           |    4 +-
 .../h2/GridIndexingSpiAbstractSelfTest.java     |    6 +-
 19 files changed, 1389 insertions(+), 1154 deletions(-)
----------------------------------------------------------------------