Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 227CD200BEC for ; Thu, 29 Dec 2016 10:37:12 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 2141E160B15; Thu, 29 Dec 2016 09:37:12 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 901CE160B2D for ; Thu, 29 Dec 2016 10:37:07 +0100 (CET) Received: (qmail 82961 invoked by uid 500); 29 Dec 2016 09:37:06 -0000 Mailing-List: contact commits-help@ignite.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ignite.apache.org Delivered-To: mailing list commits@ignite.apache.org Received: (qmail 82318 invoked by uid 99); 29 Dec 2016 09:37:06 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 29 Dec 2016 09:37:06 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id E2B6CF351A; Thu, 29 Dec 2016 09:37:05 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: agoncharuk@apache.org To: commits@ignite.apache.org Date: Thu, 29 Dec 2016 09:37:17 -0000 Message-Id: <4841792f18d54c9085a84f4aceb8239f@git.apache.org> In-Reply-To: <9ed165a678e44bff8ed6ffb3e90a45ab@git.apache.org> References: <9ed165a678e44bff8ed6ffb3e90a45ab@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [13/50] [abbrv] ignite git commit: Merge with master - WIP. archived-at: Thu, 29 Dec 2016 09:37:12 -0000 Merge with master - WIP. Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/8483e8fa Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/8483e8fa Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/8483e8fa Branch: refs/heads/ignite-3477 Commit: 8483e8faeb7282d2a1483b1f51b4b1e9b7a0851e Parents: 893ddf0 08606bd Author: Ilya Lantukh Authored: Wed Dec 21 19:43:36 2016 +0300 Committer: Ilya Lantukh Committed: Wed Dec 21 19:43:36 2016 +0300 ---------------------------------------------------------------------- README.md | 8 + RELEASE_NOTES.txt | 22 + assembly/dependencies-fabric-lgpl.xml | 1 + assembly/dependencies-fabric.xml | 1 + assembly/release-fabric-base.xml | 1 + bin/ignite.bat | 5 + bin/include/setenv.bat | 8 - bin/include/setenv.sh | 31 - examples/pom-standalone-lgpl.xml | 6 + examples/pom.xml | 8 +- examples/redis/redis-example.php | 82 + examples/redis/redis-example.py | 62 + examples/schema-import/pom.xml | 2 +- .../examples/datagrid/SpatialQueryExample.java | 106 + .../ignite/examples/ExampleNodeStartup.java | 2 +- .../examples/datagrid/CachePutGetExample.java | 2 +- .../examples/datagrid/CacheQueryDmlExample.java | 163 + .../scalar/examples/ScalarJvmCloudExample.scala | 2 +- .../SpatialQueryExampleMultiNodeSelfTest.java | 31 + .../examples/SpatialQueryExampleSelfTest.java | 33 + .../IgniteLgplExamplesSelfTestSuite.java | 4 + .../CacheExamplesMultiNodeSelfTest.java | 7 + .../ignite/examples/CacheExamplesSelfTest.java | 8 + modules/aop/pom.xml | 2 +- modules/apache-license-gen/pom.xml | 2 +- modules/aws/pom.xml | 2 +- .../s3/S3CheckpointManagerSelfTest.java | 3 + .../checkpoint/s3/S3CheckpointSpiSelfTest.java | 4 + .../s3/S3CheckpointSpiStartStopSelfTest.java | 7 + .../s3/S3SessionCheckpointSelfTest.java | 2 + .../s3/TcpDiscoveryS3IpFinderSelfTest.java | 7 + .../ignite/testsuites/IgniteS3TestSuite.java | 15 +- modules/benchmarks/pom.xml | 2 +- .../jmh/misc/JmhIncrementBenchmark.java | 95 + modules/camel/pom.xml | 2 +- modules/cassandra/README.txt | 8 +- modules/cassandra/licenses/apache-2.0.txt | 202 - modules/cassandra/pom.xml | 331 +- modules/cassandra/serializers/README.txt | 34 + .../serializers/licenses/apache-2.0.txt | 202 + modules/cassandra/serializers/pom.xml | 129 + .../cassandra/serializer/KryoSerializer.java | 95 + .../apache/ignite/tests/KryoSerializerTest.java | 70 + .../java/org/apache/ignite/tests/MyPojo.java | 102 + .../store/cassandra/CassandraCacheStore.java | 409 - .../cassandra/CassandraCacheStoreFactory.java | 200 - .../store/cassandra/common/CassandraHelper.java | 133 - .../cassandra/common/PropertyMappingHelper.java | 220 - .../store/cassandra/common/RandomSleeper.java | 104 - .../store/cassandra/common/SystemHelper.java | 46 - .../store/cassandra/common/package-info.java | 21 - .../store/cassandra/datasource/Credentials.java | 37 - .../store/cassandra/datasource/DataSource.java | 550 - .../cassandra/datasource/PlainCredentials.java | 50 - .../cassandra/datasource/package-info.java | 21 - .../cache/store/cassandra/package-info.java | 21 - .../persistence/KeyPersistenceSettings.java | 274 - .../KeyValuePersistenceSettings.java | 478 - .../persistence/PersistenceController.java | 421 - .../persistence/PersistenceSettings.java | 335 - .../persistence/PersistenceStrategy.java | 62 - .../store/cassandra/persistence/PojoField.java | 219 - .../cassandra/persistence/PojoKeyField.java | 91 - .../cassandra/persistence/PojoValueField.java | 152 - .../persistence/ValuePersistenceSettings.java | 107 - .../cassandra/persistence/package-info.java | 21 - .../cassandra/serializer/JavaSerializer.java | 81 - .../cassandra/serializer/KryoSerializer.java | 93 - .../store/cassandra/serializer/Serializer.java | 43 - .../cassandra/serializer/package-info.java | 21 - .../session/BatchExecutionAssistant.java | 95 - .../cassandra/session/BatchLoaderAssistant.java | 47 - .../cassandra/session/CassandraSession.java | 60 - .../cassandra/session/CassandraSessionImpl.java | 832 -- .../cassandra/session/ExecutionAssistant.java | 77 - .../session/GenericBatchExecutionAssistant.java | 71 - .../session/LoadCacheCustomQueryWorker.java | 105 - .../store/cassandra/session/package-info.java | 21 - .../cassandra/session/pool/SessionPool.java | 173 - .../cassandra/session/pool/SessionWrapper.java | 71 - .../cassandra/session/pool/package-info.java | 21 - .../store/cassandra/utils/DDLGenerator.java | 64 - .../store/cassandra/utils/package-info.java | 21 - .../cassandra/src/test/bootstrap/aws/README.txt | 13 - .../aws/cassandra/cassandra-bootstrap.sh | 336 - .../bootstrap/aws/cassandra/cassandra-env.sh | 287 - .../bootstrap/aws/cassandra/cassandra-start.sh | 217 - .../aws/cassandra/cassandra-template.yaml | 888 -- .../cassandra/src/test/bootstrap/aws/common.sh | 1481 -- modules/cassandra/src/test/bootstrap/aws/env.sh | 113 - .../test/bootstrap/aws/ganglia/agent-start.sh | 75 - .../bootstrap/aws/ganglia/ganglia-bootstrap.sh | 417 - .../bootstrap/aws/ignite/ignite-bootstrap.sh | 336 - .../ignite/ignite-cassandra-server-template.xml | 190 - .../src/test/bootstrap/aws/ignite/ignite-env.sh | 29 - .../test/bootstrap/aws/ignite/ignite-start.sh | 266 - .../src/test/bootstrap/aws/logs-collector.sh | 173 - .../tests/ignite-cassandra-client-template.xml | 192 - .../test/bootstrap/aws/tests/tests-bootstrap.sh | 317 - .../test/bootstrap/aws/tests/tests-manager.sh | 458 - .../test/bootstrap/aws/tests/tests-report.sh | 499 - .../CassandraDirectPersistenceLoadTest.java | 107 - .../tests/CassandraDirectPersistenceTest.java | 371 - .../apache/ignite/tests/DDLGeneratorTest.java | 43 - .../tests/IgnitePersistentStoreLoadTest.java | 111 - .../ignite/tests/IgnitePersistentStoreTest.java | 369 - .../LoadTestsCassandraArtifactsCreator.java | 104 - .../org/apache/ignite/tests/load/Generator.java | 27 - .../apache/ignite/tests/load/IntGenerator.java | 33 - .../ignite/tests/load/LoadTestDriver.java | 238 - .../apache/ignite/tests/load/LongGenerator.java | 28 - .../ignite/tests/load/PersonGenerator.java | 43 - .../ignite/tests/load/PersonIdGenerator.java | 31 - .../ignite/tests/load/StringGenerator.java | 28 - .../org/apache/ignite/tests/load/Worker.java | 429 - .../tests/load/cassandra/BulkReadWorker.java | 63 - .../tests/load/cassandra/BulkWriteWorker.java | 52 - .../ignite/tests/load/cassandra/ReadWorker.java | 51 - .../tests/load/cassandra/WriteWorker.java | 51 - .../tests/load/cassandra/package-info.java | 21 - .../tests/load/ignite/BulkReadWorker.java | 52 - .../tests/load/ignite/BulkWriteWorker.java | 52 - .../ignite/tests/load/ignite/ReadWorker.java | 51 - .../ignite/tests/load/ignite/WriteWorker.java | 51 - .../ignite/tests/load/ignite/package-info.java | 21 - .../apache/ignite/tests/load/package-info.java | 21 - .../org/apache/ignite/tests/package-info.java | 21 - .../org/apache/ignite/tests/pojos/Person.java | 246 - .../org/apache/ignite/tests/pojos/PersonId.java | 110 - .../apache/ignite/tests/pojos/package-info.java | 21 - .../ignite/tests/utils/CacheStoreHelper.java | 64 - .../tests/utils/CassandraAdminCredentials.java | 36 - .../ignite/tests/utils/CassandraHelper.java | 358 - .../tests/utils/CassandraLifeCycleBean.java | 149 - .../utils/CassandraRegularCredentials.java | 36 - .../ignite/tests/utils/TestCacheSession.java | 91 - .../apache/ignite/tests/utils/TestsHelper.java | 375 - .../apache/ignite/tests/utils/package-info.java | 21 - .../src/test/resources/log4j.properties | 119 - .../tests/cassandra/connection-settings.xml | 52 - .../tests/cassandra/connection.properties | 17 - .../tests/cassandra/credentials.properties | 22 - .../tests/cassandra/embedded-cassandra.yaml | 119 - .../ignite/tests/cassandra/keyspaces.properties | 17 - .../tests/persistence/blob/ignite-config.xml | 94 - .../persistence/blob/persistence-settings-1.xml | 21 - .../persistence/blob/persistence-settings-2.xml | 21 - .../persistence/blob/persistence-settings-3.xml | 29 - .../tests/persistence/pojo/ignite-config.xml | 113 - .../persistence/pojo/persistence-settings-1.xml | 21 - .../persistence/pojo/persistence-settings-2.xml | 21 - .../persistence/pojo/persistence-settings-3.xml | 173 - .../persistence/primitive/ignite-config.xml | 94 - .../primitive/ignite-remote-client-config.xml | 99 - .../primitive/ignite-remote-server-config.xml | 110 - .../primitive/persistence-settings-1.xml | 21 - .../primitive/persistence-settings-2.xml | 21 - .../src/test/resources/tests.properties | 50 - .../src/test/scripts/cassandra-load-tests.bat | 41 - .../src/test/scripts/cassandra-load-tests.sh | 39 - .../src/test/scripts/ignite-load-tests.bat | 41 - .../src/test/scripts/ignite-load-tests.sh | 39 - modules/cassandra/src/test/scripts/jvm-opt.sh | 21 - modules/cassandra/src/test/scripts/jvm-opts.bat | 24 - .../scripts/recreate-cassandra-artifacts.bat | 41 - .../scripts/recreate-cassandra-artifacts.sh | 39 - modules/cassandra/store/README.txt | 32 + modules/cassandra/store/licenses/apache-2.0.txt | 202 + modules/cassandra/store/pom.xml | 305 + .../store/cassandra/CassandraCacheStore.java | 519 + .../cassandra/CassandraCacheStoreFactory.java | 200 + .../store/cassandra/common/CassandraHelper.java | 176 + .../cassandra/common/PropertyMappingHelper.java | 219 + .../store/cassandra/common/RandomSleeper.java | 104 + .../store/cassandra/common/SystemHelper.java | 46 + .../store/cassandra/common/package-info.java | 21 + .../store/cassandra/datasource/Credentials.java | 39 + .../store/cassandra/datasource/DataSource.java | 647 + .../cassandra/datasource/PlainCredentials.java | 53 + .../cassandra/datasource/package-info.java | 21 + .../cache/store/cassandra/package-info.java | 21 + .../persistence/KeyPersistenceSettings.java | 305 + .../KeyValuePersistenceSettings.java | 526 + .../persistence/PersistenceController.java | 462 + .../persistence/PersistenceSettings.java | 446 + .../persistence/PersistenceStrategy.java | 62 + .../store/cassandra/persistence/PojoField.java | 245 + .../cassandra/persistence/PojoKeyField.java | 87 + .../cassandra/persistence/PojoValueField.java | 143 + .../persistence/ValuePersistenceSettings.java | 120 + .../cassandra/persistence/package-info.java | 21 + .../cassandra/serializer/JavaSerializer.java | 80 + .../store/cassandra/serializer/Serializer.java | 43 + .../cassandra/serializer/package-info.java | 21 + .../session/BatchExecutionAssistant.java | 102 + .../cassandra/session/BatchLoaderAssistant.java | 47 + .../cassandra/session/CassandraSession.java | 70 + .../cassandra/session/CassandraSessionImpl.java | 943 ++ .../cassandra/session/ExecutionAssistant.java | 84 + .../session/GenericBatchExecutionAssistant.java | 71 + .../session/LoadCacheCustomQueryWorker.java | 105 + .../store/cassandra/session/package-info.java | 21 + .../cassandra/session/pool/SessionPool.java | 173 + .../cassandra/session/pool/SessionWrapper.java | 71 + .../cassandra/session/pool/package-info.java | 21 + .../session/transaction/BaseMutation.java | 68 + .../session/transaction/DeleteMutation.java | 57 + .../cassandra/session/transaction/Mutation.java | 63 + .../session/transaction/WriteMutation.java | 60 + .../session/transaction/package-info.java | 21 + .../store/cassandra/utils/DDLGenerator.java | 76 + .../store/cassandra/utils/package-info.java | 21 + .../store/src/test/bootstrap/aws/README.txt | 13 + .../aws/cassandra/cassandra-bootstrap.sh | 336 + .../bootstrap/aws/cassandra/cassandra-env.sh | 287 + .../bootstrap/aws/cassandra/cassandra-start.sh | 217 + .../aws/cassandra/cassandra-template.yaml | 888 ++ .../store/src/test/bootstrap/aws/common.sh | 1481 ++ .../store/src/test/bootstrap/aws/env.sh | 113 + .../test/bootstrap/aws/ganglia/agent-start.sh | 75 + .../bootstrap/aws/ganglia/ganglia-bootstrap.sh | 417 + .../bootstrap/aws/ignite/ignite-bootstrap.sh | 336 + .../ignite/ignite-cassandra-server-template.xml | 190 + .../src/test/bootstrap/aws/ignite/ignite-env.sh | 29 + .../test/bootstrap/aws/ignite/ignite-start.sh | 266 + .../src/test/bootstrap/aws/logs-collector.sh | 173 + .../tests/ignite-cassandra-client-template.xml | 192 + .../test/bootstrap/aws/tests/tests-bootstrap.sh | 317 + .../test/bootstrap/aws/tests/tests-manager.sh | 458 + .../test/bootstrap/aws/tests/tests-report.sh | 499 + .../CassandraDirectPersistenceLoadTest.java | 107 + .../tests/CassandraDirectPersistenceTest.java | 696 + .../ignite/tests/CassandraLocalServer.java | 59 + .../apache/ignite/tests/DDLGeneratorTest.java | 57 + .../tests/DatasourceSerializationTest.java | 158 + .../tests/IgnitePersistentStoreLoadTest.java | 111 + .../ignite/tests/IgnitePersistentStoreTest.java | 666 + .../LoadTestsCassandraArtifactsCreator.java | 104 + .../org/apache/ignite/tests/load/Generator.java | 27 + .../apache/ignite/tests/load/IntGenerator.java | 33 + .../ignite/tests/load/LoadTestDriver.java | 238 + .../apache/ignite/tests/load/LongGenerator.java | 28 + .../ignite/tests/load/PersonGenerator.java | 43 + .../ignite/tests/load/PersonIdGenerator.java | 31 + .../ignite/tests/load/StringGenerator.java | 28 + .../org/apache/ignite/tests/load/Worker.java | 429 + .../tests/load/cassandra/BulkReadWorker.java | 63 + .../tests/load/cassandra/BulkWriteWorker.java | 52 + .../ignite/tests/load/cassandra/ReadWorker.java | 51 + .../tests/load/cassandra/WriteWorker.java | 51 + .../tests/load/cassandra/package-info.java | 21 + .../tests/load/ignite/BulkReadWorker.java | 52 + .../tests/load/ignite/BulkWriteWorker.java | 52 + .../ignite/tests/load/ignite/ReadWorker.java | 51 + .../ignite/tests/load/ignite/WriteWorker.java | 51 + .../ignite/tests/load/ignite/package-info.java | 21 + .../apache/ignite/tests/load/package-info.java | 21 + .../org/apache/ignite/tests/package-info.java | 21 + .../org/apache/ignite/tests/pojos/Person.java | 279 + .../org/apache/ignite/tests/pojos/PersonId.java | 110 + .../org/apache/ignite/tests/pojos/Product.java | 123 + .../apache/ignite/tests/pojos/ProductOrder.java | 148 + .../apache/ignite/tests/pojos/package-info.java | 21 + .../ignite/tests/utils/CacheStoreHelper.java | 77 + .../tests/utils/CassandraAdminCredentials.java | 38 + .../ignite/tests/utils/CassandraHelper.java | 358 + .../tests/utils/CassandraLifeCycleBean.java | 149 + .../utils/CassandraRegularCredentials.java | 38 + .../ignite/tests/utils/TestCacheSession.java | 95 + .../ignite/tests/utils/TestTransaction.java | 132 + .../apache/ignite/tests/utils/TestsHelper.java | 660 + .../apache/ignite/tests/utils/package-info.java | 21 + .../store/src/test/resources/log4j.properties | 119 + .../tests/cassandra/connection-settings.xml | 52 + .../tests/cassandra/connection.properties | 17 + .../tests/cassandra/credentials.properties | 22 + .../tests/cassandra/embedded-cassandra.yaml | 119 + .../ignite/tests/cassandra/keyspaces.properties | 17 + .../tests/persistence/blob/ignite-config.xml | 94 + .../persistence/blob/persistence-settings-1.xml | 21 + .../persistence/blob/persistence-settings-2.xml | 21 + .../persistence/blob/persistence-settings-3.xml | 29 + .../tests/persistence/pojo/ignite-config.xml | 169 + .../ignite/tests/persistence/pojo/order.xml | 21 + .../persistence/pojo/persistence-settings-1.xml | 21 + .../persistence/pojo/persistence-settings-2.xml | 21 + .../persistence/pojo/persistence-settings-3.xml | 175 + .../persistence/pojo/persistence-settings-4.xml | 175 + .../ignite/tests/persistence/pojo/product.xml | 21 + .../persistence/primitive/ignite-config.xml | 94 + .../primitive/ignite-remote-client-config.xml | 99 + .../primitive/ignite-remote-server-config.xml | 110 + .../primitive/persistence-settings-1.xml | 21 + .../primitive/persistence-settings-2.xml | 21 + .../store/src/test/resources/tests.properties | 65 + .../src/test/scripts/cassandra-load-tests.bat | 41 + .../src/test/scripts/cassandra-load-tests.sh | 39 + .../src/test/scripts/ignite-load-tests.bat | 41 + .../store/src/test/scripts/ignite-load-tests.sh | 39 + .../cassandra/store/src/test/scripts/jvm-opt.sh | 21 + .../store/src/test/scripts/jvm-opts.bat | 24 + .../scripts/recreate-cassandra-artifacts.bat | 41 + .../scripts/recreate-cassandra-artifacts.sh | 39 + modules/clients/pom.xml | 9 +- .../clients/src/test/config/jdbc-bin-config.xml | 54 + .../client/ClientReconnectionSelfTest.java | 4 +- .../client/router/TcpSslRouterSelfTest.java | 7 +- .../client/suite/IgniteClientTestSuite.java | 75 +- .../jdbc2/JdbcAbstractDmlStatementSelfTest.java | 263 + .../JdbcAbstractUpdateStatementSelfTest.java | 37 + ...BinaryMarshallerInsertStatementSelfTest.java | 37 + ...cBinaryMarshallerMergeStatementSelfTest.java | 37 + .../jdbc2/JdbcDeleteStatementSelfTest.java | 49 + .../jdbc2/JdbcInsertStatementSelfTest.java | 122 + .../jdbc2/JdbcMergeStatementSelfTest.java | 91 + .../internal/jdbc2/JdbcNoDefaultCacheTest.java | 40 +- .../internal/jdbc2/JdbcResultSetSelfTest.java | 109 +- .../rest/ClientMemcachedProtocolSelfTest.java | 4 +- .../rest/RestProcessorMultiStartSelfTest.java | 48 +- .../rest/protocols/tcp/MockNioSession.java | 11 + .../tcp/redis/RedisProtocolSelfTest.java | 559 + .../jdbc/suite/IgniteJdbcDriverTestSuite.java | 5 + modules/cloud/pom.xml | 2 +- .../TcpDiscoveryCloudIpFinderSelfTest.java | 6 +- .../ignite/testsuites/IgniteCloudTestSuite.java | 5 +- modules/codegen/pom.xml | 2 +- modules/core/pom.xml | 2 +- .../src/main/java/org/apache/ignite/Ignite.java | 77 +- .../java/org/apache/ignite/IgniteCache.java | 21 + .../org/apache/ignite/IgniteDataStreamer.java | 2 +- .../java/org/apache/ignite/IgniteScheduler.java | 13 + .../java/org/apache/ignite/IgniteServices.java | 48 +- .../apache/ignite/IgniteSystemProperties.java | 49 + .../binary/BinaryAbstractIdentityResolver.java | 53 + .../binary/BinaryArrayIdentityResolver.java | 224 + .../binary/BinaryFieldIdentityResolver.java | 307 + .../ignite/binary/BinaryIdentityResolver.java | 42 + .../ignite/binary/BinaryTypeConfiguration.java | 27 +- .../org/apache/ignite/cache/QueryEntity.java | 27 + .../affinity/fair/FairAffinityFunction.java | 2 +- .../rendezvous/RendezvousAffinityFunction.java | 82 +- .../cache/query/QueryCancelledException.java | 35 + .../apache/ignite/cache/query/QueryCursor.java | 8 +- .../ignite/cache/query/QueryDetailMetrics.java | 98 + .../apache/ignite/cache/query/QueryMetrics.java | 2 +- .../org/apache/ignite/cache/query/SpiQuery.java | 8 +- .../ignite/cache/query/SqlFieldsQuery.java | 28 +- .../org/apache/ignite/cache/query/SqlQuery.java | 25 + .../cache/store/CacheLoadOnlyStoreAdapter.java | 6 +- .../store/jdbc/CacheAbstractJdbcStore.java | 209 +- .../cache/store/jdbc/CacheJdbcBlobStore.java | 4 +- .../cache/store/jdbc/CacheJdbcPojoStore.java | 26 +- .../store/jdbc/CacheJdbcPojoStoreFactory.java | 45 +- .../ignite/cache/store/jdbc/JdbcType.java | 2 +- .../store/jdbc/dialect/BasicJdbcDialect.java | 12 +- .../cache/store/jdbc/dialect/DB2Dialect.java | 14 +- .../cache/store/jdbc/dialect/H2Dialect.java | 5 +- .../cache/store/jdbc/dialect/JdbcDialect.java | 18 +- .../cache/store/jdbc/dialect/MySQLDialect.java | 9 +- .../cache/store/jdbc/dialect/OracleDialect.java | 13 +- .../store/jdbc/dialect/SQLServerDialect.java | 22 +- .../apache/ignite/compute/ComputeTaskSpis.java | 8 +- .../configuration/CacheConfiguration.java | 97 +- .../configuration/FileSystemConfiguration.java | 2 +- .../configuration/IgniteConfiguration.java | 66 +- .../ignite/configuration/OdbcConfiguration.java | 98 +- .../java/org/apache/ignite/igfs/IgfsPath.java | 14 +- .../org/apache/ignite/igfs/IgfsPathSummary.java | 3 +- .../local/LocalIgfsSecondaryFileSystem.java | 131 +- .../internal/ComputeTaskInternalFuture.java | 11 + .../internal/GridEventConsumeHandler.java | 15 +- .../ignite/internal/GridJobContextImpl.java | 4 +- .../internal/GridJobSiblingsResponse.java | 3 +- .../ignite/internal/GridKernalContext.java | 40 + .../ignite/internal/GridKernalContextImpl.java | 68 +- .../apache/ignite/internal/GridLoggerProxy.java | 3 +- .../internal/GridMessageListenHandler.java | 13 +- .../internal/GridPerformanceSuggestions.java | 2 +- .../ignite/internal/GridTaskSessionImpl.java | 15 +- .../org/apache/ignite/internal/GridTopic.java | 7 +- .../ignite/internal/IgniteComponentType.java | 11 +- .../ignite/internal/IgniteInternalFuture.java | 11 + .../apache/ignite/internal/IgniteKernal.java | 182 +- .../ignite/internal/IgniteSchedulerImpl.java | 18 + .../ignite/internal/IgniteServicesImpl.java | 4 +- .../org/apache/ignite/internal/IgnitionEx.java | 223 +- .../ignite/internal/MarshallerContextImpl.java | 12 +- .../internal/binary/BinaryClassDescriptor.java | 37 +- .../ignite/internal/binary/BinaryContext.java | 90 +- .../internal/binary/BinaryEnumObjectImpl.java | 8 +- .../ignite/internal/binary/BinaryFieldImpl.java | 10 +- .../internal/binary/BinaryMarshaller.java | 23 +- .../ignite/internal/binary/BinaryObjectEx.java | 8 + .../internal/binary/BinaryObjectExImpl.java | 247 +- .../internal/binary/BinaryObjectImpl.java | 68 +- .../binary/BinaryObjectOffheapImpl.java | 69 +- .../internal/binary/BinaryPrimitives.java | 30 +- .../internal/binary/BinaryReaderExImpl.java | 24 + .../internal/binary/BinaryReaderHandles.java | 2 +- .../binary/BinarySerializedFieldComparator.java | 343 + .../ignite/internal/binary/BinaryUtils.java | 5 +- .../internal/binary/BinaryWriterExImpl.java | 93 +- .../internal/binary/GridBinaryMarshaller.java | 2 +- .../binary/builder/BinaryBuilderReader.java | 11 + .../binary/builder/BinaryBuilderSerializer.java | 4 + .../binary/builder/BinaryObjectBuilderImpl.java | 29 +- .../streams/BinaryAbstractInputStream.java | 5 + .../streams/BinaryAbstractOutputStream.java | 5 + .../binary/streams/BinaryHeapInputStream.java | 9 +- .../binary/streams/BinaryHeapOutputStream.java | 7 +- .../streams/BinaryMemoryAllocatorChunk.java | 3 +- .../streams/BinaryOffheapInputStream.java | 14 +- .../streams/BinaryOffheapOutputStream.java | 8 +- .../internal/binary/streams/BinaryStream.java | 12 +- .../client/GridClientConfiguration.java | 1 - .../GridClientConnectionManagerAdapter.java | 1 + .../GridClientOptimizedMarshaller.java | 5 +- .../GridClientZipOptimizedMarshaller.java | 5 +- .../internal/cluster/ClusterGroupAdapter.java | 2 +- .../cluster/ClusterNodeLocalMapImpl.java | 3 +- .../igfs/common/IgfsControlResponse.java | 19 +- .../internal/igfs/common/IgfsMarshaller.java | 14 +- .../ignite/internal/jdbc/JdbcResultSet.java | 10 +- .../apache/ignite/internal/jdbc/JdbcUtils.java | 4 +- .../ignite/internal/jdbc2/JdbcConnection.java | 17 + .../internal/jdbc2/JdbcPreparedStatement.java | 71 +- .../ignite/internal/jdbc2/JdbcQueryTask.java | 5 +- .../ignite/internal/jdbc2/JdbcQueryTaskV2.java | 406 + .../ignite/internal/jdbc2/JdbcResultSet.java | 81 +- .../internal/jdbc2/JdbcSqlFieldsQuery.java | 49 + .../ignite/internal/jdbc2/JdbcStatement.java | 213 +- .../apache/ignite/internal/jdbc2/JdbcUtils.java | 25 +- .../internal/managers/GridManagerAdapter.java | 15 + .../checkpoint/GridCheckpointManager.java | 6 +- .../managers/communication/GridIoManager.java | 224 +- .../managers/communication/GridIoMessage.java | 13 + .../communication/GridIoMessageFactory.java | 81 +- .../communication/IgniteIoTestMessage.java | 13 +- .../deployment/GridDeploymentCommunication.java | 4 +- .../GridDeploymentPerVersionStore.java | 2 +- .../discovery/GridDiscoveryManager.java | 192 +- .../eventstorage/GridEventStorageManager.java | 18 +- .../loadbalancer/GridLoadBalancerManager.java | 10 +- .../processors/affinity/AffinityAssignment.java | 88 + .../affinity/GridAffinityAssignment.java | 8 +- .../affinity/GridAffinityAssignmentCache.java | 35 +- .../affinity/GridAffinityProcessor.java | 89 +- .../processors/affinity/GridAffinityUtils.java | 12 +- .../affinity/HistoryAffinityAssignment.java | 169 + .../cache/CacheAffinitySharedManager.java | 57 +- .../cache/CacheEntrySerializablePredicate.java | 4 +- .../cache/CacheInvokeDirectResult.java | 4 +- .../cache/DynamicCacheChangeBatch.java | 7 + .../processors/cache/GridCacheAdapter.java | 42 +- .../cache/GridCacheAffinityManager.java | 6 +- .../processors/cache/GridCacheContext.java | 2 +- .../cache/GridCacheDeploymentManager.java | 4 +- .../processors/cache/GridCacheEntryEx.java | 16 +- .../processors/cache/GridCacheEventManager.java | 10 +- .../processors/cache/GridCacheIoManager.java | 89 +- .../processors/cache/GridCacheMapEntry.java | 59 +- .../processors/cache/GridCacheMessage.java | 11 +- .../processors/cache/GridCacheMvccManager.java | 77 + .../GridCachePartitionExchangeManager.java | 387 +- .../processors/cache/GridCachePreloader.java | 19 +- .../cache/GridCachePreloaderAdapter.java | 16 +- .../processors/cache/GridCacheProcessor.java | 306 +- .../GridCacheReturnCompletableWrapper.java | 101 + .../cache/GridCacheSharedContext.java | 25 +- .../cache/GridCacheSharedTtlCleanupManager.java | 132 + .../processors/cache/GridCacheTtlManager.java | 6 + .../processors/cache/GridCacheUtilityKey.java | 6 +- .../processors/cache/GridCacheUtils.java | 126 +- .../cache/GridDeferredAckMessageSender.java | 219 + .../processors/cache/IgniteCacheProxy.java | 98 +- .../processors/cache/QueryCursorImpl.java | 117 +- .../binary/CacheObjectBinaryProcessorImpl.java | 43 +- .../distributed/GridDistributedLockRequest.java | 5 + .../GridDistributedLockResponse.java | 4 +- .../GridDistributedTxFinishResponse.java | 6 + .../GridDistributedTxPrepareRequest.java | 4 +- .../GridDistributedTxPrepareResponse.java | 4 +- .../GridDistributedTxRemoteAdapter.java | 32 +- .../GridDistributedUnlockRequest.java | 5 + .../dht/GridClientPartitionTopology.java | 136 +- .../dht/GridDhtAffinityAssignmentRequest.java | 2 +- .../dht/GridDhtAffinityAssignmentResponse.java | 12 +- .../distributed/dht/GridDhtCacheAdapter.java | 3 +- .../distributed/dht/GridDhtLocalPartition.java | 2 +- .../distributed/dht/GridDhtLockFuture.java | 23 +- .../distributed/dht/GridDhtLockResponse.java | 9 +- .../dht/GridDhtPartitionTopology.java | 31 +- .../dht/GridDhtPartitionTopologyImpl.java | 282 +- .../distributed/dht/GridDhtTxFinishFuture.java | 12 +- .../distributed/dht/GridDhtTxFinishRequest.java | 33 +- .../dht/GridDhtTxFinishResponse.java | 56 +- .../dht/GridDhtTxOnePhaseCommitAckRequest.java | 134 + .../distributed/dht/GridDhtTxPrepareFuture.java | 44 +- .../dht/GridDhtTxPrepareRequest.java | 93 +- .../cache/distributed/dht/GridDhtTxRemote.java | 6 +- .../GridDhtAtomicAbstractUpdateFuture.java | 471 + .../GridDhtAtomicAbstractUpdateRequest.java | 287 + .../dht/atomic/GridDhtAtomicCache.java | 374 +- .../atomic/GridDhtAtomicSingleUpdateFuture.java | 190 + .../GridDhtAtomicSingleUpdateRequest.java | 683 + .../dht/atomic/GridDhtAtomicUpdateFuture.java | 443 +- .../dht/atomic/GridDhtAtomicUpdateRequest.java | 317 +- .../dht/atomic/GridDhtAtomicUpdateResponse.java | 4 +- ...idNearAtomicAbstractSingleUpdateRequest.java | 562 + .../GridNearAtomicAbstractUpdateFuture.java | 15 +- .../GridNearAtomicAbstractUpdateRequest.java | 226 + .../atomic/GridNearAtomicFullUpdateRequest.java | 1046 ++ ...GridNearAtomicSingleUpdateFilterRequest.java | 226 + .../GridNearAtomicSingleUpdateFuture.java | 143 +- ...GridNearAtomicSingleUpdateInvokeRequest.java | 307 + .../GridNearAtomicSingleUpdateRequest.java | 360 + .../dht/atomic/GridNearAtomicUpdateFuture.java | 42 +- .../dht/atomic/GridNearAtomicUpdateRequest.java | 1119 -- .../atomic/GridNearAtomicUpdateResponse.java | 4 +- .../dht/preloader/GridDhtForceKeysResponse.java | 4 +- .../GridDhtPartitionDemandMessage.java | 4 +- .../dht/preloader/GridDhtPartitionDemander.java | 233 +- .../dht/preloader/GridDhtPartitionFullMap.java | 36 +- .../dht/preloader/GridDhtPartitionMap2.java | 53 +- .../GridDhtPartitionsAbstractMessage.java | 40 +- .../GridDhtPartitionsExchangeFuture.java | 129 +- .../preloader/GridDhtPartitionsFullMessage.java | 150 +- .../GridDhtPartitionsSingleMessage.java | 132 +- .../GridDhtPartitionsSingleRequest.java | 4 +- .../dht/preloader/GridDhtPreloader.java | 55 +- .../distributed/near/GridNearAtomicCache.java | 18 +- .../distributed/near/GridNearCacheAdapter.java | 7 + .../distributed/near/GridNearGetRequest.java | 5 + .../distributed/near/GridNearGetResponse.java | 4 +- ...arOptimisticSerializableTxPrepareFuture.java | 4 +- .../near/GridNearOptimisticTxPrepareFuture.java | 9 +- .../GridNearPessimisticTxPrepareFuture.java | 4 +- .../near/GridNearSingleGetResponse.java | 4 +- .../near/GridNearTxFinishFuture.java | 112 +- .../near/GridNearTxFinishResponse.java | 4 +- .../local/atomic/GridLocalAtomicCache.java | 3 + .../processors/cache/query/CacheQuery.java | 1 - .../processors/cache/query/CacheQueryType.java | 2 +- .../query/GridCacheDistributedQueryManager.java | 2 +- .../cache/query/GridCacheLocalQueryFuture.java | 4 +- .../cache/query/GridCacheQueryAdapter.java | 10 - .../GridCacheQueryDetailMetricsAdapter.java | 248 + .../query/GridCacheQueryDetailMetricsKey.java | 82 + .../query/GridCacheQueryFutureAdapter.java | 2 - .../cache/query/GridCacheQueryManager.java | 178 +- .../query/GridCacheQueryMetricsAdapter.java | 37 +- .../cache/query/GridCacheQueryRequest.java | 18 +- .../cache/query/GridCacheQueryResponse.java | 4 +- .../cache/query/GridCacheSqlQuery.java | 17 +- .../cache/query/GridCacheTwoStepQuery.java | 253 - .../cache/query/IgniteQueryErrorCode.java | 91 + .../continuous/CacheContinuousQueryHandler.java | 21 +- .../CacheContinuousQueryListener.java | 4 +- .../continuous/CacheContinuousQueryManager.java | 6 +- .../jdbc/GridCacheQueryJdbcMetadataTask.java | 4 +- .../query/jdbc/GridCacheQueryJdbcTask.java | 6 +- .../store/GridCacheStoreManagerAdapter.java | 2 +- .../cache/store/GridCacheWriteBehindStore.java | 2 +- .../cache/transactions/IgniteTxAdapter.java | 46 +- .../cache/transactions/IgniteTxEntry.java | 49 +- .../cache/transactions/IgniteTxHandler.java | 167 +- .../transactions/IgniteTxLocalAdapter.java | 38 +- .../cache/transactions/IgniteTxManager.java | 156 +- .../GridCacheLazyPlainVersionedEntry.java | 6 + .../version/GridCachePlainVersionedEntry.java | 5 +- .../version/GridCacheRawVersionedEntry.java | 8 +- .../IgniteCacheObjectProcessorImpl.java | 3 +- .../clock/GridClockSyncProcessor.java | 2 +- .../closure/GridClosureProcessor.java | 77 +- .../processors/cluster/ClusterProcessor.java | 2 +- .../processors/cluster/GridUpdateNotifier.java | 108 +- .../continuous/GridContinuousHandler.java | 8 - .../continuous/GridContinuousProcessor.java | 49 +- .../processors/continuous/StartRequestData.java | 4 +- .../datastreamer/DataStreamProcessor.java | 118 +- .../datastreamer/DataStreamerImpl.java | 691 +- .../datastructures/GridCacheQueueAdapter.java | 2 +- .../processors/hadoop/HadoopClassLoader.java | 487 + .../processors/hadoop/HadoopClasspathUtils.java | 424 + .../processors/hadoop/HadoopDefaultJobInfo.java | 156 + .../processors/hadoop/HadoopHelper.java | 62 + .../internal/processors/hadoop/HadoopJob.java | 5 + .../internal/processors/hadoop/HadoopJobId.java | 79 +- .../processors/hadoop/HadoopJobInfo.java | 4 +- .../processors/hadoop/HadoopJobProperty.java | 50 +- .../processors/hadoop/HadoopLocations.java | 123 + .../hadoop/HadoopMapReducePlanner.java | 1 + .../hadoop/HadoopMapperAwareTaskOutput.java | 32 + .../processors/hadoop/HadoopNoopHelper.java | 71 + .../processors/hadoop/HadoopNoopProcessor.java | 4 +- .../processors/hadoop/HadoopTaskInfo.java | 43 + .../hadoop/message/HadoopMessage.java | 27 + .../shuffle/HadoopDirectShuffleMessage.java | 243 + .../hadoop/shuffle/HadoopShuffleAck.java | 170 + .../shuffle/HadoopShuffleFinishRequest.java | 172 + .../shuffle/HadoopShuffleFinishResponse.java | 142 + .../hadoop/shuffle/HadoopShuffleMessage.java | 361 + .../igfs/IgfsAbstractOutputStream.java | 266 + .../processors/igfs/IgfsAckMessage.java | 5 +- .../internal/processors/igfs/IgfsAsyncImpl.java | 12 +- .../internal/processors/igfs/IgfsContext.java | 64 +- .../processors/igfs/IgfsDataManager.java | 148 +- .../processors/igfs/IgfsDeleteMessage.java | 5 +- .../ignite/internal/processors/igfs/IgfsEx.java | 18 - .../internal/processors/igfs/IgfsFileImpl.java | 5 +- .../igfs/IgfsFragmentizerManager.java | 29 +- .../internal/processors/igfs/IgfsImpl.java | 601 +- .../processors/igfs/IgfsInputStreamAdapter.java | 51 - .../processors/igfs/IgfsInputStreamImpl.java | 215 +- .../processors/igfs/IgfsIpcHandler.java | 7 +- .../processors/igfs/IgfsKernalContextAware.java | 32 + .../processors/igfs/IgfsMetaManager.java | 1 - .../processors/igfs/IgfsModeResolver.java | 3 +- .../processors/igfs/IgfsOutputStreamImpl.java | 319 +- .../igfs/IgfsOutputStreamProxyImpl.java | 163 + .../internal/processors/igfs/IgfsPathIds.java | 2 +- .../internal/processors/igfs/IgfsPaths.java | 9 +- .../internal/processors/igfs/IgfsProcessor.java | 31 +- .../igfs/IgfsSecondaryFileSystemImpl.java | 2 +- .../internal/processors/igfs/IgfsServer.java | 5 +- .../processors/igfs/IgfsThreadFactory.java | 61 + .../internal/processors/igfs/IgfsUtils.java | 21 +- .../local/LocalFileSystemIgfsFile.java | 9 +- .../local/LocalFileSystemSizeVisitor.java | 60 + .../secondary/local/LocalFileSystemUtils.java | 142 + .../processors/job/GridJobProcessor.java | 21 +- .../internal/processors/job/GridJobWorker.java | 16 +- .../OsDiscoveryNodeValidationProcessor.java | 2 +- .../processors/odbc/OdbcMessageParser.java | 26 +- .../processors/odbc/OdbcNioListener.java | 2 +- .../internal/processors/odbc/OdbcProcessor.java | 54 +- .../odbc/OdbcQueryGetParamsMetaRequest.java | 60 + .../odbc/OdbcQueryGetParamsMetaResult.java | 40 + .../internal/processors/odbc/OdbcRequest.java | 3 + .../processors/odbc/OdbcRequestHandler.java | 206 +- .../internal/processors/odbc/OdbcUtils.java | 4 +- .../processors/odbc/escape/OdbcEscapeType.java | 13 +- .../processors/odbc/escape/OdbcEscapeUtils.java | 58 +- .../offheap/GridOffHeapProcessor.java | 18 +- .../platform/PlatformAbstractTarget.java | 290 +- .../platform/PlatformAsyncTarget.java | 44 + .../platform/PlatformConfigurationEx.java | 8 + .../platform/PlatformContextImpl.java | 3 - .../platform/PlatformNoopProcessor.java | 44 +- .../processors/platform/PlatformProcessor.java | 51 +- .../platform/PlatformProcessorImpl.java | 172 +- .../processors/platform/PlatformTarget.java | 123 +- .../platform/PlatformTargetProxy.java | 126 + .../platform/PlatformTargetProxyImpl.java | 222 + .../binary/PlatformBinaryProcessor.java | 96 + .../platform/cache/PlatformCache.java | 980 +- .../platform/cache/PlatformCacheExtension.java | 47 + .../platform/cache/PlatformCacheIterator.java | 2 +- .../cache/affinity/PlatformAffinity.java | 18 +- .../affinity/PlatformAffinityFunction.java | 14 +- .../PlatformAffinityFunctionTarget.java | 4 +- .../cache/expiry/PlatformExpiryPolicy.java | 93 + .../expiry/PlatformExpiryPolicyFactory.java | 76 + .../query/PlatformAbstractQueryCursor.java | 55 +- .../query/PlatformContinuousQueryProxy.java | 55 + .../cache/query/PlatformFieldsQueryCursor.java | 6 + .../cache/store/PlatformCacheStoreCallback.java | 61 - .../callback/PlatformCallbackGateway.java | 11 +- .../callback/PlatformCallbackUtils.java | 9 +- .../platform/cluster/PlatformClusterGroup.java | 167 +- .../platform/compute/PlatformCompute.java | 116 +- .../cpp/PlatformCppConfigurationClosure.java | 13 +- .../cpp/PlatformCppConfigurationEx.java | 7 + .../datastreamer/PlatformDataStreamer.java | 107 +- .../PlatformStreamReceiverImpl.java | 8 +- .../datastructures/PlatformAtomicLong.java | 174 +- .../datastructures/PlatformAtomicReference.java | 44 +- .../datastructures/PlatformAtomicSequence.java | 126 +- .../dotnet/PlatformDotNetCacheStore.java | 117 +- .../PlatformDotNetConfigurationClosure.java | 13 +- .../dotnet/PlatformDotNetConfigurationEx.java | 15 + ...PlatformDotNetEntityFrameworkCacheEntry.java | 102 + ...formDotNetEntityFrameworkCacheExtension.java | 353 + .../PlatformDotNetEntityFrameworkCacheKey.java | 164 + ...EntityFrameworkIncreaseVersionProcessor.java | 45 + .../platform/events/PlatformEvents.java | 205 +- .../memory/PlatformInputStreamImpl.java | 14 +- .../memory/PlatformOutputStreamImpl.java | 14 +- .../platform/messaging/PlatformMessaging.java | 90 +- .../platform/services/PlatformServices.java | 249 +- .../transactions/PlatformTransactions.java | 222 +- .../utils/PlatformConfigurationUtils.java | 111 +- .../platform/utils/PlatformFutureUtils.java | 14 +- .../utils/PlatformListenableTarget.java | 62 + .../platform/utils/PlatformUtils.java | 8 +- .../PlatformDotNetSessionCacheExtension.java | 144 + .../websession/PlatformDotNetSessionData.java | 260 + .../PlatformDotNetSessionLockProcessor.java | 84 + .../PlatformDotNetSessionLockResult.java | 106 + ...tformDotNetSessionSetAndUnlockProcessor.java | 179 + .../internal/processors/pool/PoolProcessor.java | 154 + .../processors/query/GridQueryCancel.java | 83 + .../processors/query/GridQueryFieldsResult.java | 3 +- .../query/GridQueryFieldsResultAdapter.java | 3 +- .../processors/query/GridQueryIndexing.java | 32 +- .../processors/query/GridQueryProcessor.java | 796 +- .../processors/query/GridQueryProperty.java | 20 + .../query/GridQueryTypeDescriptor.java | 25 + .../processors/query/IgniteSQLException.java | 89 + .../twostep/messages/GridQueryFailResponse.java | 36 +- .../h2/twostep/messages/GridQueryRequest.java | 31 +- .../processors/rest/GridRestProcessor.java | 15 + .../handlers/redis/GridRedisCommandHandler.java | 39 + .../GridRedisConnectionCommandHandler.java | 74 + .../redis/GridRedisRestCommandHandler.java | 102 + .../exception/GridRedisGenericException.java | 37 + .../redis/exception/GridRedisTypeException.java | 37 + .../redis/key/GridRedisDelCommandHandler.java | 95 + .../key/GridRedisExistsCommandHandler.java | 94 + .../server/GridRedisDbSizeCommandHandler.java | 80 + .../string/GridRedisAppendCommandHandler.java | 118 + .../string/GridRedisGetCommandHandler.java | 107 + .../string/GridRedisGetRangeCommandHandler.java | 128 + .../string/GridRedisGetSetCommandHandler.java | 94 + .../string/GridRedisIncrDecrCommandHandler.java | 193 + .../string/GridRedisMGetCommandHandler.java | 94 + .../string/GridRedisMSetCommandHandler.java | 91 + .../string/GridRedisSetCommandHandler.java | 156 + .../string/GridRedisSetRangeCommandHandler.java | 149 + .../string/GridRedisStrlenCommandHandler.java | 89 + .../handlers/task/GridTaskCommandHandler.java | 10 +- .../protocols/tcp/GridClientPacketType.java | 3 + .../tcp/GridTcpMemcachedNioListener.java | 15 +- .../protocols/tcp/GridTcpRestNioListener.java | 16 +- .../rest/protocols/tcp/GridTcpRestParser.java | 43 +- .../protocols/tcp/redis/GridRedisCommand.java | 80 + .../protocols/tcp/redis/GridRedisMessage.java | 219 + .../tcp/redis/GridRedisNioListener.java | 146 + .../tcp/redis/GridRedisProtocolParser.java | 314 + .../service/GridServiceProcessor.java | 80 +- .../session/GridTaskSessionProcessor.java | 9 +- .../processors/task/GridTaskProcessor.java | 11 +- .../processors/task/GridTaskWorker.java | 20 +- .../util/GridBoundedConcurrentOrderedMap.java | 5 + .../internal/util/GridBoundedPriorityQueue.java | 68 + .../ignite/internal/util/GridHandleTable.java | 10 +- .../ignite/internal/util/GridLogThrottle.java | 66 +- .../apache/ignite/internal/util/GridUnsafe.java | 60 +- .../ignite/internal/util/IgniteUtils.java | 521 +- .../internal/util/SerializableTransient.java | 58 + .../ignite/internal/util/StripedExecutor.java | 667 + .../util/future/GridFinishedFuture.java | 24 + .../internal/util/future/GridFutureAdapter.java | 27 +- .../util/future/GridFutureChainListener.java | 30 +- .../internal/util/io/GridUnsafeDataInput.java | 12 +- .../internal/util/io/GridUnsafeDataOutput.java | 12 +- .../internal/util/ipc/IpcToNioAdapter.java | 2 +- .../ipc/shmem/IpcSharedMemoryNativeLoader.java | 2 +- .../shmem/IpcSharedMemoryServerEndpoint.java | 19 +- .../util/lang/IgniteSingletonIterator.java | 56 + .../util/nio/GridCommunicationClient.java | 4 +- .../nio/GridConnectionBytesVerifyFilter.java | 17 +- .../util/nio/GridNioAsyncNotifyFilter.java | 10 +- .../internal/util/nio/GridNioCodecFilter.java | 19 +- .../ignite/internal/util/nio/GridNioFilter.java | 16 +- .../internal/util/nio/GridNioFilterAdapter.java | 10 +- .../internal/util/nio/GridNioFilterChain.java | 16 +- .../ignite/internal/util/nio/GridNioFuture.java | 4 +- .../util/nio/GridNioRecoveryDescriptor.java | 95 +- .../ignite/internal/util/nio/GridNioServer.java | 1360 +- .../internal/util/nio/GridNioSession.java | 11 + .../internal/util/nio/GridNioSessionImpl.java | 49 +- .../util/nio/GridNioSessionMetaKey.java | 7 +- .../ignite/internal/util/nio/GridNioWorker.java | 48 + .../util/nio/GridSelectorNioSessionImpl.java | 158 +- .../util/nio/GridTcpNioCommunicationClient.java | 49 +- .../internal/util/nio/SessionWriteRequest.java | 85 + .../util/nio/ssl/BlockingSslHandler.java | 61 +- .../internal/util/nio/ssl/GridNioSslFilter.java | 73 +- .../util/nio/ssl/GridNioSslHandler.java | 21 +- .../internal/util/nio/ssl/GridSslMeta.java | 94 + .../util/offheap/unsafe/GridUnsafeMemory.java | 43 +- .../util/tostring/GridToStringBuilder.java | 2 +- .../cache/VisorCacheQueryDetailMetrics.java | 167 + ...sorCacheQueryDetailMetricsCollectorTask.java | 146 + .../VisorCacheResetQueryDetailMetricsTask.java | 71 + .../cache/VisorCacheResetQueryMetricsTask.java | 69 + .../visor/cache/VisorCacheTypeMetadata.java | 70 +- .../visor/event/VisorGridDiscoveryEventV2.java | 80 + .../visor/misc/VisorResolveHostNameTask.java | 4 +- .../visor/node/VisorNodeDataCollectorJob.java | 19 +- .../internal/visor/query/VisorQueryJob.java | 2 +- .../internal/visor/util/VisorEventMapper.java | 96 +- .../internal/visor/util/VisorTaskUtils.java | 48 +- .../apache/ignite/logger/java/JavaLogger.java | 14 +- .../logger/java/JavaLoggerFileHandler.java | 10 +- .../ignite/marshaller/AbstractMarshaller.java | 41 +- .../AbstractNodeNameAwareMarshaller.java | 142 + .../ignite/marshaller/MarshallerUtils.java | 80 + .../ignite/marshaller/jdk/JdkMarshaller.java | 52 +- .../optimized/OptimizedClassDescriptor.java | 90 +- .../optimized/OptimizedMarshaller.java | 34 +- .../optimized/OptimizedObjectOutputStream.java | 25 +- .../dotnet/PlatformDotNetAffinityFunction.java | 9 +- .../security/SecurityBasicPermissionSet.java | 107 + .../security/SecurityPermissionSetBuilder.java | 222 + .../org/apache/ignite/services/Service.java | 12 +- .../org/apache/ignite/spi/IgniteSpiAdapter.java | 11 + .../org/apache/ignite/spi/IgniteSpiContext.java | 26 +- .../sharedfs/SharedFsCheckpointSpi.java | 10 +- .../spi/checkpoint/sharedfs/SharedFsUtils.java | 4 +- .../communication/tcp/TcpCommunicationSpi.java | 382 +- .../tcp/TcpCommunicationSpiMBean.java | 40 + .../ignite/spi/discovery/tcp/ClientImpl.java | 72 +- .../ignite/spi/discovery/tcp/ServerImpl.java | 626 +- .../spi/discovery/tcp/TcpDiscoveryImpl.java | 61 +- .../spi/discovery/tcp/TcpDiscoverySpi.java | 28 +- .../tcp/internal/TcpDiscoveryStatistics.java | 4 + .../TcpDiscoveryMulticastIpFinder.java | 11 +- .../sharedfs/TcpDiscoverySharedFsIpFinder.java | 2 +- .../messages/TcpDiscoveryAbstractMessage.java | 7 + .../messages/TcpDiscoveryClientAckResponse.java | 5 + .../TcpDiscoveryClientHeartbeatMessage.java | 7 +- .../TcpDiscoveryConnectionCheckMessage.java | 5 + .../TcpDiscoveryCustomEventMessage.java | 3 +- .../messages/TcpDiscoveryHeartbeatMessage.java | 5 + .../TcpDiscoveryNodeAddFinishedMessage.java | 11 + .../messages/TcpDiscoveryNodeAddedMessage.java | 33 +- .../RoundRobinGlobalLoadBalancer.java | 16 +- .../spi/swapspace/file/FileSwapSpaceSpi.java | 1947 +++ .../org/apache/ignite/stream/StreamAdapter.java | 4 +- .../ignite/stream/socket/SocketStreamer.java | 19 +- .../ignite/thread/IgniteThreadFactory.java | 8 +- .../resources/META-INF/classnames.properties | 68 +- .../core/src/main/resources/ignite.properties | 2 +- .../AbstractAffinityFunctionSelfTest.java | 2 +- .../CacheJdbcPojoStoreAbstractSelfTest.java | 161 +- ...heJdbcPojoStoreBinaryMarshallerSelfTest.java | 26 +- ...reBinaryMarshallerWithSqlEscapeSelfTest.java | 28 + ...dbcPojoStoreOptimizedMarshallerSelfTest.java | 2 +- ...ptimizedMarshallerWithSqlEscapeSelfTest.java | 28 + .../apache/ignite/igfs/IgfsPathSelfTest.java | 6 - .../ignite/internal/ClusterGroupSelfTest.java | 2 +- .../internal/GridEventStorageSelfTest.java | 97 +- .../IgniteClientReconnectCacheTest.java | 35 + ...RoundRobinErrorAfterClientReconnectTest.java | 99 + .../MarshallerContextLockingSelfTest.java | 2 +- .../BinaryArrayIdentityResolverSelfTest.java | 300 + .../BinaryFieldIdentityResolverSelfTest.java | 333 + .../binary/BinaryFieldsOffheapSelfTest.java | 2 +- .../BinaryFooterOffsetsOffheapSelfTest.java | 2 +- ...ryIdentityResolverConfigurationSelfTest.java | 138 + .../binary/BinaryMarshallerSelfTest.java | 434 +- .../BinaryObjectBuilderAdditionalSelfTest.java | 171 +- ...naryObjectBuilderDefaultMappersSelfTest.java | 2 +- .../binary/BinaryObjectToStringSelfTest.java | 92 + .../BinarySerialiedFieldComparatorSelfTest.java | 568 + ...GridManagerLocalMessageListenerSelfTest.java | 222 + .../managers/GridManagerStopSelfTest.java | 2 + ...unicationBalanceMultipleConnectionsTest.java | 28 + .../IgniteCommunicationBalanceTest.java | 339 + .../communication/IgniteIoTestMessagesTest.java | 95 + .../IgniteVariousConnectionNumberTest.java | 166 + .../GridDiscoveryManagerAliveCacheSelfTest.java | 6 +- .../discovery/GridDiscoveryManagerSelfTest.java | 6 +- .../CacheAtomicSingleMessageCountSelfTest.java | 259 + ...CacheExchangeMessageDuplicatedStateTest.java | 393 + .../cache/CacheGetEntryAbstractTest.java | 4 +- .../CacheSwapUnswapGetTestSmallQueueSize.java | 35 + .../cache/CrossCacheTxRandomOperationsTest.java | 30 +- ...idAbstractCacheInterceptorRebalanceTest.java | 358 + .../cache/GridCacheAbstractFullApiSelfTest.java | 53 +- .../GridCacheAtomicMessageCountSelfTest.java | 24 +- ...heInterceptorAtomicOffheapRebalanceTest.java | 30 + ...GridCacheInterceptorAtomicRebalanceTest.java | 36 + ...ceptorTransactionalOffheapRebalanceTest.java | 35 + ...heInterceptorTransactionalRebalanceTest.java | 36 + .../cache/GridCacheOffHeapCleanupTest.java | 169 + ...CacheOffHeapMultiThreadedUpdateSelfTest.java | 6 +- .../GridCachePartitionedAffinitySpreadTest.java | 7 +- ...ridCacheStoreManagerDeserializationTest.java | 1 + .../cache/GridCacheSwapCleanupTest.java | 99 + .../processors/cache/GridCacheTestEntryEx.java | 11 +- .../GridCacheTtlManagerEvictionSelfTest.java | 160 + .../GridCacheTtlManagerNotificationTest.java | 107 +- .../cache/GridCacheUtilsSelfTest.java | 64 +- ...calCacheStoreManagerDeserializationTest.java | 2 +- .../cache/GridLocalIgniteSerializationTest.java | 378 + .../IgniteCacheAtomicStopBusySelfTest.java | 10 +- .../IgniteCacheConfigVariationsFullApiTest.java | 7 +- .../cache/IgniteCacheDynamicStopSelfTest.java | 48 +- ...niteCacheExpireAndUpdateConsistencyTest.java | 7 + .../IgniteCacheInterceptorSelfTestSuite.java | 5 + .../IgniteCacheP2pUnmarshallingErrorTest.java | 2 +- .../cache/IgniteCachePeekModesAbstractTest.java | 2 +- .../cache/IgniteDynamicCacheStartSelfTest.java | 217 +- .../MarshallerCacheJobRunNodeRestartTest.java | 2 +- .../cache/OffheapCacheOnClientsTest.java | 143 + .../cache/WithKeepBinaryCacheFullApiTest.java | 10 +- .../GridCacheBinaryObjectsAbstractSelfTest.java | 297 +- .../GridCacheQueueApiSelfAbstractTest.java | 66 + ...SemaphoreFailoverSafeReleasePermitsTest.java | 129 + ...CacheLoadingConcurrentGridStartSelfTest.java | 255 +- ...ncurrentGridStartSelfTestAllowOverwrite.java | 30 + ...eAtomicMessageRecovery10ConnectionsTest.java | 28 + ...cMessageRecoveryNoPairedConnectionsTest.java | 47 + ...niteCacheClientNodeChangingTopologyTest.java | 22 +- ...acheConnectionRecovery10ConnectionsTest.java | 35 + .../distributed/IgniteCacheCreatePutTest.java | 2 +- .../distributed/IgniteCacheGetRestartTest.java | 3 + .../distributed/dht/GridCacheDhtTestUtils.java | 232 - .../dht/IgniteCacheMultiTxLockSelfTest.java | 6 +- ...artitionedBackupNodeFailureRecoveryTest.java | 193 + .../IgniteCachePutRetryAbstractSelfTest.java | 38 +- ...gniteCachePutRetryTransactionalSelfTest.java | 75 +- ...eAtomicInvalidPartitionHandlingSelfTest.java | 2 +- ...tomicClientOnlyMultiNodeFullApiSelfTest.java | 17 +- ...eAtomicNearOnlyMultiNodeFullApiSelfTest.java | 17 +- ...erNoStripedPoolMultiNodeFullApiSelfTest.java | 35 + ...edNoStripedPoolMultiNodeFullApiSelfTest.java | 35 + ...cingDelayedPartitionMapExchangeSelfTest.java | 8 +- .../GridCacheRebalancingSyncSelfTest.java | 20 +- .../GridCacheSyncReplicatedPreloadSelfTest.java | 3 - .../IgniteCacheSyncRebalanceModeSelfTest.java | 2 +- .../IgniteCacheExpiryPolicyAbstractTest.java | 14 +- .../IgniteCacheExpiryPolicyTestSuite.java | 2 + ...eCacheExpiryPolicyWithStoreAbstractTest.java | 40 + ...eCacheOnlyOneTtlCleanupThreadExistsTest.java | 102 + .../cache/query/IndexingSpiQuerySelfTest.java | 218 + .../cache/query/IndexingSpiQueryTxSelfTest.java | 162 + ...eContinuousQueryAsyncFailoverTxSelfTest.java | 5 + ...ContinuousQueryFailoverAbstractSelfTest.java | 326 +- .../CacheContinuousQueryFailoverTxSelfTest.java | 5 + ...eEntryProcessorExternalizableFailedTest.java | 588 + ...eContinuousQueryMultiNodesFilteringTest.java | 161 + .../TxDeadlockDetectionNoHangsTest.java | 2 +- .../TxOptimisticDeadlockDetectionTest.java | 29 +- ...ComputeJobExecutionErrorToLogManualTest.java | 88 + .../IgniteNoCustomEventsOnNodeStart.java | 7 + .../DataStreamProcessorSelfTest.java | 4 +- .../datastreamer/DataStreamerImplSelfTest.java | 170 +- .../DataStreamerMultiThreadedSelfTest.java | 2 - .../datastreamer/DataStreamerTimeoutTest.java | 92 +- .../igfs/IgfsAbstractBaseSelfTest.java | 40 +- .../processors/igfs/IgfsAbstractSelfTest.java | 215 +- .../IgfsAtomicPrimaryMultiNodeSelfTest.java | 39 + .../IgfsAtomicPrimaryOffheapTieredSelfTest.java | 39 + .../IgfsAtomicPrimaryOffheapValuesSelfTest.java | 39 + .../igfs/IgfsAtomicPrimarySelfTest.java | 39 + .../igfs/IgfsDataManagerSelfTest.java | 6 +- .../igfs/IgfsDualAbstractSelfTest.java | 70 +- .../processors/igfs/IgfsIgniteMock.java | 19 + ...SecondaryFileSystemDualAbstractSelfTest.java | 92 +- ...lSecondaryFileSystemProxyClientSelfTest.java | 28 + ...fsLocalSecondaryFileSystemProxySelfTest.java | 267 + ...IgfsLocalSecondaryFileSystemTestAdapter.java | 27 +- .../processors/igfs/IgfsMaxSizeSelfTest.java | 122 + .../igfs/IgfsMetaManagerSelfTest.java | 4 +- .../processors/igfs/IgfsMetricsSelfTest.java | 21 +- .../internal/processors/igfs/IgfsMock.java | 15 +- .../igfs/IgfsModeResolverSelfTest.java | 4 +- .../processors/igfs/IgfsProcessorSelfTest.java | 11 +- .../igfs/IgfsProcessorValidationSelfTest.java | 30 + .../processors/igfs/IgfsProxySelfTest.java | 32 + ...IpcEndpointRegistrationAbstractSelfTest.java | 76 +- ...dpointRegistrationOnLinuxAndMacSelfTest.java | 11 +- .../processors/igfs/IgfsStreamsSelfTest.java | 4 +- .../igfs/benchmark/IgfsBenchmark.java | 561 + .../odbc/OdbcEscapeSequenceSelfTest.java | 210 +- .../odbc/OdbcProcessorValidationSelfTest.java | 37 +- .../handlers/log/GridLogCommandHandlerTest.java | 5 +- .../GridServiceProcessorProxySelfTest.java | 2 +- ...artupWithSpecifiedWorkDirectorySelfTest.java | 166 - .../util/future/GridFutureAdapterSelfTest.java | 123 +- .../ipc/shmem/IgfsSharedMemoryTestServer.java | 4 +- .../IpcSharedMemoryCrashDetectionSelfTest.java | 9 +- .../IpcSharedMemoryBenchmarkReader.java | 2 +- .../nio/impl/GridNioFilterChainSelfTest.java | 18 +- .../utils/GridBoundedPriorityQueueSelfTest.java | 114 + .../loadtests/hashmap/GridCacheTestContext.java | 2 + .../loadtests/nio/GridNioBenchmarkClient.java | 4 +- .../ignite/logger/java/JavaLoggerTest.java | 3 +- .../marshaller/MarshallerContextSelfTest.java | 90 + .../marshaller/MarshallerContextTestImpl.java | 28 +- .../OptimizedMarshallerNodeFailoverTest.java | 4 - .../p2p/GridP2PRecursionTaskSelfTest.java | 2 +- .../platform/PlatformCacheWriteMetricsTask.java | 463 + .../SecurityPermissionSetBuilderTest.java | 110 + ...heckpointSpiMultipleDirectoriesSelfTest.java | 6 +- .../GridAbstractCommunicationSelfTest.java | 2 - ...mmunicationSpiConcurrentConnectSelfTest.java | 47 +- ...nicationSpiConcurrentConnectSslSelfTest.java | 35 + ...cpCommunicationSpiMultithreadedSelfTest.java | 11 +- ...dTcpCommunicationSpiRecoveryAckSelfTest.java | 6 +- ...ationSpiRecoveryNoPairedConnectionsTest.java | 28 + ...GridTcpCommunicationSpiRecoverySelfTest.java | 22 + ...dTcpCommunicationSpiRecoverySslSelfTest.java | 35 + ...CommunicationSpiSslSmallBuffersSelfTest.java | 43 + .../tcp/IgniteCacheSslStartStopSelfTest.java | 1 - ...CommunicationRecoveryAckClosureSelfTest.java | 6 +- .../tcp/TcpClientDiscoverySpiMulticastTest.java | 2 +- .../spi/discovery/tcp/TcpDiscoverySelfTest.java | 138 +- .../tcp/TcpDiscoverySnapshotHistoryTest.java | 14 +- .../TcpDiscoveryMulticastIpFinderSelfTest.java | 6 +- .../GridInternalTasksLoadBalancingSelfTest.java | 201 + .../testframework/GridSpiTestContext.java | 115 +- .../ignite/testframework/GridTestUtils.java | 39 +- .../ignite/testframework/IgniteTestSuite.java | 316 +- .../testframework/junits/GridAbstractTest.java | 55 +- .../junits/GridTestKernalContext.java | 6 +- .../ignite/testframework/junits/IgniteMock.java | 25 + .../junits/IgniteTestResources.java | 2 - .../junits/common/GridCommonAbstractTest.java | 31 +- .../multijvm/IgniteCacheProcessProxy.java | 16 + .../junits/multijvm/IgniteProcessProxy.java | 15 + .../junits/spi/GridSpiAbstractTest.java | 2 - .../ignite/testsuites/IgniteBasicTestSuite.java | 7 + .../testsuites/IgniteBinaryBasicTestSuite.java | 2 - .../IgniteBinaryObjectsTestSuite.java | 12 + .../IgniteCacheDataStructuresSelfTestSuite.java | 3 + .../IgniteCacheFullApiSelfTestSuite.java | 6 + .../ignite/testsuites/IgniteCacheTestSuite.java | 25 + .../testsuites/IgniteCacheTestSuite2.java | 9 + .../testsuites/IgniteCacheTestSuite4.java | 6 + .../testsuites/IgniteCacheTestSuite5.java | 8 +- .../testsuites/IgniteComputeGridTestSuite.java | 2 + .../ignite/testsuites/IgniteIgfsTestSuite.java | 19 + .../apache/ignite/testsuites/IgniteIgnore.java | 9 +- .../testsuites/IgniteIgnoredTestSuite.java | 63 - .../testsuites/IgniteKernalSelfTestSuite.java | 4 +- .../testsuites/IgniteLangSelfTestSuite.java | 4 +- .../IgniteSpiCommunicationSelfTestSuite.java | 13 +- .../IgniteSpiLoadBalancingSelfTestSuite.java | 34 +- .../ignite/testsuites/IgniteSpiTestSuite.java | 6 +- .../testsuites/IgniteUtilSelfTestSuite.java | 2 + .../ignite/thread/IgniteThreadPoolSizeTest.java | 131 + .../apache/ignite/util/GridLogThrottleTest.java | 27 +- modules/docker/1.8.0/Dockerfile | 46 + modules/docker/1.8.0/run.sh | 51 + modules/docker/Dockerfile | 6 +- modules/extdata/p2p/pom.xml | 2 +- .../CacheNoValueClassOnServerTestClient.java | 2 - .../CacheConfigurationP2PTestClient.java | 2 - .../extdata/uri/modules/uri-dependency/pom.xml | 2 +- modules/extdata/uri/pom.xml | 2 +- modules/flink/pom.xml | 2 +- .../apache/ignite/sink/flink/IgniteSink.java | 2 +- modules/flume/README.txt | 2 +- modules/flume/pom.xml | 2 +- modules/gce/pom.xml | 2 +- modules/geospatial/pom.xml | 2 +- .../h2/GridBinaryH2IndexingGeoSelfTest.java | 35 + .../query/h2/GridH2IndexingGeoSelfTest.java | 2 +- .../testsuites/GeoSpatialIndexingTestSuite.java | 2 + modules/hadoop/pom.xml | 51 +- .../hadoop/fs/BasicHadoopFileSystemFactory.java | 132 +- .../fs/CachingHadoopFileSystemFactory.java | 54 +- .../hadoop/fs/HadoopFileSystemFactory.java | 11 +- .../fs/IgniteHadoopFileSystemCounterWriter.java | 79 +- .../fs/IgniteHadoopIgfsSecondaryFileSystem.java | 402 +- .../fs/KerberosHadoopFileSystemFactory.java | 77 +- .../hadoop/fs/v1/IgniteHadoopFileSystem.java | 47 +- .../hadoop/fs/v2/IgniteHadoopFileSystem.java | 47 +- .../IgniteHadoopClientProtocolProvider.java | 46 +- .../mapreduce/IgniteHadoopMapReducePlanner.java | 22 +- .../IgniteHadoopWeightedMapReducePlanner.java | 4 +- .../ignite/hadoop/util/UserNameMapper.java | 4 +- .../processors/hadoop/HadoopClassLoader.java | 966 -- .../processors/hadoop/HadoopClasspathMain.java | 44 - .../processors/hadoop/HadoopClasspathUtils.java | 295 - .../processors/hadoop/HadoopCommonUtils.java | 154 + .../processors/hadoop/HadoopContext.java | 1 - .../processors/hadoop/HadoopDefaultJobInfo.java | 157 - .../processors/hadoop/HadoopExternalSplit.java | 96 + .../processors/hadoop/HadoopHelperImpl.java | 133 + .../processors/hadoop/HadoopLocations.java | 123 - .../hadoop/HadoopMapReduceCounterGroup.java | 123 - .../hadoop/HadoopMapReduceCounters.java | 228 - .../processors/hadoop/HadoopMapperUtils.java | 56 + .../processors/hadoop/HadoopProcessor.java | 32 +- .../processors/hadoop/HadoopSplitWrapper.java | 128 + .../internal/processors/hadoop/HadoopUtils.java | 436 - .../hadoop/counter/HadoopCounterAdapter.java | 1 + .../counter/HadoopPerformanceCounter.java | 12 +- .../hadoop/delegate/HadoopDelegateUtils.java | 138 + .../HadoopFileSystemCounterWriterDelegate.java | 36 + .../HadoopFileSystemFactoryDelegate.java | 36 + .../HadoopIgfsSecondaryFileSystemDelegate.java | 28 + .../hadoop/fs/HadoopFileSystemCacheUtils.java | 242 - .../hadoop/fs/HadoopFileSystemsUtils.java | 51 - .../hadoop/fs/HadoopLazyConcurrentMap.java | 212 - .../hadoop/fs/HadoopLocalFileSystemV1.java | 39 - .../hadoop/fs/HadoopLocalFileSystemV2.java | 88 - .../processors/hadoop/fs/HadoopParameters.java | 94 - .../hadoop/fs/HadoopRawLocalFileSystem.java | 314 - .../processors/hadoop/igfs/HadoopIgfs.java | 202 - .../igfs/HadoopIgfsCommunicationException.java | 57 - .../processors/hadoop/igfs/HadoopIgfsEx.java | 93 - .../hadoop/igfs/HadoopIgfsFuture.java | 97 - .../hadoop/igfs/HadoopIgfsInProc.java | 510 - .../hadoop/igfs/HadoopIgfsInputStream.java | 629 - .../processors/hadoop/igfs/HadoopIgfsIo.java | 76 - .../processors/hadoop/igfs/HadoopIgfsIpcIo.java | 624 - .../hadoop/igfs/HadoopIgfsIpcIoListener.java | 36 - .../hadoop/igfs/HadoopIgfsJclLogger.java | 116 - .../hadoop/igfs/HadoopIgfsOutProc.java | 524 - .../hadoop/igfs/HadoopIgfsOutputStream.java | 201 - .../hadoop/igfs/HadoopIgfsProperties.java | 86 - .../hadoop/igfs/HadoopIgfsProxyInputStream.java | 337 - .../igfs/HadoopIgfsProxyOutputStream.java | 165 - ...fsSecondaryFileSystemPositionedReadable.java | 105 - .../hadoop/igfs/HadoopIgfsStreamDelegate.java | 96 - .../igfs/HadoopIgfsStreamEventListener.java | 39 - .../processors/hadoop/igfs/HadoopIgfsUtils.java | 174 - .../hadoop/igfs/HadoopIgfsWrapper.java | 552 - .../impl/HadoopMapReduceCounterGroup.java | 124 + .../hadoop/impl/HadoopMapReduceCounters.java | 229 + .../processors/hadoop/impl/HadoopUtils.java | 331 + .../HadoopBasicFileSystemFactoryDelegate.java | 178 + .../HadoopCachingFileSystemFactoryDelegate.java | 75 + .../HadoopDefaultFileSystemFactoryDelegate.java | 62 + ...doopFileSystemCounterWriterDelegateImpl.java | 108 + ...doopIgfsSecondaryFileSystemDelegateImpl.java | 470 + ...HadoopKerberosFileSystemFactoryDelegate.java | 117 + .../impl/fs/HadoopFileSystemCacheUtils.java | 243 + .../hadoop/impl/fs/HadoopFileSystemsUtils.java | 51 + .../hadoop/impl/fs/HadoopLazyConcurrentMap.java | 210 + .../hadoop/impl/fs/HadoopLocalFileSystemV1.java | 40 + .../hadoop/impl/fs/HadoopLocalFileSystemV2.java | 89 + .../hadoop/impl/fs/HadoopParameters.java | 94 + .../impl/fs/HadoopRawLocalFileSystem.java | 315 + .../processors/hadoop/impl/igfs/HadoopIgfs.java | 203 + .../igfs/HadoopIgfsCommunicationException.java | 57 + .../hadoop/impl/igfs/HadoopIgfsEx.java | 94 + .../hadoop/impl/igfs/HadoopIgfsFuture.java | 97 + .../hadoop/impl/igfs/HadoopIgfsInProc.java | 511 + .../hadoop/impl/igfs/HadoopIgfsInputStream.java | 630 + .../hadoop/impl/igfs/HadoopIgfsIo.java | 76 + .../hadoop/impl/igfs/HadoopIgfsIpcIo.java | 625 + .../impl/igfs/HadoopIgfsIpcIoListener.java | 36 + .../hadoop/impl/igfs/HadoopIgfsJclLogger.java | 116 + .../hadoop/impl/igfs/HadoopIgfsOutProc.java | 525 + .../impl/igfs/HadoopIgfsOutputStream.java | 202 + .../hadoop/impl/igfs/HadoopIgfsProperties.java | 90 + .../impl/igfs/HadoopIgfsProxyInputStream.java | 338 + .../impl/igfs/HadoopIgfsProxyOutputStream.java | 166 + ...fsSecondaryFileSystemPositionedReadable.java | 106 + .../impl/igfs/HadoopIgfsStreamDelegate.java | 96 + .../igfs/HadoopIgfsStreamEventListener.java | 39 + .../hadoop/impl/igfs/HadoopIgfsUtils.java | 175 + .../hadoop/impl/igfs/HadoopIgfsWrapper.java | 554 + .../hadoop/impl/proto/HadoopClientProtocol.java | 354 + .../hadoop/impl/v1/HadoopV1CleanupTask.java | 65 + .../hadoop/impl/v1/HadoopV1Counter.java | 107 + .../hadoop/impl/v1/HadoopV1MapTask.java | 122 + .../hadoop/impl/v1/HadoopV1OutputCollector.java | 138 + .../hadoop/impl/v1/HadoopV1Partitioner.java | 44 + .../hadoop/impl/v1/HadoopV1ReduceTask.java | 101 + .../hadoop/impl/v1/HadoopV1Reporter.java | 81 + .../hadoop/impl/v1/HadoopV1SetupTask.java | 57 + .../hadoop/impl/v1/HadoopV1Splitter.java | 103 + .../processors/hadoop/impl/v1/HadoopV1Task.java | 98 + .../processors/hadoop/impl/v2/HadoopDaemon.java | 126 + .../impl/v2/HadoopSerializationWrapper.java | 139 + .../impl/v2/HadoopShutdownHookManager.java | 98 + .../hadoop/impl/v2/HadoopV2CleanupTask.java | 73 + .../hadoop/impl/v2/HadoopV2Context.java | 255 + .../hadoop/impl/v2/HadoopV2Counter.java | 89 + .../processors/hadoop/impl/v2/HadoopV2Job.java | 457 + .../impl/v2/HadoopV2JobResourceManager.java | 324 + .../hadoop/impl/v2/HadoopV2MapTask.java | 109 + .../hadoop/impl/v2/HadoopV2Partitioner.java | 44 + .../hadoop/impl/v2/HadoopV2ReduceTask.java | 91 + .../hadoop/impl/v2/HadoopV2SetupTask.java | 66 + .../hadoop/impl/v2/HadoopV2Splitter.java | 112 + .../processors/hadoop/impl/v2/HadoopV2Task.java | 186 + .../hadoop/impl/v2/HadoopV2TaskContext.java | 563 + .../impl/v2/HadoopWritableSerialization.java | 76 + .../hadoop/jobtracker/HadoopJobTracker.java | 92 +- .../hadoop/message/HadoopMessage.java | 27 - .../planner/HadoopDefaultMapReducePlan.java | 7 +- .../hadoop/proto/HadoopClientProtocol.java | 349 - .../hadoop/shuffle/HadoopShuffle.java | 112 +- .../hadoop/shuffle/HadoopShuffleAck.java | 92 - .../hadoop/shuffle/HadoopShuffleJob.java | 748 +- .../hadoop/shuffle/HadoopShuffleLocalState.java | 67 + .../hadoop/shuffle/HadoopShuffleMessage.java | 242 - .../shuffle/HadoopShuffleRemoteState.java | 61 + .../shuffle/direct/HadoopDirectDataInput.java | 166 + .../shuffle/direct/HadoopDirectDataOutput.java | 221 + .../direct/HadoopDirectDataOutputContext.java | 100 + .../direct/HadoopDirectDataOutputState.java | 54 + .../shuffle/streams/HadoopDataOutStream.java | 2 +- .../external/HadoopExternalTaskExecutor.java | 13 +- .../child/HadoopChildProcessRunner.java | 28 +- .../child/HadoopExternalProcessStarter.java | 10 +- .../HadoopExternalCommunication.java | 20 +- .../communication/HadoopIpcToNioAdapter.java | 2 +- .../communication/HadoopMarshallerFilter.java | 17 +- .../hadoop/v1/HadoopV1CleanupTask.java | 64 - .../processors/hadoop/v1/HadoopV1Counter.java | 106 - .../processors/hadoop/v1/HadoopV1MapTask.java | 122 - .../hadoop/v1/HadoopV1OutputCollector.java | 137 - .../hadoop/v1/HadoopV1Partitioner.java | 44 - .../hadoop/v1/HadoopV1ReduceTask.java | 101 - .../processors/hadoop/v1/HadoopV1Reporter.java | 81 - .../processors/hadoop/v1/HadoopV1SetupTask.java | 56 - .../processors/hadoop/v1/HadoopV1Splitter.java | 102 - .../processors/hadoop/v1/HadoopV1Task.java | 97 - .../processors/hadoop/v2/HadoopDaemon.java | 126 - .../hadoop/v2/HadoopExternalSplit.java | 89 - .../hadoop/v2/HadoopSerializationWrapper.java | 138 - .../hadoop/v2/HadoopShutdownHookManager.java | 98 - .../hadoop/v2/HadoopSplitWrapper.java | 119 - .../hadoop/v2/HadoopV2CleanupTask.java | 72 - .../processors/hadoop/v2/HadoopV2Context.java | 243 - .../processors/hadoop/v2/HadoopV2Counter.java | 88 - .../processors/hadoop/v2/HadoopV2Job.java | 443 - .../hadoop/v2/HadoopV2JobResourceManager.java | 322 - .../processors/hadoop/v2/HadoopV2MapTask.java | 99 - .../hadoop/v2/HadoopV2Partitioner.java | 44 - .../hadoop/v2/HadoopV2ReduceTask.java | 91 - .../processors/hadoop/v2/HadoopV2SetupTask.java | 65 - .../processors/hadoop/v2/HadoopV2Splitter.java | 111 - .../processors/hadoop/v2/HadoopV2Task.java | 185 - .../hadoop/v2/HadoopV2TaskContext.java | 559 - .../hadoop/v2/HadoopWritableSerialization.java | 75 - .../resources/META-INF/classnames.properties | 114 + .../HadoopClientProtocolEmbeddedSelfTest.java | 35 - .../hadoop/HadoopClientProtocolSelfTest.java | 654 - .../hadoop/cache/HadoopTxConfigCacheTest.java | 42 - ...KerberosHadoopFileSystemFactorySelfTest.java | 121 - .../util/BasicUserNameMapperSelfTest.java | 133 - .../util/ChainedUserNameMapperSelfTest.java | 107 - .../util/KerberosUserNameMapperSelfTest.java | 99 - .../ignite/igfs/Hadoop1DualAbstractTest.java | 158 - .../igfs/Hadoop1OverIgfsDualAsyncTest.java | 30 - .../igfs/Hadoop1OverIgfsDualSyncTest.java | 30 - .../igfs/HadoopFIleSystemFactorySelfTest.java | 327 - .../HadoopIgfs20FileSystemAbstractSelfTest.java | 2040 --- ...Igfs20FileSystemLoopbackPrimarySelfTest.java | 74 - ...oopIgfs20FileSystemShmemPrimarySelfTest.java | 74 - .../igfs/HadoopIgfsDualAbstractSelfTest.java | 321 - .../igfs/HadoopIgfsDualAsyncSelfTest.java | 32 - .../ignite/igfs/HadoopIgfsDualSyncSelfTest.java | 32 - ...adoopIgfsSecondaryFileSystemTestAdapter.java | 149 - ...oopSecondaryFileSystemConfigurationTest.java | 575 - .../apache/ignite/igfs/IgfsEventsTestSuite.java | 285 - .../igfs/IgfsNearOnlyMultiNodeSelfTest.java | 223 - .../IgniteHadoopFileSystemAbstractSelfTest.java | 2432 --- .../IgniteHadoopFileSystemClientSelfTest.java | 212 - ...IgniteHadoopFileSystemHandshakeSelfTest.java | 389 - .../IgniteHadoopFileSystemIpcCacheSelfTest.java | 214 - .../IgniteHadoopFileSystemLoggerSelfTest.java | 298 - ...niteHadoopFileSystemLoggerStateSelfTest.java | 329 - ...adoopFileSystemLoopbackAbstractSelfTest.java | 46 - ...SystemLoopbackEmbeddedDualAsyncSelfTest.java | 33 - ...eSystemLoopbackEmbeddedDualSyncSelfTest.java | 33 - ...leSystemLoopbackEmbeddedPrimarySelfTest.java | 33 - ...SystemLoopbackEmbeddedSecondarySelfTest.java | 34 - ...SystemLoopbackExternalDualAsyncSelfTest.java | 33 - ...eSystemLoopbackExternalDualSyncSelfTest.java | 33 - ...leSystemLoopbackExternalPrimarySelfTest.java | 33 - ...SystemLoopbackExternalSecondarySelfTest.java | 34 - ...condaryFileSystemInitializationSelfTest.java | 214 - ...teHadoopFileSystemShmemAbstractSelfTest.java | 91 - ...ileSystemShmemEmbeddedDualAsyncSelfTest.java | 33 - ...FileSystemShmemEmbeddedDualSyncSelfTest.java | 33 - ...pFileSystemShmemEmbeddedPrimarySelfTest.java | 33 - ...ileSystemShmemEmbeddedSecondarySelfTest.java | 33 - ...ileSystemShmemExternalDualAsyncSelfTest.java | 33 - ...FileSystemShmemExternalDualSyncSelfTest.java | 33 - ...pFileSystemShmemExternalPrimarySelfTest.java | 33 - ...ileSystemShmemExternalSecondarySelfTest.java | 33 - .../hadoop/HadoopAbstractMapReduceTest.java | 429 - .../hadoop/HadoopAbstractSelfTest.java | 239 - .../hadoop/HadoopAbstractWordCountTest.java | 175 - .../hadoop/HadoopClassLoaderTest.java | 110 - .../hadoop/HadoopCommandLineTest.java | 474 - .../HadoopDefaultMapReducePlannerSelfTest.java | 615 - .../processors/hadoop/HadoopErrorSimulator.java | 326 - .../hadoop/HadoopFileSystemsTest.java | 155 - .../processors/hadoop/HadoopGroupingTest.java | 307 - .../hadoop/HadoopJobTrackerSelfTest.java | 345 - .../hadoop/HadoopMapReduceEmbeddedSelfTest.java | 253 - .../HadoopMapReduceErrorResilienceTest.java | 154 - .../processors/hadoop/HadoopMapReduceTest.java | 66 - .../hadoop/HadoopNoHadoopMapReduceTest.java | 47 - .../processors/hadoop/HadoopPlannerMockJob.java | 168 - .../hadoop/HadoopPopularWordsTest.java | 298 - .../HadoopSerializationWrapperSelfTest.java | 79 - .../processors/hadoop/HadoopSharedMap.java | 1 + .../hadoop/HadoopSnappyFullMapReduceTest.java | 36 - .../processors/hadoop/HadoopSnappyTest.java | 102 - .../hadoop/HadoopSortingExternalTest.java | 46 - .../processors/hadoop/HadoopSortingTest.java | 303 - .../hadoop/HadoopSplitWrapperSelfTest.java | 72 - .../processors/hadoop/HadoopStartup.java | 54 - .../hadoop/HadoopTaskExecutionSelfTest.java | 567 - .../hadoop/HadoopTasksAllVersionsTest.java | 260 - .../processors/hadoop/HadoopTasksV1Test.java | 58 - .../processors/hadoop/HadoopTasksV2Test.java | 77 - .../hadoop/HadoopTestClassLoader.java | 106 + .../hadoop/HadoopTestRoundRobinMrPlanner.java | 71 - .../hadoop/HadoopTestTaskContext.java | 228 - .../processors/hadoop/HadoopTestUtils.java | 107 - .../processors/hadoop/HadoopV2JobSelfTest.java | 100 - .../hadoop/HadoopValidationSelfTest.java | 53 - .../HadoopWeightedMapReducePlannerTest.java | 599 - .../HadoopWeightedPlannerMapReduceTest.java | 38 - .../hadoop/books/alice-in-wonderland.txt | 3735 ----- .../processors/hadoop/books/art-of-war.txt | 6982 --------- .../hadoop/books/huckleberry-finn.txt | 11733 --------------- .../processors/hadoop/books/sherlock-holmes.txt | 13052 ----------------- .../processors/hadoop/books/tom-sawyer.txt | 8858 ----------- .../hadoop/deps/CircularWIthHadoop.java | 32 - .../hadoop/deps/CircularWithoutHadoop.java | 27 - .../processors/hadoop/deps/WithCast.java | 41 - .../hadoop/deps/WithClassAnnotation.java | 28 - .../hadoop/deps/WithConstructorInvocation.java | 31 - .../processors/hadoop/deps/WithExtends.java | 27 - .../processors/hadoop/deps/WithField.java | 29 - .../processors/hadoop/deps/WithImplements.java | 36 - .../hadoop/deps/WithIndirectField.java | 27 - .../processors/hadoop/deps/WithInitializer.java | 33 - .../processors/hadoop/deps/WithInnerClass.java | 31 - .../hadoop/deps/WithLocalVariable.java | 38 - .../hadoop/deps/WithMethodAnnotation.java | 32 - .../hadoop/deps/WithMethodArgument.java | 31 - .../hadoop/deps/WithMethodCheckedException.java | 31 - .../hadoop/deps/WithMethodInvocation.java | 31 - .../hadoop/deps/WithMethodReturnType.java | 31 - .../hadoop/deps/WithMethodRuntimeException.java | 31 - .../processors/hadoop/deps/WithOuterClass.java | 38 - .../hadoop/deps/WithParameterAnnotation.java | 31 - .../processors/hadoop/deps/WithStaticField.java | 29 - .../hadoop/deps/WithStaticInitializer.java | 34 - .../processors/hadoop/deps/Without.java | 25 - .../hadoop/examples/HadoopWordCount1.java | 94 - .../hadoop/examples/HadoopWordCount1Map.java | 79 - .../hadoop/examples/HadoopWordCount1Reduce.java | 61 - .../hadoop/examples/HadoopWordCount2.java | 111 - .../examples/HadoopWordCount2Combiner.java | 45 - .../hadoop/examples/HadoopWordCount2Mapper.java | 88 - .../examples/HadoopWordCount2Reducer.java | 113 - .../impl/HadoopAbstractMapReduceTest.java | 430 + .../hadoop/impl/HadoopAbstractSelfTest.java | 239 + .../impl/HadoopAbstractWordCountTest.java | 175 + .../hadoop/impl/HadoopCommandLineTest.java | 476 + .../HadoopDefaultMapReducePlannerSelfTest.java | 619 + .../hadoop/impl/HadoopErrorSimulator.java | 326 + .../hadoop/impl/HadoopFileSystemsTest.java | 155 + .../hadoop/impl/HadoopGroupingTest.java | 302 + .../hadoop/impl/HadoopJobTrackerSelfTest.java | 334 + .../impl/HadoopMapReduceEmbeddedSelfTest.java | 269 + .../HadoopMapReduceErrorResilienceTest.java | 154 + .../hadoop/impl/HadoopMapReduceTest.java | 66 + .../impl/HadoopNoHadoopMapReduceTest.java | 47 + .../hadoop/impl/HadoopPlannerMockJob.java | 182 + .../hadoop/impl/HadoopPopularWordsTest.java | 298 + .../HadoopSerializationWrapperSelfTest.java | 80 + .../impl/HadoopSnappyFullMapReduceTest.java | 36 + .../hadoop/impl/HadoopSnappyTest.java | 104 + .../hadoop/impl/HadoopSortingExternalTest.java | 46 + .../hadoop/impl/HadoopSortingTest.java | 304 + .../hadoop/impl/HadoopSplitWrapperSelfTest.java | 72 + .../processors/hadoop/impl/HadoopStartup.java | 54 + .../impl/HadoopTaskExecutionSelfTest.java | 550 + .../hadoop/impl/HadoopTasksAllVersionsTest.java | 264 + .../hadoop/impl/HadoopTasksV1Test.java | 62 + .../hadoop/impl/HadoopTasksV2Test.java | 81 + .../impl/HadoopTestRoundRobinMrPlanner.java | 75 + .../hadoop/impl/HadoopTestTaskContext.java | 233 + .../processors/hadoop/impl/HadoopTestUtils.java | 178 + .../hadoop/impl/HadoopTxConfigCacheTest.java | 42 + .../hadoop/impl/HadoopUserLibsSelfTest.java | 261 + .../hadoop/impl/HadoopV2JobSelfTest.java | 108 + .../hadoop/impl/HadoopValidationSelfTest.java | 53 + .../HadoopWeightedMapReducePlannerTest.java | 602 + .../HadoopWeightedPlannerMapReduceTest.java | 38 + .../hadoop/impl/books/alice-in-wonderland.txt | 3735 +++++ .../processors/hadoop/impl/books/art-of-war.txt | 6982 +++++++++ .../hadoop/impl/books/huckleberry-finn.txt | 11733 +++++++++++++++ .../hadoop/impl/books/sherlock-holmes.txt | 13052 +++++++++++++++++ .../processors/hadoop/impl/books/tom-sawyer.txt | 8858 +++++++++++ .../HadoopClientProtocolEmbeddedSelfTest.java | 35 + ...opClientProtocolMultipleServersSelfTest.java | 340 + .../client/HadoopClientProtocolSelfTest.java | 654 + .../hadoop/impl/examples/HadoopWordCount1.java | 94 + .../impl/examples/HadoopWordCount1Map.java | 79 + .../impl/examples/HadoopWordCount1Reduce.java | 61 + .../hadoop/impl/examples/HadoopWordCount2.java | 111 + .../impl/examples/HadoopWordCount2Combiner.java | 45 + .../impl/examples/HadoopWordCount2Mapper.java | 88 + .../impl/examples/HadoopWordCount2Reducer.java | 113 + ...KerberosHadoopFileSystemFactorySelfTest.java | 127 + .../impl/igfs/Hadoop1DualAbstractTest.java | 163 + .../impl/igfs/Hadoop1OverIgfsDualAsyncTest.java | 32 + .../impl/igfs/Hadoop1OverIgfsDualSyncTest.java | 32 + .../igfs/HadoopFIleSystemFactorySelfTest.java | 345 + .../HadoopIgfs20FileSystemAbstractSelfTest.java | 2047 +++ ...Igfs20FileSystemLoopbackPrimarySelfTest.java | 77 + ...oopIgfs20FileSystemShmemPrimarySelfTest.java | 77 + .../igfs/HadoopIgfsDualAbstractSelfTest.java | 328 + .../impl/igfs/HadoopIgfsDualAsyncSelfTest.java | 32 + .../impl/igfs/HadoopIgfsDualSyncSelfTest.java | 32 + ...adoopIgfsSecondaryFileSystemTestAdapter.java | 152 + ...oopSecondaryFileSystemConfigurationTest.java | 595 + .../hadoop/impl/igfs/IgfsEventsTestSuite.java | 289 + .../igfs/IgfsNearOnlyMultiNodeSelfTest.java | 226 + .../IgniteHadoopFileSystemAbstractSelfTest.java | 2435 +++ .../IgniteHadoopFileSystemClientSelfTest.java | 216 + ...IgniteHadoopFileSystemHandshakeSelfTest.java | 393 + .../IgniteHadoopFileSystemIpcCacheSelfTest.java | 215 + .../IgniteHadoopFileSystemLoggerSelfTest.java | 299 + ...niteHadoopFileSystemLoggerStateSelfTest.java | 332 + ...adoopFileSystemLoopbackAbstractSelfTest.java | 50 + ...SystemLoopbackEmbeddedDualAsyncSelfTest.java | 33 + ...eSystemLoopbackEmbeddedDualSyncSelfTest.java | 33 + ...leSystemLoopbackEmbeddedPrimarySelfTest.java | 33 + ...SystemLoopbackEmbeddedSecondarySelfTest.java | 34 + ...SystemLoopbackExternalDualAsyncSelfTest.java | 33 + ...eSystemLoopbackExternalDualSyncSelfTest.java | 33 + ...leSystemLoopbackExternalPrimarySelfTest.java | 33 + ...SystemLoopbackExternalSecondarySelfTest.java | 34 + ...condaryFileSystemInitializationSelfTest.java | 217 + ...teHadoopFileSystemShmemAbstractSelfTest.java | 94 + ...ileSystemShmemEmbeddedDualAsyncSelfTest.java | 33 + ...FileSystemShmemEmbeddedDualSyncSelfTest.java | 33 + ...pFileSystemShmemEmbeddedPrimarySelfTest.java | 33 + ...ileSystemShmemEmbeddedSecondarySelfTest.java | 33 + ...ileSystemShmemExternalDualAsyncSelfTest.java | 33 + ...FileSystemShmemExternalDualSyncSelfTest.java | 33 + ...pFileSystemShmemExternalPrimarySelfTest.java | 33 + ...ileSystemShmemExternalSecondarySelfTest.java | 33 + .../collections/HadoopAbstractMapTest.java | 175 + .../HadoopConcurrentHashMultimapSelftest.java | 280 + .../collections/HadoopHashMapSelfTest.java | 133 + .../collections/HadoopSkipListSelfTest.java | 320 + .../streams/HadoopDataStreamSelfTest.java | 153 + .../taskexecutor/HadoopExecutorServiceTest.java | 119 + .../HadoopExternalTaskExecutionSelfTest.java | 232 + .../HadoopExternalCommunicationSelfTest.java | 222 + .../impl/util/BasicUserNameMapperSelfTest.java | 134 + .../util/ChainedUserNameMapperSelfTest.java | 111 + .../util/KerberosUserNameMapperSelfTest.java | 100 + .../collections/HadoopAbstractMapTest.java | 174 - .../HadoopConcurrentHashMultimapSelftest.java | 278 - .../collections/HadoopHashMapSelfTest.java | 131 - .../collections/HadoopSkipListSelfTest.java | 318 - .../streams/HadoopDataStreamSelfTest.java | 150 - .../hadoop/state/HadoopGroupingTestState.java | 40 + .../state/HadoopJobTrackerSelfTestState.java | 45 + .../HadoopMapReduceEmbeddedSelfTestState.java | 32 + .../HadoopTaskExecutionSelfTestValues.java | 51 + .../taskexecutor/HadoopExecutorServiceTest.java | 118 - .../HadoopExternalTaskExecutionSelfTest.java | 232 - .../HadoopExternalCommunicationSelfTest.java | 220 - .../testsuites/IgniteHadoopTestSuite.java | 117 +- .../IgniteIgfsLinuxAndMacOSTestSuite.java | 25 +- modules/hibernate/pom.xml | 2 +- .../hibernate/CacheHibernateBlobStore.java | 4 +- modules/ignored-tests/README.txt | 4 + modules/ignored-tests/pom.xml | 241 + ...gniteIgnoredBinarySimpleMapperTestSuite.java | 41 + .../IgniteIgnoredBinaryTestSuite.java | 42 + .../testsuites/IgniteIgnoredTestSuite.java | 61 + .../apache/ignite/testsuites/package-info.java | 22 + modules/indexing/pom.xml | 2 +- .../cache/query/GridCacheTwoStepQuery.java | 253 + .../query/h2/DmlStatementsProcessor.java | 1083 ++ .../query/h2/GridH2ResultSetIterator.java | 3 +- .../processors/query/h2/IgniteH2Indexing.java | 294 +- .../query/h2/dml/FastUpdateArgument.java | 27 + .../query/h2/dml/FastUpdateArguments.java | 53 + .../query/h2/dml/KeyValueSupplier.java | 30 + .../processors/query/h2/dml/UpdateMode.java | 36 + .../processors/query/h2/dml/UpdatePlan.java | 128 + .../query/h2/dml/UpdatePlanBuilder.java | 486 + .../processors/query/h2/dml/package-info.java | 22 + .../query/h2/opt/GridH2RowDescriptor.java | 23 + .../query/h2/opt/GridH2TreeIndex.java | 2 +- .../query/h2/opt/GridH2ValueCacheObject.java | 1 - .../processors/query/h2/sql/DmlAstUtils.java | 616 + .../processors/query/h2/sql/GridSqlArray.java | 8 + .../processors/query/h2/sql/GridSqlConst.java | 6 + .../processors/query/h2/sql/GridSqlDelete.java | 68 + .../query/h2/sql/GridSqlFunction.java | 5 +- .../processors/query/h2/sql/GridSqlInsert.java | 149 + .../processors/query/h2/sql/GridSqlKeyword.java | 46 + .../processors/query/h2/sql/GridSqlMerge.java | 143 + .../processors/query/h2/sql/GridSqlQuery.java | 44 +- .../query/h2/sql/GridSqlQueryParser.java | 323 +- .../query/h2/sql/GridSqlQuerySplitter.java | 149 +- .../processors/query/h2/sql/GridSqlSelect.java | 3 +- .../query/h2/sql/GridSqlStatement.java | 64 + .../processors/query/h2/sql/GridSqlUpdate.java | 105 + .../query/h2/twostep/GridMapQueryExecutor.java | 66 +- .../query/h2/twostep/GridMergeIndex.java | 61 +- .../h2/twostep/GridReduceQueryExecutor.java | 212 +- .../h2/twostep/msg/GridH2QueryRequest.java | 42 +- ...CacheAbstractQueryDetailMetricsSelfTest.java | 572 + .../CacheAbstractQueryMetricsSelfTest.java | 307 +- .../cache/CacheConfigurationP2PTestServer.java | 2 - .../CacheLocalQueryDetailMetricsSelfTest.java | 33 + ...edQueryDetailMetricsDistributedSelfTest.java | 33 + ...titionedQueryDetailMetricsLocalSelfTest.java | 33 + ...edQueryDetailMetricsDistributedSelfTest.java | 33 + ...plicatedQueryDetailMetricsLocalSelfTest.java | 33 + ...niteCacheAbstractInsertSqlQuerySelfTest.java | 559 + .../IgniteCacheAbstractSqlDmlQuerySelfTest.java | 243 + .../IgniteCacheDeleteSqlQuerySelfTest.java | 106 + .../IgniteCacheInsertSqlQuerySelfTest.java | 203 + .../cache/IgniteCacheMergeSqlQuerySelfTest.java | 153 + .../cache/IgniteCacheOffheapEvictQueryTest.java | 9 +- .../IgniteCacheQueryMultiThreadedSelfTest.java | 59 + .../IgniteCacheUpdateSqlQuerySelfTest.java | 472 + .../IgniteCacheAtomicFieldsQuerySelfTest.java | 21 - ...lientQueryReplicatedNodeRestartSelfTest.java | 7 + ...niteCacheDistributedQueryCancelSelfTest.java | 176 + ...butedQueryStopOnCancelOrTimeoutSelfTest.java | 262 + ...cheQueryAbstractDistributedJoinSelfTest.java | 290 + ...QueryNodeRestartDistributedJoinSelfTest.java | 262 +- .../IgniteCacheQueryNodeRestartSelfTest2.java | 125 +- ...nCancelOrTimeoutDistributedJoinSelfTest.java | 140 + ...gniteCacheReplicatedFieldsQuerySelfTest.java | 13 +- .../IgniteCacheReplicatedQuerySelfTest.java | 6 +- ...eCacheLocalQueryCancelOrTimeoutSelfTest.java | 158 + .../query/IgniteSqlSplitterSelfTest.java | 330 + .../h2/GridIndexingSpiAbstractSelfTest.java | 50 +- .../query/h2/sql/BaseH2CompareQueryTest.java | 3 +- .../query/h2/sql/GridQueryParsingTest.java | 120 +- ...narySimpleNameMapperCacheQueryTestSuite.java | 2 - .../IgniteCacheQuerySelfTestSuite.java | 23 +- .../IgniteCacheQuerySelfTestSuite2.java | 25 +- modules/jcl/pom.xml | 2 +- modules/jms11/pom.xml | 2 +- .../stream/jms11/IgniteJmsStreamerTest.java | 206 +- .../jms11/IgniteJmsStreamerTestSuite.java | 2 +- modules/jta/pom.xml | 2 +- ...titionedCacheJtaLookupClassNameSelfTest.java | 4 +- .../ignite/testsuites/IgniteJtaTestSuite.java | 3 +- modules/kafka/README.txt | 4 + modules/kafka/pom.xml | 2 +- .../ignite/stream/kafka/KafkaStreamer.java | 50 +- .../kafka/connect/IgniteSinkConnector.java | 9 + .../kafka/connect/IgniteSinkConstants.java | 3 + .../stream/kafka/connect/IgniteSinkTask.java | 47 +- .../kafka/connect/IgniteSourceConnector.java | 9 + .../serialization/CacheEventDeserializer.java | 3 +- .../serialization/CacheEventSerializer.java | 3 +- .../kafka/KafkaIgniteStreamerSelfTest.java | 36 +- .../kafka/connect/IgniteSinkConnectorMock.java | 30 + .../kafka/connect/IgniteSinkConnectorTest.java | 99 +- .../kafka/connect/IgniteSinkTaskMock.java | 29 + .../connect/IgniteSourceConnectorTest.java | 14 +- modules/log4j/pom.xml | 2 +- modules/log4j2/pom.xml | 2 +- modules/mesos/pom.xml | 2 +- modules/mqtt/pom.xml | 2 +- modules/osgi-karaf/pom.xml | 2 +- .../osgi-karaf/src/main/resources/features.xml | 12 +- modules/osgi-paxlogging/pom.xml | 2 +- modules/osgi/pom.xml | 2 +- modules/platforms/cpp/DEVNOTES.txt | 23 +- modules/platforms/cpp/README.txt | 10 +- modules/platforms/cpp/binary/Makefile.am | 4 +- .../ignite/impl/binary/binary_reader_impl.h | 2 +- .../ignite/impl/binary/binary_type_manager.h | 14 +- .../cpp/binary/project/vs/binary.vcxproj | 2 - .../src/impl/binary/binary_reader_impl.cpp | 3 +- modules/platforms/cpp/common/Makefile.am | 4 +- .../common/include/ignite/common/concurrent.h | 10 +- .../cpp/common/include/ignite/ignite_error.h | 15 +- .../cpp/common/project/vs/common.vcxproj | 1 - .../platforms/cpp/common/src/ignite_error.cpp | 6 +- modules/platforms/cpp/configure.ac | 2 +- modules/platforms/cpp/configure.acrel | 2 +- modules/platforms/cpp/core-test/Makefile.am | 10 +- .../cpp/core-test/config/cache-query.xml | 4 +- .../cpp/core-test/src/cache_query_test.cpp | 300 +- .../cpp/core-test/src/decimal_test.cpp | 2 +- .../cpp/core-test/src/interop_memory_test.cpp | 5 +- modules/platforms/cpp/core/Makefile.am | 5 +- modules/platforms/cpp/core/include/Makefile.am | 1 + .../cpp/core/include/ignite/cache/cache.h | 15 +- .../include/ignite/cache/query/query_cursor.h | 6 +- .../ignite/cache/query/query_fields_cursor.h | 4 +- .../impl/binary/binary_type_updater_impl.h | 12 +- .../core/include/ignite/impl/cache/cache_impl.h | 41 +- .../ignite/impl/cache/query/query_batch.h | 148 + .../impl/cache/query/query_fields_row_impl.h | 30 +- .../ignite/impl/cache/query/query_impl.h | 30 +- .../include/ignite/impl/ignite_environment.h | 49 +- .../ignite/impl/interop/interop_target.h | 18 + .../platforms/cpp/core/project/vs/core.vcxproj | 4 +- .../cpp/core/project/vs/core.vcxproj.filters | 6 + modules/platforms/cpp/core/src/ignition.cpp | 8 +- .../impl/binary/binary_type_updater_impl.cpp | 13 +- .../cpp/core/src/impl/cache/cache_impl.cpp | 48 +- .../core/src/impl/cache/query/query_batch.cpp | 52 + .../core/src/impl/cache/query/query_impl.cpp | 193 +- .../cpp/core/src/impl/ignite_environment.cpp | 45 +- .../core/src/impl/interop/interop_target.cpp | 29 +- .../src/impl/transactions/transactions_impl.cpp | 135 +- modules/platforms/cpp/examples/README.txt | 9 +- modules/platforms/cpp/examples/configure.ac | 44 +- .../cpp/examples/odbc-example/Makefile.am | 4 +- .../odbc-example/config/example-odbc.xml | 38 +- .../project/vs/odbc-example.vcxproj | 7 +- .../project/vs/odbc-example.vcxproj.filters | 8 + .../examples/odbc-example/src/odbc_example.cpp | 514 +- .../cpp/examples/putget-example/Makefile.am | 4 +- .../putget-example/src/putget_example.cpp | 2 +- .../cpp/examples/query-example/Makefile.am | 4 +- .../query-example/src/query_example.cpp | 58 +- modules/platforms/cpp/ignite/Makefile.am | 4 +- .../cpp/ignite/project/vs/ignite.vcxproj | 4 +- modules/platforms/cpp/jni/Makefile.am | 4 +- .../cpp/jni/include/ignite/jni/exports.h | 112 +- .../platforms/cpp/jni/include/ignite/jni/java.h | 242 +- .../cpp/jni/include/ignite/jni/utils.h | 91 +- .../platforms/cpp/jni/project/vs/jni.vcxproj | 1 - modules/platforms/cpp/jni/project/vs/module.def | 96 +- modules/platforms/cpp/jni/src/exports.cpp | 375 +- modules/platforms/cpp/jni/src/java.cpp | 1485 +- modules/platforms/cpp/odbc-test/Makefile.am | 7 +- .../odbc-test/config/queries-test-noodbc.xml | 4 + .../cpp/odbc-test/config/queries-test.xml | 4 + .../odbc-test/include/sql_test_suite_fixture.h | 6 + .../platforms/cpp/odbc-test/include/test_type.h | 42 +- .../cpp/odbc-test/include/test_utils.h | 8 + .../cpp/odbc-test/project/vs/odbc-test.vcxproj | 3 + .../project/vs/odbc-test.vcxproj.filters | 9 + .../cpp/odbc-test/src/api_robustness_test.cpp | 1114 ++ .../src/application_data_buffer_test.cpp | 129 +- .../platforms/cpp/odbc-test/src/column_test.cpp | 10 +- .../cpp/odbc-test/src/configuration_test.cpp | 14 +- .../cpp/odbc-test/src/queries_test.cpp | 631 +- .../platforms/cpp/odbc-test/src/row_test.cpp | 4 +- .../src/sql_date_time_functions_test.cpp | 213 + .../cpp/odbc-test/src/sql_outer_join_test.cpp | 498 + .../odbc-test/src/sql_string_functions_test.cpp | 63 + .../odbc-test/src/sql_test_suite_fixture.cpp | 25 +- modules/platforms/cpp/odbc/Makefile.am | 7 +- modules/platforms/cpp/odbc/README.txt | 23 +- .../platforms/cpp/odbc/include/ignite/odbc.h | 28 +- .../ignite/odbc/app/application_data_buffer.h | 58 +- .../odbc/include/ignite/odbc/app/parameter.h | 29 +- .../cpp/odbc/include/ignite/odbc/common_types.h | 29 +- .../include/ignite/odbc/config/configuration.h | 59 +- .../ignite/odbc/diagnostic/diagnosable.h | 7 + .../odbc/diagnostic/diagnosable_adapter.h | 10 + .../ignite/odbc/diagnostic/diagnostic_record.h | 19 + .../odbc/diagnostic/diagnostic_record_storage.h | 16 + .../cpp/odbc/include/ignite/odbc/message.h | 138 +- .../odbc/include/ignite/odbc/query/data_query.h | 12 +- .../cpp/odbc/include/ignite/odbc/query/query.h | 44 +- .../cpp/odbc/include/ignite/odbc/result_page.h | 3 - .../cpp/odbc/include/ignite/odbc/statement.h | 183 +- .../odbc/system/ui/dsn_configuration_window.h | 8 + .../cpp/odbc/include/ignite/odbc/type_traits.h | 2 +- .../cpp/odbc/include/ignite/odbc/utility.h | 11 +- .../cpp/odbc/install/ignite-odbc-amd64.wxs | 114 + .../cpp/odbc/install/ignite-odbc-install.ini | 1 + .../cpp/odbc/install/ignite-odbc-x86.wxs | 114 + .../cpp/odbc/install/install_amd64.cmd | 22 +- .../platforms/cpp/odbc/install/install_x86.cmd | 11 +- .../odbc/os/win/src/system/socket_client.cpp | 4 +- .../src/system/ui/dsn_configuration_window.cpp | 23 +- .../cpp/odbc/os/win/src/system/ui/window.cpp | 2 +- .../platforms/cpp/odbc/project/vs/module.def | 1 - .../platforms/cpp/odbc/project/vs/odbc.vcxproj | 6 +- .../odbc/src/app/application_data_buffer.cpp | 382 +- .../platforms/cpp/odbc/src/app/parameter.cpp | 129 +- modules/platforms/cpp/odbc/src/column.cpp | 14 +- modules/platforms/cpp/odbc/src/common_types.cpp | 3 + .../cpp/odbc/src/config/configuration.cpp | 49 +- .../cpp/odbc/src/config/connection_info.cpp | 59 +- modules/platforms/cpp/odbc/src/connection.cpp | 25 +- .../odbc/src/diagnostic/diagnostic_record.cpp | 34 +- .../diagnostic/diagnostic_record_storage.cpp | 18 + modules/platforms/cpp/odbc/src/dsn_config.cpp | 14 +- modules/platforms/cpp/odbc/src/entry_points.cpp | 99 +- modules/platforms/cpp/odbc/src/odbc.cpp | 434 +- .../odbc/src/query/column_metadata_query.cpp | 2 +- .../platforms/cpp/odbc/src/query/data_query.cpp | 8 +- .../cpp/odbc/src/query/foreign_keys_query.cpp | 2 +- .../cpp/odbc/src/query/primary_keys_query.cpp | 2 +- .../odbc/src/query/special_columns_query.cpp | 2 +- .../cpp/odbc/src/query/table_metadata_query.cpp | 2 +- .../cpp/odbc/src/query/type_info_query.cpp | 2 +- modules/platforms/cpp/odbc/src/statement.cpp | 531 +- modules/platforms/cpp/odbc/src/utility.cpp | 22 +- .../Apache.Ignite.AspNet.Tests.csproj | 77 + .../Apache.Ignite.AspNet.Tests.snk | Bin 0 -> 596 bytes .../Apache.Ignite.AspNet.Tests/App.config | 73 + .../ExpiryCacheHolderTest.cs | 503 + .../IgniteOutputCacheProviderTest.cs | 172 + .../IgniteSessionStateItemCollectionTest.cs | 267 + .../IgniteSessionStateStoreDataTest.cs | 117 + .../IgniteSessionStateStoreProviderTest.cs | 488 + .../Properties/AssemblyInfo.cs | 42 + .../Apache.Ignite.AspNet.Tests/packages.config | 22 + .../Apache.Ignite.AspNet.csproj | 9 +- .../Apache.Ignite.AspNet.nuspec | 4 +- .../Apache.Ignite.AspNet.ruleset | 3 + .../IgniteOutputCacheProvider.cs | 120 +- .../IgniteSessionStateStoreProvider.cs | 509 + .../Apache.Ignite.AspNet/Impl/ConfigUtil.cs | 115 + .../Impl/ExpiryCacheHolder.cs | 113 + .../Impl/IgniteSessionStateItemCollection.cs | 534 + .../Impl/IgniteSessionStateStoreData.cs | 116 + .../Impl/SessionStateLockResult.cs | 91 + .../Properties/AssemblyInfo.cs | 13 +- .../Properties/AssemblyInfo.cs | 40 +- .../Apache.Ignite.Core.Tests.NuGet.csproj | 21 + .../EntityFrameworkCacheTest.cs | 62 + .../Log4NetTest.cs | 87 + .../Properties/AssemblyInfo.cs | 38 +- .../packages.config | 4 + .../Properties/AssemblyInfo.cs | 40 +- .../Apache.Ignite.Core.Tests.csproj | 23 +- .../AspNet/IgniteOutputCacheProviderTest.cs | 172 - .../Binary/BinaryCompactFooterInteropTest.cs | 31 +- .../Binary/BinaryReaderWriterTest.cs | 29 + .../Affinity/AffinityFunctionSpringTest.cs | 38 +- .../Cache/Affinity/AffinityFunctionTest.cs | 33 +- .../Cache/CacheAbstractTest.cs | 121 +- .../Cache/CacheConfigurationTest.cs | 25 +- .../Cache/CacheMetricsTest.cs | 252 + .../Cache/CacheSwapSpaceTest.cs | 122 + .../Cache/CacheTestAsyncWrapper.cs | 13 + .../Cache/Query/CacheQueriesTest.cs | 50 +- .../Compute/ComputeApiTest.cs | 26 + .../Dataload/DataStreamerTestTopologyChange.cs | 27 +- .../Examples/Example.cs | 6 +- .../Examples/ExamplesTest.cs | 43 +- .../Apache.Ignite.Core.Tests/ExceptionsTest.cs | 3 + .../Apache.Ignite.Core.Tests/ExecutableTest.cs | 64 +- .../IgniteConfigurationSectionTest.cs | 20 + .../IgniteConfigurationSerializerTest.cs | 48 +- .../IgniteConfigurationTest.cs | 48 +- .../Log/Log4NetLoggerTest.cs | 188 + .../Process/IgniteProcess.cs | 21 +- .../ProjectFilesTest.cs | 98 +- .../Properties/AssemblyInfo.cs | 40 +- .../Apache.Ignite.Core.Tests/ReconnectTest.cs | 83 +- .../Services/ServicesTest.cs | 45 +- .../Apache.Ignite.Core.Tests/TestRunner.cs | 37 +- .../Apache.Ignite.Core.Tests/TestUtils.cs | 5 +- .../dotnet/Apache.Ignite.Core.Tests/app.config | 1 + .../Apache.Ignite.Core.Tests/custom_app.config | 1 + .../Apache.Ignite.Core.Tests/packages.config | 22 +- .../Apache.Ignite.Core.csproj | 13 +- .../Binary/BinaryConfiguration.cs | 5 +- .../Cache/Configuration/CacheConfiguration.cs | 22 + .../dotnet/Apache.Ignite.Core/Cache/ICache.cs | 19 +- .../Apache.Ignite.Core/Cache/ICacheLock.cs | 2 +- .../Apache.Ignite.Core/Cache/ICacheMetrics.cs | 244 +- .../Apache.Ignite.Core/Cluster/IClusterGroup.cs | 14 + .../Compute/ComputeTaskSplitAdapter.cs | 2 +- .../Apache.Ignite.Core/Compute/ICompute.cs | 6 +- .../Apache.Ignite.Core/IgniteConfiguration.cs | 39 +- .../IgniteConfigurationSection.xsd | 63 +- .../dotnet/Apache.Ignite.Core/Ignition.cs | 12 + .../Apache.Ignite.Core/Impl/Binary/Binary.cs | 2 +- .../Impl/Binary/BinaryObjectHeader.cs | 2 +- .../Impl/Binary/BinaryObjectSchemaSerializer.cs | 2 +- .../Impl/Binary/BinaryProcessor.cs | 156 + .../Impl/Binary/BinaryReader.cs | 3 +- .../Impl/Binary/BinaryUtils.cs | 12 + .../Impl/Binary/BinaryWriter.cs | 6 +- .../Impl/Binary/Marshaller.cs | 11 +- .../Impl/Cache/CacheAffinityImpl.cs | 5 +- .../Apache.Ignite.Core/Impl/Cache/CacheImpl.cs | 554 +- .../Apache.Ignite.Core/Impl/Cache/CacheLock.cs | 24 +- .../Impl/Cache/CacheMetricsImpl.cs | 617 +- .../Apache.Ignite.Core/Impl/Cache/CacheOp.cs | 47 +- .../Impl/Cache/Expiry/ExpiryPolicyFactory.cs | 46 + .../Impl/Cache/Expiry/ExpiryPolicySerializer.cs | 134 + .../Impl/Cache/ICacheInternal.cs | 14 + .../Impl/Cache/ICacheLockInternal.cs | 47 + .../Impl/Cache/Query/AbstractQueryCursor.cs | 10 +- .../Continuous/ContinuousQueryHandleImpl.cs | 117 +- .../Impl/Cache/Query/FieldsQueryCursor.cs | 3 + .../Impl/Cache/Store/CacheStore.cs | 108 +- .../Impl/Cluster/ClusterGroupImpl.cs | 150 +- .../Impl/Cluster/IClusterGroupEx.cs | 35 - .../Apache.Ignite.Core/Impl/Common/Fnv1Hash.cs | 2 +- .../Apache.Ignite.Core/Impl/Common/Future.cs | 39 +- .../Common/IgniteConfigurationXmlSerializer.cs | 21 +- .../Impl/Common/Listenable.cs | 49 + .../Impl/Compute/ComputeFunc.cs | 5 +- .../Impl/Compute/ComputeImpl.cs | 50 +- .../Impl/Compute/ComputeJob.cs | 10 +- .../Impl/Compute/ComputeOutFunc.cs | 5 +- .../Impl/DataStructures/AtomicLong.cs | 34 +- .../Impl/DataStructures/AtomicReference.cs | 8 +- .../Impl/DataStructures/AtomicSequence.cs | 26 +- .../Impl/Datastream/DataStreamerImpl.cs | 49 +- .../Apache.Ignite.Core/Impl/Events/Events.cs | 180 +- .../Apache.Ignite.Core/Impl/ExceptionUtils.cs | 1 + .../Impl/Handle/HandleRegistry.cs | 8 +- .../dotnet/Apache.Ignite.Core/Impl/Ignite.cs | 41 +- .../Apache.Ignite.Core/Impl/IgniteProxy.cs | 15 +- .../Apache.Ignite.Core/Impl/IgniteUtils.cs | 2 +- .../Memory/PlatformBigEndianMemoryStream.cs | 34 +- .../Impl/Messaging/Messaging.cs | 113 +- .../Apache.Ignite.Core/Impl/PlatformTarget.cs | 268 +- .../Impl/Services/Services.cs | 148 +- .../Impl/SwapSpace/SwapSpaceSerializer.cs | 99 + .../Impl/Transactions/TransactionsImpl.cs | 64 +- .../Impl/Unmanaged/IgniteJniNativeMethods.cs | 288 +- .../Impl/Unmanaged/UnmanagedCallbacks.cs | 59 +- .../Impl/Unmanaged/UnmanagedTarget.cs | 2 +- .../Impl/Unmanaged/UnmanagedUtils.cs | 569 +- .../dotnet/Apache.Ignite.Core/NuGet/Install.ps1 | 14 + .../NuGet/LINQPad/PutGetExample.linq | 2 +- .../NuGet/LINQPad/QueryExample.linq | 6 +- .../Apache.Ignite.Core/NuGet/Uninstall.ps1 | 14 + .../Properties/AssemblyInfo.cs | 43 +- .../SwapSpace/File/FileSwapSpaceSpi.cs | 105 + .../SwapSpace/ISwapSpaceSpi.cs | 35 + .../Transactions/ITransactions.cs | 2 +- .../TransactionDeadlockException.cs | 71 + .../Apache.Ignite.EntityFramework.Tests.csproj | 96 + .../Apache.Ignite.EntityFramework.Tests.snk | Bin 0 -> 596 bytes .../App.config | 71 + .../ArrayDbDataReaderTests.cs | 192 + .../DbCachingPolicyTest.cs | 43 + .../EntityFrameworkCacheInitializationTest.cs | 137 + .../EntityFrameworkCacheTest.cs | 951 ++ .../Properties/AssemblyInfo.cs | 39 + .../packages.config | 23 + .../Apache.Ignite.EntityFramework.csproj | 95 + .../Apache.Ignite.EntityFramework.nuspec | 57 + .../Apache.Ignite.EntityFramework.snk | Bin 0 -> 596 bytes .../DbCachingMode.cs | 48 + .../DbCachingPolicy.cs | 72 + .../DbQueryInfo.cs | 78 + .../IDbCachingPolicy.cs | 58 + .../IgniteDbConfiguration.cs | 340 + .../Impl/ArrayDbDataReader.cs | 305 + .../Impl/DataReaderField.cs | 74 + .../Impl/DataReaderResult.cs | 93 + .../Impl/DbCache.cs | 295 + .../Impl/DbCacheKey.cs | 92 + .../Impl/DbCommandDefinitionProxy.cs | 51 + .../Impl/DbCommandInfo.cs | 158 + .../Impl/DbCommandProxy.cs | 263 + .../Impl/DbProviderServicesProxy.cs | 169 + .../Impl/DbTransactionInterceptor.cs | 134 + .../Properties/AssemblyInfo.cs | 41 + .../packages.config | 20 + .../Apache.Ignite.Linq.csproj | 2 +- .../Apache.Ignite.Linq/ICacheQueryable.cs | 32 +- .../NuGet/LINQPad/QueryExample.linq | 4 +- .../Properties/AssemblyInfo.cs | 42 +- .../Apache.Ignite.Log4Net.csproj | 76 + .../Apache.Ignite.Log4Net.nuspec | 50 + .../Apache.Ignite.Log4Net.snk | Bin 0 -> 596 bytes .../IgniteLog4NetLogger.cs | 123 + .../Properties/AssemblyInfo.cs | 40 + .../Apache.Ignite.Log4Net/packages.config | 20 + .../Apache.Ignite.NLog.csproj | 4 +- .../Properties/AssemblyInfo.cs | 8 +- .../dotnet/Apache.Ignite.NLog/packages.config | 18 + modules/platforms/dotnet/Apache.Ignite.sln | 61 + .../dotnet/Apache.Ignite.sln.DotSettings | 3 +- .../Apache.Ignite.sln.TeamCity.DotSettings | 1 + .../Apache.Ignite/Config/ArgsConfigurator.cs | 7 +- .../dotnet/Apache.Ignite/Config/Configurator.cs | 10 + .../Apache.Ignite/Properties/AssemblyInfo.cs | 40 +- modules/platforms/dotnet/README.md | 150 + modules/platforms/dotnet/README.txt | 13 +- .../Apache.Ignite.Examples.csproj | 9 + .../examples/Apache.Ignite.Examples/App.config | 1 + .../DataStructures/AtomicLongExample.cs | 65 + .../DataStructures/AtomicReferenceExample.cs | 65 + .../DataStructures/AtomicSequenceExample.cs | 88 + .../Datagrid/EntryProcessorExample.cs | 90 + .../Datagrid/LinqExample.cs | 6 +- .../Datagrid/MultiTieredCacheExample.cs | 138 + .../Datagrid/NearCacheExample.cs | 87 + .../Datagrid/OptimisticTransactionExample.cs | 110 + .../Datagrid/QueryExample.cs | 24 +- .../TransactionDeadlockDetectionExample.cs | 121 + .../Misc/ClientReconnectExample.cs | 159 + .../Properties/AssemblyInfo.cs | 44 +- .../Apache.Ignite.ExamplesDll.csproj | 6 + .../Binary/Employee.cs | 5 +- .../Compute/AverageSalaryJob.cs | 5 +- .../DataStructures/AtomicLongIncrementAction.cs | 49 + .../AtomicReferenceModifyAction.cs | 61 + .../AtomicSequenceIncrementAction.cs | 49 + .../Datagrid/CacheIncrementEntryProcessor.cs | 45 + .../Datagrid/CachePutEntryProcessor.cs | 45 + .../Datagrid/ScanQueryFilter.cs | 50 + .../Events/LocalListener.cs | 2 +- .../Properties/AssemblyInfo.cs | 42 +- modules/rest-http/pom.xml | 2 +- modules/scalar-2.10/pom.xml | 2 +- modules/scalar/pom.xml | 2 +- modules/schedule/pom.xml | 2 +- modules/schema-import-db/pom.xml | 2 +- .../apache/ignite/schema/parser/DbColumn.java | 16 +- .../parser/dialect/DatabaseMetadataDialect.java | 9 + .../parser/dialect/JdbcMetadataDialect.java | 21 +- .../parser/dialect/MySQLMetadataDialect.java | 24 +- .../parser/dialect/OracleMetadataDialect.java | 5 +- modules/schema-import/pom.xml | 2 +- .../ignite/schema/model/PojoDescriptor.java | 24 +- modules/slf4j/pom.xml | 2 +- modules/spark-2.10/pom.xml | 2 +- modules/spark/pom.xml | 2 +- modules/spring/pom.xml | 2 +- .../org/apache/ignite/IgniteSpringBean.java | 23 +- .../src/test/config/incorrect-store-cache.xml | 2 + .../src/test/config/jdbc-pojo-store-builtin.xml | 15 +- .../src/test/config/jdbc-pojo-store-obj.xml | 15 +- modules/spring/src/test/config/node.xml | 2 + modules/spring/src/test/config/node1.xml | 2 + .../test/config/pojo-incorrect-store-cache.xml | 2 + modules/spring/src/test/config/store-cache.xml | 2 + modules/spring/src/test/config/store-cache1.xml | 2 + .../jdbc/CacheJdbcBlobStoreFactorySelfTest.java | 12 +- .../jdbc/CacheJdbcPojoStoreFactorySelfTest.java | 14 +- .../store/jdbc/CachePojoStoreXmlSelfTest.java | 13 +- .../CachePojoStoreXmlWithSqlEscapeSelfTest.java | 28 + .../p2p/GridP2PUserVersionChangeSelfTest.java | 7 +- .../IgniteStartFromStreamConfigurationTest.java | 18 +- .../testsuites/IgniteResourceSelfTestSuite.java | 11 +- .../testsuites/IgniteSpringTestSuite.java | 20 +- modules/ssh/pom.xml | 2 +- modules/storm/pom.xml | 2 +- modules/tools/pom.xml | 2 +- .../ignite/tools/classgen/ClassesGenerator.java | 8 +- modules/twitter/pom.xml | 2 +- modules/urideploy/pom.xml | 2 +- .../spi/deployment/uri/UriDeploymentSpi.java | 2 +- .../scanners/http/UriDeploymentHttpScanner.java | 8 +- modules/visor-console-2.10/pom.xml | 2 +- modules/visor-console/pom.xml | 2 +- .../commands/cache/VisorCacheCommand.scala | 7 +- .../scala/org/apache/ignite/visor/visor.scala | 2 +- modules/visor-plugins/pom.xml | 2 +- modules/web-agent/.gitignore | 2 - modules/web-agent/README.txt | 88 - .../web-agent/assembly/release-web-agent.xml | 72 - modules/web-agent/bin/ignite-web-agent.bat | 70 - modules/web-agent/bin/ignite-web-agent.sh | 87 - modules/web-agent/demo/README.txt | 4 - modules/web-agent/demo/db-init.sql | 102 - modules/web-agent/jdbc-drivers/README.txt | 10 - modules/web-agent/logs/README.txt | 5 - modules/web-agent/pom.xml | 189 - .../console/agent/AgentConfiguration.java | 268 - .../ignite/console/agent/AgentLauncher.java | 344 - .../apache/ignite/console/agent/AgentUtils.java | 111 - .../console/agent/handlers/AbstractHandler.java | 110 - .../console/agent/handlers/DatabaseHandler.java | 298 - .../console/agent/handlers/RestHandler.java | 276 - .../ignite/console/demo/AgentClusterDemo.java | 638 - .../ignite/console/demo/AgentMetadataDemo.java | 92 - .../apache/ignite/console/demo/model/Car.java | 152 - .../ignite/console/demo/model/Country.java | 152 - .../ignite/console/demo/model/Department.java | 152 - .../ignite/console/demo/model/Employee.java | 356 - .../ignite/console/demo/model/Parking.java | 152 - .../src/main/resources/log4j.properties | 53 - modules/web-console/.gitignore | 6 + modules/web-console/DEVNOTES.txt | 37 +- modules/web-console/backend/.eslintrc | 186 + modules/web-console/backend/.gitignore | 6 + .../web-console/backend/agent_dists/README.txt | 7 + modules/web-console/backend/app/agent.js | 833 ++ modules/web-console/backend/app/app.js | 63 + modules/web-console/backend/app/browser.js | 456 + modules/web-console/backend/app/configure.js | 86 + modules/web-console/backend/app/mongo.js | 873 ++ modules/web-console/backend/app/mongoose.js | 29 + modules/web-console/backend/app/nconf.js | 48 + modules/web-console/backend/app/routes.js | 64 + modules/web-console/backend/app/settings.js | 78 + .../backend/config/settings.json.sample | 23 + .../backend/errors/AppErrorException.js | 36 + .../backend/errors/AuthFailedException.js | 30 + .../backend/errors/DuplicateKeyException.js | 28 + .../backend/errors/IllegalAccessError.js | 29 + .../backend/errors/IllegalArgumentException.js | 29 + .../backend/errors/MissingResourceException.js | 30 + .../backend/errors/ServerErrorException.js | 36 + modules/web-console/backend/errors/index.js | 41 + modules/web-console/backend/index.js | 106 + modules/web-console/backend/injector.js | 30 + modules/web-console/backend/middlewares/api.js | 44 + modules/web-console/backend/middlewares/host.js | 40 + modules/web-console/backend/middlewares/user.js | 36 + modules/web-console/backend/package.json | 62 + modules/web-console/backend/routes/admin.js | 84 + modules/web-console/backend/routes/agent.js | 51 + modules/web-console/backend/routes/caches.js | 65 + modules/web-console/backend/routes/clusters.js | 64 + .../web-console/backend/routes/configuration.js | 41 + modules/web-console/backend/routes/demo.js | 133 + .../web-console/backend/routes/demo/caches.json | 87 + .../backend/routes/demo/clusters.json | 50 + .../backend/routes/demo/domains.json | 312 + .../web-console/backend/routes/demo/igfss.json | 10 + modules/web-console/backend/routes/domains.js | 76 + modules/web-console/backend/routes/igfss.js | 65 + modules/web-console/backend/routes/notebooks.js | 80 + modules/web-console/backend/routes/profile.js | 73 + modules/web-console/backend/routes/public.js | 129 + modules/web-console/backend/services/agents.js | 83 + modules/web-console/backend/services/auth.js | 118 + modules/web-console/backend/services/caches.js | 154 + .../web-console/backend/services/clusters.js | 148 + .../backend/services/configurations.js | 59 + modules/web-console/backend/services/domains.js | 195 + modules/web-console/backend/services/igfss.js | 144 + modules/web-console/backend/services/mails.js | 131 + .../web-console/backend/services/notebooks.js | 104 + .../web-console/backend/services/sessions.js | 65 + modules/web-console/backend/services/spaces.js | 75 + modules/web-console/backend/services/users.js | 229 + modules/web-console/backend/test/app/db.js | 66 + .../web-console/backend/test/app/httpAgent.js | 50 + .../web-console/backend/test/app/mockgoose.js | 30 + .../backend/test/config/settings.json | 20 + .../web-console/backend/test/data/accounts.json | 19 + .../web-console/backend/test/data/caches.json | 97 + .../web-console/backend/test/data/clusters.json | 54 + .../web-console/backend/test/data/domains.json | 317 + .../web-console/backend/test/data/igfss.json | 12 + .../web-console/backend/test/data/spaces.json | 14 + modules/web-console/backend/test/index.js | 35 + modules/web-console/backend/test/injector.js | 48 + .../web-console/backend/test/routes/clusters.js | 83 + .../web-console/backend/test/routes/public.js | 68 + .../backend/test/unit/AuthService.test.js | 105 + .../backend/test/unit/CacheService.test.js | 147 + .../backend/test/unit/ClusterService.test.js | 147 + .../backend/test/unit/DomainService.test.js | 167 + .../backend/test/unit/IgfsService.test.js | 145 + .../docker/compose/backend/.dockerignore | 3 + .../docker/compose/backend/Dockerfile | 30 + .../web-console/docker/compose/backend/build.sh | 57 + .../docker/compose/docker-compose.yml | 54 + .../docker/compose/frontend/.dockerignore | 3 + .../docker/compose/frontend/Dockerfile | 32 + .../docker/compose/frontend/DockerfileBuild | 30 + .../docker/compose/frontend/build.sh | 59 + .../docker/compose/frontend/nginx/nginx.conf | 57 + .../compose/frontend/nginx/web-console.conf | 68 + .../web-console/docker/standalone/.dockerignore | 7 + .../web-console/docker/standalone/Dockerfile | 87 + modules/web-console/docker/standalone/build.sh | 59 + .../docker/standalone/docker-compose.yml | 36 + .../web-console/docker/standalone/entrypoint.sh | 23 + .../docker/standalone/nginx/nginx.conf | 55 + .../docker/standalone/nginx/web-console.conf | 63 + modules/web-console/frontend/.babelrc | 9 + modules/web-console/frontend/.eslintrc | 198 + modules/web-console/frontend/.gitignore | 7 + modules/web-console/frontend/app/app.config.js | 96 + modules/web-console/frontend/app/app.js | 272 + .../frontend/app/controllers/auth.controller.js | 30 + .../controllers/reset-password.controller.js | 50 + .../web-console/frontend/app/data/colors.json | 22 + .../frontend/app/data/countries.json | 94 + .../frontend/app/data/demo-info.json | 14 + .../web-console/frontend/app/data/dialects.json | 9 + .../frontend/app/data/event-types.json | 169 + .../frontend/app/data/getting-started.json | 109 + .../frontend/app/data/java-classes.json | 21 + .../frontend/app/data/java-keywords.json | 55 + .../frontend/app/data/java-primitives.json | 9 + .../frontend/app/data/jdbc-types.json | 44 + .../frontend/app/data/pom-dependencies.json | 20 + .../frontend/app/data/sql-keywords.json | 41 + .../frontend/app/decorator/select.js | 77 + .../frontend/app/decorator/tooltip.js | 73 + .../app/directives/auto-focus.directive.js | 26 + .../app/directives/bs-affix-update.directive.js | 34 + .../app/directives/centered/centered.css | 37 + .../directives/centered/centered.directive.js | 26 + .../directives/copy-to-clipboard.directive.js | 29 + .../hide-on-state-change.directive.js | 31 + .../information/information.directive.js | 30 + .../app/directives/information/information.jade | 20 + .../app/directives/information/information.scss | 56 + .../frontend/app/directives/match.directive.js | 27 + .../app/directives/on-click-focus.directive.js | 26 + .../directives/on-enter-focus-move.directive.js | 29 + .../app/directives/on-enter.directive.js | 32 + .../app/directives/on-escape.directive.js | 32 + .../app/directives/on-focus-out.directive.js | 37 + .../directives/restore-input-focus.directive.js | 24 + .../directives/retain-selection.directive.js | 67 + .../ui-ace-docker/ui-ace-docker.controller.js | 33 + .../ui-ace-docker/ui-ace-docker.directive.js | 46 + .../directives/ui-ace-docker/ui-ace-docker.jade | 31 + .../ui-ace-java/ui-ace-java.controller.js | 92 + .../ui-ace-java/ui-ace-java.directive.js | 63 + .../app/directives/ui-ace-java/ui-ace-java.jade | 22 + .../ui-ace-pojos/ui-ace-pojos.controller.js | 95 + .../ui-ace-pojos/ui-ace-pojos.directive.js | 46 + .../directives/ui-ace-pojos/ui-ace-pojos.jade | 40 + .../ui-ace-pom/ui-ace-pom.controller.js | 33 + .../ui-ace-pom/ui-ace-pom.directive.js | 41 + .../app/directives/ui-ace-pom/ui-ace-pom.jade | 17 + .../ui-ace-sharp/ui-ace-sharp.controller.js | 32 + .../ui-ace-sharp/ui-ace-sharp.directive.js | 133 + .../directives/ui-ace-sharp/ui-ace-sharp.jade | 22 + .../ui-ace-spring/ui-ace-spring.controller.js | 88 + .../ui-ace-spring/ui-ace-spring.directive.js | 66 + .../directives/ui-ace-spring/ui-ace-spring.jade | 17 + .../app/directives/ui-ace-tabs.directive.js | 24 + .../ui-grid-settings/ui-grid-settings.jade | 33 + .../ui-grid-settings/ui-grid-settings.scss | 38 + .../frontend/app/filters/byName.filter.js | 23 + .../frontend/app/filters/default-name.filter.js | 21 + .../app/filters/domainsValidation.filter.js | 33 + .../frontend/app/filters/duration.filter.js | 41 + .../frontend/app/filters/hasPojo.filter.js | 21 + .../frontend/app/helpers/jade/form.jade | 28 + .../helpers/jade/form/form-field-checkbox.jade | 38 + .../helpers/jade/form/form-field-datalist.jade | 51 + .../app/helpers/jade/form/form-field-down.jade | 18 + .../helpers/jade/form/form-field-dropdown.jade | 50 + .../helpers/jade/form/form-field-feedback.jade | 32 + .../app/helpers/jade/form/form-field-label.jade | 23 + .../helpers/jade/form/form-field-number.jade | 52 + .../helpers/jade/form/form-field-password.jade | 47 + .../app/helpers/jade/form/form-field-text.jade | 47 + .../app/helpers/jade/form/form-field-up.jade | 18 + .../app/helpers/jade/form/form-group.jade | 23 + .../frontend/app/helpers/jade/mixins.jade | 563 + .../frontend/app/modules/Demo/Demo.module.js | 166 + .../frontend/app/modules/ace.module.js | 269 + .../frontend/app/modules/agent/agent.module.js | 343 + .../app/modules/branding/branding.module.js | 45 + .../app/modules/branding/branding.provider.js | 111 + .../app/modules/branding/features.directive.js | 35 + .../app/modules/branding/footer.directive.js | 34 + .../modules/branding/header-logo.directive.js | 34 + .../app/modules/branding/header-logo.jade | 18 + .../modules/branding/header-title.directive.js | 35 + .../branding/powered-by-apache.directive.js | 35 + .../app/modules/branding/powered-by-apache.jade | 18 + .../app/modules/branding/terms.directive.js | 30 + .../configuration/EventGroups.provider.js | 30 + .../modules/configuration/Sidebar.provider.js | 39 + .../modules/configuration/Version.service.js | 95 + .../configuration/configuration.module.js | 65 + .../generator/AbstractTransformer.js | 341 + .../modules/configuration/generator/Beans.js | 385 + .../generator/ConfigurationGenerator.js | 1794 +++ .../configuration/generator/Docker.service.js | 78 + .../generator/JavaTransformer.service.js | 1724 +++ .../generator/PlatformGenerator.js | 522 + .../configuration/generator/Pom.service.js | 233 + .../generator/Properties.service.js | 93 + .../configuration/generator/Readme.service.js | 79 + .../generator/SharpTransformer.service.js | 243 + .../generator/SpringTransformer.service.js | 333 + .../configuration/generator/StringBuilder.js | 76 + .../defaults/cache.platform.provider.js | 60 + .../generator/defaults/cache.provider.js | 137 + .../defaults/cluster.platform.provider.js | 49 + .../generator/defaults/cluster.provider.js | 293 + .../generator/defaults/igfs.provider.js | 68 + .../configuration/generator/generator-common.js | 625 + .../configuration/generator/generator-java.js | 3617 +++++ .../generator/generator-optional.js | 25 + .../configuration/generator/generator-spring.js | 2111 +++ .../modules/configuration/sidebar.directive.js | 30 + .../modules/dialog/dialog-content.directive.js | 31 + .../modules/dialog/dialog-title.directive.js | 31 + .../app/modules/dialog/dialog.controller.js | 40 + .../app/modules/dialog/dialog.directive.js | 32 + .../app/modules/dialog/dialog.factory.js | 32 + .../frontend/app/modules/dialog/dialog.jade | 26 + .../app/modules/dialog/dialog.module.js | 32 + .../field/bs-select-placeholder.directive.js | 47 + .../app/modules/form/field/down.directive.js | 39 + .../app/modules/form/field/feedback.scss | 37 + .../frontend/app/modules/form/field/field.scss | 43 + .../field/form-control-feedback.directive.js | 40 + .../form/field/input/autofocus.directive.js | 30 + .../app/modules/form/field/input/text.scss | 40 + .../app/modules/form/field/label.directive.js | 47 + .../app/modules/form/field/tooltip.directive.js | 49 + .../app/modules/form/field/up.directive.js | 39 + .../frontend/app/modules/form/form.module.js | 94 + .../app/modules/form/group/add.directive.js | 40 + .../app/modules/form/group/tooltip.directive.js | 40 + .../app/modules/form/panel/chevron.directive.js | 53 + .../app/modules/form/panel/field.directive.js | 69 + .../app/modules/form/panel/panel.directive.js | 37 + .../app/modules/form/panel/revert.directive.js | 54 + .../modules/form/services/FormGUID.service.js | 22 + .../form/validator/ipaddress.directive.js | 86 + .../validator/java-built-in-class.directive.js | 35 + .../form/validator/java-identifier.directive.js | 35 + .../form/validator/java-keywords.directive.js | 39 + .../validator/java-package-name.directive.js | 31 + .../java-package-specified.directive.js | 39 + .../form/validator/property-unique.directive.js | 47 + .../property-value-specified.directive.js | 31 + .../modules/form/validator/unique.directive.js | 49 + .../modules/form/validator/uuid.directive.js | 31 + .../getting-started/GettingStarted.provider.js | 112 + .../frontend/app/modules/loading/loading.css | 73 + .../app/modules/loading/loading.directive.js | 51 + .../frontend/app/modules/loading/loading.jade | 23 + .../app/modules/loading/loading.module.js | 26 + .../app/modules/loading/loading.service.js | 48 + .../app/modules/navbar/Navbar.provider.js | 28 + .../app/modules/navbar/Userbar.provider.js | 28 + .../app/modules/navbar/navbar.directive.js | 30 + .../app/modules/navbar/navbar.module.js | 33 + .../app/modules/navbar/userbar.directive.js | 48 + .../frontend/app/modules/nodes/Nodes.service.js | 69 + .../modules/nodes/nodes-dialog.controller.js | 68 + .../app/modules/nodes/nodes-dialog.jade | 35 + .../app/modules/nodes/nodes-dialog.scss | 37 + .../frontend/app/modules/nodes/nodes.module.js | 27 + .../frontend/app/modules/socket.module.js | 41 + .../frontend/app/modules/sql/Notebook.data.js | 165 + .../app/modules/sql/Notebook.service.js | 74 + .../app/modules/sql/notebook.controller.js | 60 + .../app/modules/sql/scan-filter-input.jade | 39 + .../modules/sql/scan-filter-input.service.js | 51 + .../frontend/app/modules/sql/sql.controller.js | 1721 +++ .../frontend/app/modules/sql/sql.module.js | 60 + .../frontend/app/modules/states/admin.state.js | 35 + .../app/modules/states/configuration.state.js | 97 + .../configuration/Configuration.resource.js | 42 + .../configuration/caches/client-near-cache.jade | 50 + .../configuration/caches/concurrency.jade | 65 + .../states/configuration/caches/general.jade | 69 + .../states/configuration/caches/memory.jade | 109 + .../configuration/caches/near-cache-client.jade | 51 + .../configuration/caches/near-cache-server.jade | 52 + .../configuration/caches/node-filter.jade | 59 + .../states/configuration/caches/query.jade | 111 + .../states/configuration/caches/rebalance.jade | 66 + .../states/configuration/caches/statistics.jade | 39 + .../states/configuration/caches/store.jade | 250 + .../states/configuration/clusters/atomic.jade | 54 + .../configuration/clusters/attributes.jade | 57 + .../states/configuration/clusters/binary.jade | 77 + .../configuration/clusters/cache-key-cfg.jade | 50 + .../configuration/clusters/checkpoint.jade | 85 + .../configuration/clusters/checkpoint/fs.jade | 66 + .../configuration/clusters/checkpoint/jdbc.jade | 46 + .../configuration/clusters/checkpoint/s3.jade | 177 + .../configuration/clusters/collision.jade | 63 + .../clusters/collision/custom.jade | 24 + .../clusters/collision/fifo-queue.jade | 27 + .../clusters/collision/job-stealing.jade | 63 + .../clusters/collision/priority-queue.jade | 42 + .../configuration/clusters/communication.jade | 100 + .../configuration/clusters/connector.jade | 104 + .../configuration/clusters/deployment.jade | 114 + .../configuration/clusters/discovery.jade | 88 + .../states/configuration/clusters/events.jade | 68 + .../states/configuration/clusters/failover.jade | 73 + .../states/configuration/clusters/general.jade | 76 + .../clusters/general/discovery/cloud.jade | 134 + .../clusters/general/discovery/google.jade | 38 + .../clusters/general/discovery/jdbc.jade | 31 + .../clusters/general/discovery/multicast.jade | 99 + .../clusters/general/discovery/s3.jade | 27 + .../clusters/general/discovery/shared.jade | 23 + .../clusters/general/discovery/vm.jade | 79 + .../clusters/general/discovery/zookeeper.jade | 85 + .../bounded-exponential-backoff.jade | 27 + .../discovery/zookeeper/retrypolicy/custom.jade | 24 + .../retrypolicy/exponential-backoff.jade | 27 + .../zookeeper/retrypolicy/forever.jade | 22 + .../zookeeper/retrypolicy/n-times.jade | 25 + .../zookeeper/retrypolicy/one-time.jade | 23 + .../zookeeper/retrypolicy/until-elapsed.jade | 25 + .../states/configuration/clusters/igfs.jade | 38 + .../configuration/clusters/load-balancing.jade | 104 + .../states/configuration/clusters/logger.jade | 66 + .../configuration/clusters/logger/custom.jade | 25 + .../configuration/clusters/logger/log4j.jade | 50 + .../configuration/clusters/logger/log4j2.jade | 39 + .../configuration/clusters/marshaller.jade | 76 + .../states/configuration/clusters/metrics.jade | 51 + .../states/configuration/clusters/odbc.jade | 48 + .../states/configuration/clusters/ssl.jade | 110 + .../states/configuration/clusters/swap.jade | 72 + .../states/configuration/clusters/thread.jade | 48 + .../states/configuration/clusters/time.jade | 47 + .../configuration/clusters/transactions.jade | 69 + .../states/configuration/domains/general.jade | 52 + .../states/configuration/domains/query.jade | 172 + .../states/configuration/domains/store.jade | 127 + .../modules/states/configuration/igfs/dual.jade | 42 + .../states/configuration/igfs/fragmentizer.jade | 43 + .../states/configuration/igfs/general.jade | 57 + .../modules/states/configuration/igfs/ipc.jade | 60 + .../modules/states/configuration/igfs/misc.jade | 108 + .../states/configuration/igfs/secondary.jade | 45 + .../configuration/preview-panel.directive.js | 239 + .../summary/summary-tabs.directive.js | 50 + .../configuration/summary/summary.controller.js | 405 + .../frontend/app/modules/states/errors.state.js | 43 + .../frontend/app/modules/states/logout.state.js | 35 + .../app/modules/states/password.state.js | 46 + .../app/modules/states/profile.state.js | 35 + .../frontend/app/modules/states/signin.state.js | 43 + .../app/modules/user/AclRoute.provider.js | 47 + .../frontend/app/modules/user/Auth.service.js | 56 + .../frontend/app/modules/user/User.service.js | 51 + .../frontend/app/modules/user/permissions.js | 28 + .../frontend/app/modules/user/user.module.js | 73 + .../app/services/ChartColors.service.js | 22 + .../frontend/app/services/Clone.service.js | 64 + .../frontend/app/services/Confirm.service.js | 68 + .../app/services/ConfirmBatch.service.js | 92 + .../app/services/CopyToClipboard.service.js | 50 + .../frontend/app/services/Countries.service.js | 31 + .../app/services/ErrorPopover.service.js | 129 + .../frontend/app/services/Focus.service.js | 33 + .../frontend/app/services/FormUtils.service.js | 439 + .../app/services/InetAddress.service.js | 53 + .../frontend/app/services/JavaTypes.service.js | 182 + .../app/services/LegacyTable.service.js | 229 + .../app/services/LegacyUtils.service.js | 548 + .../frontend/app/services/Messages.service.js | 63 + .../app/services/ModelNormalizer.service.js | 59 + .../frontend/app/services/SqlTypes.service.js | 65 + .../app/services/UnsavedChangesGuard.service.js | 38 + modules/web-console/frontend/app/vendor.js | 56 + .../frontend/controllers/admin-controller.js | 93 + .../frontend/controllers/caches-controller.js | 619 + .../frontend/controllers/clusters-controller.js | 832 ++ .../frontend/controllers/domains-controller.js | 1862 +++ .../frontend/controllers/igfs-controller.js | 416 + .../frontend/controllers/profile-controller.js | 95 + .../frontend/gulpfile.babel.js/index.js | 26 + .../frontend/gulpfile.babel.js/paths.js | 83 + .../frontend/gulpfile.babel.js/tasks/build.js | 21 + .../frontend/gulpfile.babel.js/tasks/bundle.js | 32 + .../frontend/gulpfile.babel.js/tasks/clean.js | 32 + .../frontend/gulpfile.babel.js/tasks/copy.js | 33 + .../gulpfile.babel.js/tasks/ignite-modules.js | 55 + .../frontend/gulpfile.babel.js/tasks/jade.js | 49 + .../frontend/gulpfile.babel.js/tasks/watch.js | 33 + .../gulpfile.babel.js/webpack/common.js | 192 + .../webpack/environments/development.js | 83 + .../webpack/environments/production.js | 45 + .../webpack/environments/test.js | 52 + .../frontend/gulpfile.babel.js/webpack/index.js | 34 + .../webpack/plugins/progress.js | 82 + .../frontend/ignite_modules/README.txt | 6 + .../frontend/ignite_modules/index.js | 27 + modules/web-console/frontend/package.json | 125 + modules/web-console/frontend/public/favicon.ico | Bin 0 -> 1150 bytes .../frontend/public/images/cache.png | Bin 0 -> 23700 bytes .../frontend/public/images/cluster.png | Bin 0 -> 29376 bytes .../frontend/public/images/docker.png | Bin 0 -> 521 bytes .../frontend/public/images/domains.png | Bin 0 -> 23828 bytes .../web-console/frontend/public/images/igfs.png | Bin 0 -> 14307 bytes .../frontend/public/images/ignite-logo.png | Bin 0 -> 1982 bytes .../frontend/public/images/ignite-logo@2x.png | Bin 0 -> 3325 bytes .../frontend/public/images/ignite-puzzle.png | Bin 0 -> 71974 bytes .../web-console/frontend/public/images/java.png | Bin 0 -> 170 bytes .../frontend/public/images/pb-ignite.png | Bin 0 -> 3493 bytes .../frontend/public/images/pb-ignite@2x.png | Bin 0 -> 8558 bytes .../frontend/public/images/query-chart.png | Bin 0 -> 16637 bytes .../frontend/public/images/query-metadata.png | Bin 0 -> 32298 bytes .../frontend/public/images/query-table.png | Bin 0 -> 29189 bytes .../frontend/public/images/summary.png | Bin 0 -> 31997 bytes .../web-console/frontend/public/images/xml.png | Bin 0 -> 232 bytes .../public/stylesheets/_bootstrap-custom.scss | 65 + .../stylesheets/_bootstrap-variables.scss | 891 ++ .../stylesheets/_font-awesome-custom.scss | 50 + .../public/stylesheets/blocks/error.scss | 31 + .../frontend/public/stylesheets/form-field.scss | 108 + .../frontend/public/stylesheets/style.scss | 2228 +++ .../frontend/public/stylesheets/variables.scss | 28 + .../frontend/test/e2e/exampe.test.js | 40 + .../frontend/test/karma.conf.babel.js | 91 + modules/web-console/frontend/test/karma.conf.js | 19 + .../frontend/test/protractor.conf.js | 50 + .../frontend/test/unit/JavaTransformer.test.js | 57 + .../frontend/test/unit/JavaTypes.test.js | 128 + .../frontend/test/unit/SharpTransformer.test.js | 55 + .../test/unit/SpringTransformer.test.js | 57 + .../frontend/test/unit/SqlTypes.test.js | 51 + .../frontend/test/unit/UserAuth.test.js | 35 + .../frontend/test/unit/Version.test.js | 82 + .../test/unit/defaultName.filter.test.js | 38 + modules/web-console/frontend/views/403.jade | 22 + modules/web-console/frontend/views/404.jade | 22 + modules/web-console/frontend/views/base.jade | 22 + .../frontend/views/configuration/caches.jade | 54 + .../frontend/views/configuration/clusters.jade | 68 + .../views/configuration/domains-import.jade | 167 + .../frontend/views/configuration/domains.jade | 66 + .../frontend/views/configuration/igfs.jade | 51 + .../frontend/views/configuration/sidebar.jade | 29 + .../summary-project-structure.jade | 27 + .../views/configuration/summary-tabs.jade | 25 + .../frontend/views/configuration/summary.jade | 83 + .../frontend/views/includes/footer.jade | 23 + .../frontend/views/includes/header.jade | 52 + modules/web-console/frontend/views/index.jade | 47 + modules/web-console/frontend/views/reset.jade | 48 + .../frontend/views/settings/admin.jade | 76 + .../frontend/views/settings/profile.jade | 76 + modules/web-console/frontend/views/signin.jade | 163 + .../frontend/views/sql/cache-metadata.jade | 40 + .../frontend/views/sql/chart-settings.jade | 40 + .../frontend/views/sql/notebook-new.jade | 33 + .../frontend/views/sql/paragraph-rate.jade | 31 + modules/web-console/frontend/views/sql/sql.jade | 229 + .../views/templates/agent-download.jade | 50 + .../frontend/views/templates/alert.jade | 21 + .../frontend/views/templates/batch-confirm.jade | 34 + .../frontend/views/templates/clone.jade | 39 + .../frontend/views/templates/confirm.jade | 33 + .../frontend/views/templates/demo-info.jade | 47 + .../frontend/views/templates/dropdown.jade | 24 + .../views/templates/getting-started.jade | 34 + .../frontend/views/templates/message.jade | 28 + .../frontend/views/templates/pagination.jade | 32 + .../frontend/views/templates/select.jade | 26 + .../views/templates/validation-error.jade | 25 + modules/web-console/pom.xml | 35 +- modules/web-console/src/main/js/.babelrc | 3 - modules/web-console/src/main/js/.eslintrc | 202 - modules/web-console/src/main/js/.gitignore | 9 - .../web-console/src/main/js/app/app.config.js | 86 - modules/web-console/src/main/js/app/app.js | 274 - .../main/js/app/controllers/auth.controller.js | 30 - .../js/app/controllers/notebooks.controller.js | 69 - .../controllers/reset-password.controller.js | 51 - .../src/main/js/app/data/colors.json | 22 - .../src/main/js/app/data/countries.json | 94 - .../src/main/js/app/data/demo-info.json | 14 - .../src/main/js/app/data/event-types.json | 169 - .../src/main/js/app/data/getting-started.json | 109 - .../src/main/js/app/data/java-classes.json | 18 - .../src/main/js/app/data/java-keywords.json | 55 - .../src/main/js/app/data/java-primitives.json | 9 - .../src/main/js/app/data/pom-dependencies.json | 20 - .../src/main/js/app/decorator/select.js | 77 - .../src/main/js/app/decorator/tooltip.js | 56 - .../js/app/directives/auto-focus.directive.js | 26 - .../app/directives/bs-affix-update.directive.js | 34 - .../js/app/directives/centered/centered.css | 37 - .../directives/centered/centered.directive.js | 26 - .../directives/copy-to-clipboard.directive.js | 29 - .../hide-on-state-change.directive.js | 31 - .../information/information.directive.js | 30 - .../app/directives/information/information.jade | 20 - .../app/directives/information/information.scss | 56 - .../main/js/app/directives/match.directive.js | 27 - .../app/directives/on-click-focus.directive.js | 26 - .../directives/on-enter-focus-move.directive.js | 29 - .../js/app/directives/on-enter.directive.js | 32 - .../js/app/directives/on-escape.directive.js | 32 - .../ui-ace-docker/ui-ace-docker.controller.js | 33 - .../ui-ace-docker/ui-ace-docker.directive.js | 46 - .../directives/ui-ace-docker/ui-ace-docker.jade | 31 - .../ui-ace-java/ui-ace-java.controller.js | 32 - .../ui-ace-java/ui-ace-java.directive.js | 133 - .../app/directives/ui-ace-java/ui-ace-java.jade | 22 - .../ui-ace-pojos/ui-ace-pojos.controller.js | 95 - .../ui-ace-pojos/ui-ace-pojos.directive.js | 46 - .../directives/ui-ace-pojos/ui-ace-pojos.jade | 40 - .../ui-ace-pom/ui-ace-pom.controller.js | 33 - .../ui-ace-pom/ui-ace-pom.directive.js | 41 - .../app/directives/ui-ace-pom/ui-ace-pom.jade | 17 - .../js/app/directives/ui-ace-tabs.directive.js | 23 - .../ui-ace-xml/ui-ace-xml.controller.js | 27 - .../ui-ace-xml/ui-ace-xml.directive.js | 133 - .../app/directives/ui-ace-xml/ui-ace-xml.jade | 17 - .../src/main/js/app/filters/byName.filter.js | 23 - .../js/app/filters/domainsValidation.filter.js | 33 - .../src/main/js/app/filters/hasPojo.filter.js | 18 - .../src/main/js/app/helpers/jade/mixins.jade | 588 - .../src/main/js/app/modules/Demo/Demo.module.js | 166 - .../js/app/modules/Version/Version.provider.js | 32 - .../src/main/js/app/modules/ace.module.js | 269 - .../main/js/app/modules/agent/agent.module.js | 323 - .../js/app/modules/branding/branding.module.js | 45 - .../app/modules/branding/branding.provider.js | 111 - .../app/modules/branding/features.directive.js | 35 - .../js/app/modules/branding/footer.directive.js | 34 - .../modules/branding/header-logo.directive.js | 34 - .../js/app/modules/branding/header-logo.jade | 18 - .../modules/branding/header-title.directive.js | 35 - .../branding/powered-by-apache.directive.js | 35 - .../app/modules/branding/powered-by-apache.jade | 18 - .../js/app/modules/branding/terms.directive.js | 30 - .../configuration/EventGroups.provider.js | 30 - .../modules/configuration/Sidebar.provider.js | 39 - .../configuration/configuration.module.js | 41 - .../configuration/generator/Docker.service.js | 78 - .../configuration/generator/Java.service.js | 21 - .../configuration/generator/Pom.service.js | 210 - .../configuration/generator/Xml.service.js | 21 - .../modules/configuration/sidebar.directive.js | 30 - .../modules/dialog/dialog-content.directive.js | 31 - .../modules/dialog/dialog-title.directive.js | 31 - .../js/app/modules/dialog/dialog.controller.js | 40 - .../js/app/modules/dialog/dialog.directive.js | 32 - .../js/app/modules/dialog/dialog.factory.js | 32 - .../src/main/js/app/modules/dialog/dialog.jade | 26 - .../main/js/app/modules/dialog/dialog.module.js | 32 - .../field/bs-select-placeholder.directive.js | 47 - .../js/app/modules/form/field/down.directive.js | 43 - .../modules/form/field/dropdown.directive.js | 83 - .../js/app/modules/form/field/dropdown.jade | 61 - .../main/js/app/modules/form/field/field.css | 23 - .../app/modules/form/field/field.directive.js | 44 - .../main/js/app/modules/form/field/field.jade | 27 - .../field/form-control-feedback.directive.js | 40 - .../form/field/input/autofocus.directive.js | 30 - .../form/field/input/checkbox.directive.js | 66 - .../app/modules/form/field/input/checkbox.jade | 30 - .../form/field/input/datalist.directive.js | 122 - .../app/modules/form/field/input/datalist.jade | 51 - .../form/field/input/number.directive.js | 76 - .../js/app/modules/form/field/input/number.jade | 50 - .../js/app/modules/form/field/input/text.css | 41 - .../modules/form/field/input/text.directive.js | 126 - .../js/app/modules/form/field/input/text.jade | 48 - .../app/modules/form/field/label.directive.js | 47 - .../app/modules/form/field/tooltip.directive.js | 49 - .../js/app/modules/form/field/up.directive.js | 44 - .../src/main/js/app/modules/form/form.module.js | 101 - .../js/app/modules/form/group/add.directive.js | 40 - .../app/modules/form/group/group.directive.js | 81 - .../main/js/app/modules/form/group/group.jade | 21 - .../app/modules/form/group/table.directive.js | 29 - .../main/js/app/modules/form/group/table.jade | 17 - .../app/modules/form/group/tooltip.directive.js | 40 - .../app/modules/form/panel/chevron.directive.js | 53 - .../app/modules/form/panel/panel.directive.js | 37 - .../app/modules/form/panel/revert.directive.js | 53 - .../form/validator/ipaddress.directive.js | 86 - .../validator/java-built-in-class.directive.js | 31 - .../form/validator/java-identifier.directive.js | 31 - .../form/validator/java-keywords.directive.js | 42 - .../validator/java-package-name.directive.js | 31 - .../java-package-specified.directive.js | 34 - .../form/validator/property-unique.directive.js | 47 - .../property-value-specified.directive.js | 31 - .../modules/form/validator/unique.directive.js | 49 - .../getting-started/GettingStarted.provider.js | 112 - .../src/main/js/app/modules/loading/loading.css | 73 - .../js/app/modules/loading/loading.directive.js | 51 - .../main/js/app/modules/loading/loading.jade | 23 - .../js/app/modules/loading/loading.module.js | 26 - .../js/app/modules/loading/loading.service.js | 48 - .../js/app/modules/navbar/Navbar.provider.js | 28 - .../js/app/modules/navbar/Userbar.provider.js | 28 - .../js/app/modules/navbar/navbar.directive.js | 30 - .../main/js/app/modules/navbar/navbar.module.js | 33 - .../js/app/modules/navbar/userbar.directive.js | 48 - .../query-notebooks/query-notebooks.module.js | 115 - .../src/main/js/app/modules/socket.module.js | 41 - .../main/js/app/modules/states/admin.state.js | 34 - .../app/modules/states/configuration.state.js | 226 - .../caches/concurrency.directive.js | 27 - .../configuration/caches/concurrency.jade | 65 - .../configuration/caches/general.directive.js | 27 - .../states/configuration/caches/general.jade | 65 - .../configuration/caches/memory.directive.js | 27 - .../states/configuration/caches/memory.jade | 88 - .../configuration/caches/query.directive.js | 27 - .../states/configuration/caches/query.jade | 93 - .../configuration/caches/rebalance.directive.js | 27 - .../states/configuration/caches/rebalance.jade | 65 - .../caches/server-near-cache.directive.js | 27 - .../configuration/caches/server-near-cache.jade | 45 - .../caches/statistics.directive.js | 27 - .../states/configuration/caches/statistics.jade | 37 - .../configuration/caches/store.directive.js | 27 - .../states/configuration/caches/store.jade | 271 - .../configuration/clusters/atomic.directive.js | 27 - .../states/configuration/clusters/atomic.jade | 53 - .../clusters/attributes.directive.js | 27 - .../configuration/clusters/attributes.jade | 58 - .../configuration/clusters/binary.directive.js | 27 - .../states/configuration/clusters/binary.jade | 100 - .../clusters/collision.directive.js | 27 - .../configuration/clusters/collision.jade | 60 - .../clusters/collision/custom.directive.js | 27 - .../clusters/collision/custom.jade | 24 - .../clusters/collision/fifo-queue.directive.js | 27 - .../clusters/collision/fifo-queue.jade | 28 - .../collision/job-stealing.directive.js | 27 - .../clusters/collision/job-stealing.jade | 64 - .../collision/priority-queue.directive.js | 27 - .../clusters/collision/priority-queue.jade | 43 - .../clusters/communication.directive.js | 27 - .../configuration/clusters/communication.jade | 96 - .../clusters/connector.directive.js | 27 - .../configuration/clusters/connector.jade | 103 - .../clusters/deployment.directive.js | 27 - .../configuration/clusters/deployment.jade | 119 - .../clusters/discovery.directive.js | 27 - .../configuration/clusters/discovery.jade | 83 - .../configuration/clusters/events.directive.js | 27 - .../states/configuration/clusters/events.jade | 37 - .../clusters/failover.directive.js | 27 - .../states/configuration/clusters/failover.jade | 82 - .../configuration/clusters/general.directive.js | 27 - .../states/configuration/clusters/general.jade | 68 - .../general/discovery/cloud.directive.js | 27 - .../clusters/general/discovery/cloud.jade | 127 - .../general/discovery/google.directive.js | 27 - .../clusters/general/discovery/google.jade | 38 - .../general/discovery/jdbc.directive.js | 27 - .../clusters/general/discovery/jdbc.jade | 24 - .../general/discovery/multicast.directive.js | 27 - .../clusters/general/discovery/multicast.jade | 109 - .../clusters/general/discovery/s3.directive.js | 27 - .../clusters/general/discovery/s3.jade | 27 - .../general/discovery/shared.directive.js | 27 - .../clusters/general/discovery/shared.jade | 23 - .../clusters/general/discovery/vm.directive.js | 27 - .../clusters/general/discovery/vm.jade | 90 - .../general/discovery/zookeeper.directive.js | 27 - .../clusters/general/discovery/zookeeper.jade | 74 - .../bounded-exponential-backoff.directive.js | 27 - .../bounded-exponential-backoff.jade | 27 - .../zookeeper/retrypolicy/custom.directive.js | 27 - .../discovery/zookeeper/retrypolicy/custom.jade | 24 - .../exponential-backoff.directive.js | 27 - .../retrypolicy/exponential-backoff.jade | 27 - .../zookeeper/retrypolicy/forever.directive.js | 27 - .../zookeeper/retrypolicy/forever.jade | 22 - .../zookeeper/retrypolicy/n-times.directive.js | 27 - .../zookeeper/retrypolicy/n-times.jade | 25 - .../zookeeper/retrypolicy/one-time.directive.js | 27 - .../zookeeper/retrypolicy/one-time.jade | 23 - .../retrypolicy/until-elapsed.directive.js | 27 - .../zookeeper/retrypolicy/until-elapsed.jade | 25 - .../configuration/clusters/igfs.directive.js | 27 - .../states/configuration/clusters/igfs.jade | 37 - .../configuration/clusters/logger.directive.js | 27 - .../states/configuration/clusters/logger.jade | 65 - .../clusters/logger/custom.directive.js | 27 - .../configuration/clusters/logger/custom.jade | 24 - .../clusters/logger/log4j.directive.js | 27 - .../configuration/clusters/logger/log4j.jade | 49 - .../clusters/logger/log4j2.directive.js | 27 - .../configuration/clusters/logger/log4j2.jade | 38 - .../clusters/marshaller.directive.js | 27 - .../configuration/clusters/marshaller.jade | 69 - .../configuration/clusters/metrics.directive.js | 27 - .../states/configuration/clusters/metrics.jade | 50 - .../configuration/clusters/ssl.directive.js | 27 - .../states/configuration/clusters/ssl.jade | 108 - .../configuration/clusters/swap.directive.js | 27 - .../states/configuration/clusters/swap.jade | 67 - .../configuration/clusters/thread.directive.js | 27 - .../states/configuration/clusters/thread.jade | 48 - .../configuration/clusters/time.directive.js | 27 - .../states/configuration/clusters/time.jade | 47 - .../clusters/transactions.directive.js | 27 - .../configuration/clusters/transactions.jade | 59 - .../configuration/domains/general.directive.js | 27 - .../states/configuration/domains/general.jade | 46 - .../configuration/domains/query.directive.js | 27 - .../states/configuration/domains/query.jade | 169 - .../configuration/domains/store.directive.js | 27 - .../states/configuration/domains/store.jade | 126 - .../states/configuration/igfs/dual.directive.js | 27 - .../modules/states/configuration/igfs/dual.jade | 42 - .../igfs/fragmentizer.directive.js | 27 - .../states/configuration/igfs/fragmentizer.jade | 43 - .../configuration/igfs/general.directive.js | 27 - .../states/configuration/igfs/general.jade | 53 - .../states/configuration/igfs/ipc.directive.js | 27 - .../modules/states/configuration/igfs/ipc.jade | 57 - .../states/configuration/igfs/misc.directive.js | 27 - .../modules/states/configuration/igfs/misc.jade | 108 - .../configuration/igfs/secondary.directive.js | 27 - .../states/configuration/igfs/secondary.jade | 44 - .../configuration/preview-panel.directive.js | 239 - .../summary/summary-tabs.directive.js | 50 - .../configuration/summary/summary.controller.js | 359 - .../configuration/summary/summary.resource.js | 40 - .../main/js/app/modules/states/logout.state.js | 36 - .../js/app/modules/states/password.state.js | 46 - .../main/js/app/modules/states/profile.state.js | 34 - .../main/js/app/modules/states/signin.state.js | 53 - .../src/main/js/app/modules/states/sql.state.js | 46 - .../main/js/app/modules/user/Auth.service.js | 76 - .../main/js/app/modules/user/User.service.js | 65 - .../src/main/js/app/modules/user/user.module.js | 28 - .../main/js/app/services/ChartColors.service.js | 22 - .../src/main/js/app/services/Clone.service.js | 64 - .../src/main/js/app/services/Confirm.service.js | 70 - .../js/app/services/ConfirmBatch.service.js | 92 - .../js/app/services/CopyToClipboard.service.js | 50 - .../main/js/app/services/Countries.service.js | 31 - .../src/main/js/app/services/Focus.service.js | 33 - .../main/js/app/services/InetAddress.service.js | 53 - .../main/js/app/services/JavaTypes.service.js | 84 - .../main/js/app/services/LegacyTable.service.js | 205 - .../main/js/app/services/LegacyUtils.service.js | 948 -- .../main/js/app/services/Messages.service.js | 63 - .../js/app/services/ModelNormalizer.service.js | 59 - .../app/services/UnsavedChangesGuard.service.js | 38 - modules/web-console/src/main/js/app/vendor.js | 54 - .../src/main/js/controllers/admin-controller.js | 91 - .../main/js/controllers/caches-controller.js | 470 - .../main/js/controllers/clusters-controller.js | 626 - .../main/js/controllers/domains-controller.js | 1746 --- .../src/main/js/controllers/igfs-controller.js | 401 - .../main/js/controllers/profile-controller.js | 91 - .../src/main/js/controllers/sql-controller.js | 1588 -- .../src/main/js/generator/generator-common.js | 611 - .../src/main/js/generator/generator-java.js | 3404 ----- .../src/main/js/generator/generator-optional.js | 25 - .../main/js/generator/generator-properties.js | 150 - .../src/main/js/generator/generator-readme.js | 85 - .../src/main/js/generator/generator-xml.js | 1978 --- .../src/main/js/gulpfile.babel.js/index.js | 26 - .../src/main/js/gulpfile.babel.js/paths.js | 70 - .../main/js/gulpfile.babel.js/tasks/build.js | 21 - .../main/js/gulpfile.babel.js/tasks/bundle.js | 32 - .../main/js/gulpfile.babel.js/tasks/clean.js | 32 - .../src/main/js/gulpfile.babel.js/tasks/copy.js | 33 - .../gulpfile.babel.js/tasks/ignite-modules.js | 55 - .../src/main/js/gulpfile.babel.js/tasks/jade.js | 40 - .../main/js/gulpfile.babel.js/tasks/watch.js | 31 - .../main/js/gulpfile.babel.js/webpack/common.js | 192 - .../webpack/environments/development.js | 64 - .../webpack/environments/production.js | 45 - .../main/js/gulpfile.babel.js/webpack/index.js | 32 - .../webpack/plugins/progress.js | 82 - .../src/main/js/ignite_modules/README.txt | 6 - .../src/main/js/ignite_modules/index.js | 27 - modules/web-console/src/main/js/package.json | 128 - .../web-console/src/main/js/public/favicon.ico | Bin 1150 -> 0 bytes .../src/main/js/public/images/cache.png | Bin 23700 -> 0 bytes .../src/main/js/public/images/cluster.png | Bin 29376 -> 0 bytes .../src/main/js/public/images/docker.png | Bin 521 -> 0 bytes .../src/main/js/public/images/domains.png | Bin 23828 -> 0 bytes .../src/main/js/public/images/igfs.png | Bin 14307 -> 0 bytes .../src/main/js/public/images/ignite-logo.png | Bin 1982 -> 0 bytes .../main/js/public/images/ignite-logo@2x.png | Bin 3325 -> 0 bytes .../src/main/js/public/images/ignite-puzzle.png | Bin 71974 -> 0 bytes .../src/main/js/public/images/java.png | Bin 170 -> 0 bytes .../src/main/js/public/images/pb-ignite.png | Bin 3493 -> 0 bytes .../src/main/js/public/images/pb-ignite@2x.png | Bin 8558 -> 0 bytes .../src/main/js/public/images/query-chart.png | Bin 16637 -> 0 bytes .../main/js/public/images/query-metadata.png | Bin 32298 -> 0 bytes .../src/main/js/public/images/query-table.png | Bin 29189 -> 0 bytes .../src/main/js/public/images/summary.png | Bin 31997 -> 0 bytes .../src/main/js/public/images/xml.png | Bin 232 -> 0 bytes .../public/stylesheets/_bootstrap-custom.scss | 65 - .../stylesheets/_bootstrap-variables.scss | 891 -- .../stylesheets/_font-awesome-custom.scss | 32 - .../src/main/js/public/stylesheets/style.scss | 2156 --- .../main/js/public/stylesheets/variables.scss | 28 - modules/web-console/src/main/js/serve.js | 116 - modules/web-console/src/main/js/serve/agent.js | 714 - .../src/main/js/serve/agent_dists/README.txt | 7 - modules/web-console/src/main/js/serve/app.js | 42 - .../web-console/src/main/js/serve/browser.js | 378 - .../main/js/serve/config/settings.json.sample | 26 - .../web-console/src/main/js/serve/configure.js | 84 - modules/web-console/src/main/js/serve/mail.js | 75 - modules/web-console/src/main/js/serve/mongo.js | 676 - .../src/main/js/serve/routes/admin.js | 126 - .../src/main/js/serve/routes/agent.js | 81 - .../src/main/js/serve/routes/caches.js | 132 - .../src/main/js/serve/routes/clusters.js | 146 - .../src/main/js/serve/routes/demo.js | 135 - .../src/main/js/serve/routes/demo/caches.json | 87 - .../src/main/js/serve/routes/demo/clusters.json | 50 - .../src/main/js/serve/routes/demo/domains.json | 307 - .../src/main/js/serve/routes/demo/igfss.json | 10 - .../src/main/js/serve/routes/domains.js | 195 - .../src/main/js/serve/routes/igfs.js | 122 - .../src/main/js/serve/routes/notebooks.js | 121 - .../src/main/js/serve/routes/profile.js | 102 - .../src/main/js/serve/routes/public.js | 235 - .../src/main/js/serve/routes/routes.js | 103 - .../web-console/src/main/js/serve/settings.js | 84 - modules/web-console/src/main/js/views/base.jade | 22 - .../src/main/js/views/configuration/caches.jade | 52 - .../main/js/views/configuration/clusters.jade | 64 - .../js/views/configuration/domains-import.jade | 211 - .../main/js/views/configuration/domains.jade | 66 - .../src/main/js/views/configuration/igfs.jade | 51 - .../main/js/views/configuration/sidebar.jade | 29 - .../summary-project-structure.jade | 27 - .../js/views/configuration/summary-tabs.jade | 25 - .../main/js/views/configuration/summary.jade | 152 - .../src/main/js/views/includes/footer.jade | 23 - .../src/main/js/views/includes/header.jade | 51 - .../web-console/src/main/js/views/index.jade | 48 - .../web-console/src/main/js/views/reset.jade | 48 - .../src/main/js/views/settings/admin.jade | 76 - .../src/main/js/views/settings/profile.jade | 76 - .../web-console/src/main/js/views/signin.jade | 163 - .../src/main/js/views/sql/cache-metadata.jade | 40 - .../src/main/js/views/sql/chart-settings.jade | 40 - .../src/main/js/views/sql/notebook-new.jade | 31 - .../src/main/js/views/sql/paragraph-rate.jade | 31 - .../web-console/src/main/js/views/sql/sql.jade | 201 - .../main/js/views/templates/agent-download.jade | 48 - .../src/main/js/views/templates/alert.jade | 21 - .../main/js/views/templates/batch-confirm.jade | 32 - .../src/main/js/views/templates/clone.jade | 31 - .../src/main/js/views/templates/confirm.jade | 31 - .../src/main/js/views/templates/demo-info.jade | 45 - .../src/main/js/views/templates/dropdown.jade | 21 - .../js/views/templates/getting-started.jade | 32 - .../src/main/js/views/templates/message.jade | 26 - .../src/main/js/views/templates/pagination.jade | 32 - .../src/main/js/views/templates/select.jade | 26 - .../js/views/templates/validation-error.jade | 25 - modules/web-console/src/test/js/routes/agent.js | 94 - modules/web-console/web-agent/.gitignore | 2 + modules/web-console/web-agent/README.txt | 88 + .../web-agent/assembly/release-web-agent.xml | 66 + .../web-agent/bin/ignite-web-agent.bat | 75 + .../web-agent/bin/ignite-web-agent.sh | 91 + modules/web-console/web-agent/demo/README.txt | 4 + modules/web-console/web-agent/demo/db-init.sql | 102 + .../web-agent/jdbc-drivers/README.txt | 10 + modules/web-console/web-agent/logs/README.txt | 5 + modules/web-console/web-agent/pom.xml | 199 + .../console/agent/AgentConfiguration.java | 265 + .../ignite/console/agent/AgentLauncher.java | 342 + .../apache/ignite/console/agent/AgentUtils.java | 111 + .../console/agent/handlers/AbstractHandler.java | 110 + .../console/agent/handlers/DatabaseHandler.java | 298 + .../console/agent/handlers/RestHandler.java | 276 + .../ignite/console/demo/AgentClusterDemo.java | 642 + .../ignite/console/demo/AgentMetadataDemo.java | 92 + .../apache/ignite/console/demo/model/Car.java | 152 + .../ignite/console/demo/model/Country.java | 152 + .../ignite/console/demo/model/Department.java | 152 + .../ignite/console/demo/model/Employee.java | 356 + .../ignite/console/demo/model/Parking.java | 152 + .../src/main/resources/log4j.properties | 53 + modules/web/ignite-appserver-test/pom.xml | 2 +- modules/web/ignite-websphere-test/pom.xml | 2 +- modules/web/pom.xml | 2 +- .../ignite/cache/websession/WebSessionV2.java | 26 +- .../IgniteWebSessionSelfTestSuite.java | 68 +- .../WebSessionReplicatedSelfTest.java | 28 + .../WebSessionReplicatedV1SelfTest.java | 28 + .../internal/websession/WebSessionSelfTest.java | 2 + .../WebSessionTransactionalSelfTest.java | 48 + .../WebSessionTransactionalV1SelfTest.java | 28 + .../websession/WebSessionV1SelfTest.java | 28 + .../config/benchmark-bin-identity.properties | 94 + .../config/benchmark-client-mode.properties | 2 + .../config/benchmark-multicast.properties | 15 + .../config/benchmark-sql-dml.properties | 72 + .../config/benchmark-tx-win.properties | 2 + .../yardstick/config/benchmark-tx.properties | 2 + .../yardstick/config/benchmark-win.properties | 2 + modules/yardstick/config/benchmark.properties | 2 + modules/yardstick/config/ignite-base-config.xml | 71 +- .../config/ignite-bin-multicast-config.xml | 86 + modules/yardstick/pom.xml | 2 +- .../org/apache/ignite/yardstick/IgniteNode.java | 74 +- .../yardstick/cache/CacheEntryEventProbe.java | 2 +- .../cache/IgniteAtomicSequenceBenchmark.java | 47 + .../cache/IgniteBinaryIdentityBenchmark.java | 108 + .../cache/IgniteBinaryIdentityGetBenchmark.java | 34 + .../cache/IgniteBinaryIdentityPutBenchmark.java | 35 + .../IgniteFieldsBinaryIdentityGetBenchmark.java | 30 + .../IgniteFieldsBinaryIdentityPutBenchmark.java | 30 + .../cache/IgniteGetAndPutBenchmark.java | 41 + .../cache/IgniteGetAndPutTxBenchmark.java | 70 + .../cache/IgniteInvokeTxBenchmark.java | 40 + .../yardstick/cache/IgniteIoTestBenchmark.java | 73 + .../IgniteLegacyBinaryIdentityGetBenchmark.java | 30 + .../IgniteLegacyBinaryIdentityPutBenchmark.java | 30 + ...IgnitePutIfAbsentIndexedValue1Benchmark.java | 45 + .../IgniteReplaceIndexedValue1Benchmark.java | 79 + .../cache/dml/IgniteSqlDeleteBenchmark.java | 83 + .../dml/IgniteSqlDeleteFilteredBenchmark.java | 88 + .../IgniteSqlInsertIndexedValue1Benchmark.java | 48 + .../IgniteSqlInsertIndexedValue2Benchmark.java | 48 + .../IgniteSqlInsertIndexedValue8Benchmark.java | 48 + .../cache/dml/IgniteSqlMergeAllBenchmark.java | 82 + .../cache/dml/IgniteSqlMergeBenchmark.java | 42 + .../IgniteSqlMergeIndexedValue1Benchmark.java | 43 + .../IgniteSqlMergeIndexedValue2Benchmark.java | 43 + .../IgniteSqlMergeIndexedValue8Benchmark.java | 43 + .../cache/dml/IgniteSqlMergeQueryBenchmark.java | 116 + .../cache/dml/IgniteSqlUpdateBenchmark.java | 82 + .../dml/IgniteSqlUpdateFilteredBenchmark.java | 88 + .../yardstick/cache/model/SampleValue.java | 2 + .../io/IgniteIoTestAbstractBenchmark.java | 61 + .../io/IgniteIoTestSendAllBenchmark.java | 32 + .../io/IgniteIoTestSendRandomBenchmark.java | 35 + modules/yarn/pom.xml | 2 +- modules/zookeeper/pom.xml | 2 +- parent/pom.xml | 24 +- pom.xml | 20 +- 2915 files changed, 237926 insertions(+), 155408 deletions(-) ----------------------------------------------------------------------