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

org.vanilladb.comm.vanilladbcomm.properties Maven / Gradle / Ivy

###############################################################################
# Copyright 2016, 2018 elasql.org contributors
#
# 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.
###############################################################################
# 
# VanillaDB Comm configuration file
# 
# This file is a single place for controlling all constant fields defined in 
# VanillaDB Communication Module classes. The path of this file should be set as a system property
# keyed "org.vanilladb.comm.config.file" so the content will to be 
# processed during VanillaDB Comm initiation.
#

#
# Module general settings
#

# The views of the machine
# A machine is represented by "ID IP PORT"
# Each machine is split by a comma (,)   , 1 127.0.0.1 42962, 2 127.0.0.1 42963
org.vanilladb.comm.zabAppl.ZabAppl.SERVER_VIEW=0 127.0.0.1 42961
org.vanilladb.comm.zabAppl.ZabAppl.CLIENT_VIEW=0 127.0.0.1 30000




© 2015 - 2025 Weber Informatics LLC | Privacy Policy