All Downloads are FREE. Search and download functionalities are using the official Maven repository.

.jet.hazelcast-jet.0.6.1.source-code.hazelcast-jet-default.xml Maven / Gradle / Ivy

There is a newer version: 4.5.4
Show newest version
<?xml version="1.0" encoding="UTF-8"?>
<!--
  ~ Copyright (c) 2008-2018, Hazelcast, Inc. All Rights Reserved.
  ~
  ~ Licensed under the Apache License, Version 2.0 (the "License");
  ~ you may not use this file except in compliance with the License.
  ~ You may obtain a copy of the License at
  ~
  ~ http://www.apache.org/licenses/LICENSE-2.0
  ~
  ~ Unless required by applicable law or agreed to in writing, software
  ~ distributed under the License is distributed on an "AS IS" BASIS,
  ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  ~ See the License for the specific language governing permissions and
  ~ limitations under the License.
  -->

<hazelcast-jet xsi:schemaLocation="http://www.hazelcast.com/schema/jet-config hazelcast-jet-config-0.6.xsd"
               xmlns="http://www.hazelcast.com/schema/jet-config"
               xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <instance>
        <!-- time spacing of flow-control (ack) packets -->
       <flow-control-period>100</flow-control-period>
    </instance>
    <edge-defaults>
        <!-- capacity of the concurrent SPSC queue between each two processors -->
       <queue-size>1024</queue-size>

        <!-- network packet size limit in bytes, only applies to distributed edges -->
       <packet-size-limit>16384</packet-size-limit>

        <!-- receive window size multiplier, only applies to distributed edges -->
       <receive-window-multiplier>3</receive-window-multiplier>
    </edge-defaults>
</hazelcast-jet>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy