Home
last modified time | relevance | path

Searched refs:replication_type (Results 1 – 25 of 32) sorted by relevance

12

/dports/databases/py-psycopg2/psycopg2-2.9.2/psycopg/
H A Dreplication_connection_type.c57 long int replication_type; in replicationConnection_init() local
63 &dsn, &async, &replication_type)) { in replicationConnection_init()
78 if (replication_type == REPLICATION_PHYSICAL) { in replicationConnection_init()
89 } else if (replication_type == REPLICATION_LOGICAL) { in replicationConnection_init()
/dports/math/dbcsr/dbcsr-2.1.0/src/work/
H A Ddbcsr_work_operations.F360 IF (PRESENT(replication_type)) THEN
361 IF (replication_type .NE. dbcsr_repl_none &
362 .AND. replication_type .NE. dbcsr_repl_full &
363 .AND. replication_type .NE. dbcsr_repl_row &
364 .AND. replication_type .NE. dbcsr_repl_col) &
366 IF (replication_type .EQ. dbcsr_repl_row .OR. replication_type .EQ. dbcsr_repl_col) &
368 matrix%replication_type = replication_type
370 matrix%replication_type = dbcsr_repl_none
544 IF (PRESENT(replication_type)) THEN
545 new_replication_type = replication_type
[all …]
/dports/science/cp2k/cp2k-2e995eec7fd208c8a72d9544807bd8b8ba8cd1cc/exts/dbcsr/src/work/
H A Ddbcsr_work_operations.F361 IF (PRESENT(replication_type)) THEN
362 IF (replication_type .NE. dbcsr_repl_none &
363 .AND. replication_type .NE. dbcsr_repl_full &
364 .AND. replication_type .NE. dbcsr_repl_row &
365 .AND. replication_type .NE. dbcsr_repl_col) &
367 IF (replication_type .EQ. dbcsr_repl_row .OR. replication_type .EQ. dbcsr_repl_col) &
369 matrix%replication_type = replication_type
371 matrix%replication_type = dbcsr_repl_none
548 IF (PRESENT(replication_type)) THEN
549 new_replication_type = replication_type
[all …]
/dports/misc/py-cinder/cinder-12.0.10/cinder/volume/drivers/ibm/ibm_storage/
H A Dxiv_replication.py105 replication_type = specs.get('replication_type', SYNC).lower()
106 if replication_type in (u'sync', u'<is> sync'):
108 elif replication_type in (u'async', u'<is> async'):
112 % {'mode': replication_type})
/dports/math/dbcsr/dbcsr-2.1.0/src/
H A Ddbcsr_api.F886 reuse_arrays, mutable_work, replication_type) argument
894 CHARACTER, INTENT(IN), OPTIONAL :: replication_type local
913 mutable_work=mutable_work, replication_type=replication_type)
919 reuse_arrays, mutable_work, replication_type) argument
930 CHARACTER, INTENT(IN), OPTIONAL :: replication_type local
959 replication_type=replication_type)
965 replication_type=replication_type)
974 replication_type=replication_type)
980 replication_type=replication_type)
/dports/science/cp2k/cp2k-2e995eec7fd208c8a72d9544807bd8b8ba8cd1cc/exts/dbcsr/src/
H A Ddbcsr_api.F891 reuse_arrays, mutable_work, replication_type) argument
899 CHARACTER, INTENT(IN), OPTIONAL :: replication_type local
918 mutable_work=mutable_work, replication_type=replication_type)
924 reuse_arrays, mutable_work, replication_type) argument
935 CHARACTER, INTENT(IN), OPTIONAL :: replication_type local
964 replication_type=replication_type)
970 replication_type=replication_type)
979 replication_type=replication_type)
985 replication_type=replication_type)
/dports/misc/py-cinder/cinder-12.0.10/releasenotes/notes/
H A Dstorwize-gmcv-support-8aceee3f40eddb9f.yaml6 property replication_type as "<in> gmcv", property
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/hpe/nimble/plugins/modules/
H A Dhpe_nimble_volume_collection.py582 replication_type = module.params["replication_type"]
666 replication_type=replication_type,
/dports/databases/postgresql-repmgr/repmgr-5.2.0/
H A Drepmgrd.c477 switch (config_file_options.replication_type) in main()
508 if (config_file_options.replication_type == REPLICATION_TYPE_PHYSICAL) in main()
754 switch (config_file_options.replication_type) in setup_event_handlers()
H A Dconfigfile.h141 int replication_type; member
H A Dconfigdata.c124 { .intptr = &config_file_options.replication_type },
/dports/misc/py-cinder/cinder-12.0.10/doc/source/configuration/block-storage/drivers/
H A Dibm-storwize-svc-driver.rst352 $ openstack volume type set --property replication_type="<in> metro" \
488 volume-type that has the extra spec ``replication_type`` set to
489 ``<in> global``, ``<in> gmcv`` or ``<in> metro``. If no ``replication_type``
492 If ``replication_type`` set to ``<in> gmcv``, cycle_period_seconds can be
500 replication_type="<in> gmcv" drivers:cycle_period_seconds=500
543 enabled, and its ``replication_type`` should be set either ``<in> global``
554 $ cinder type-key type-global set replication_enabled='<is> True' replication_type='<in> global'
H A Ddell-storagecenter-driver.rst100 synchronous via the ``replication_type`` extra spec can be set.
116 $ openstack volume type key --property replication_type='<is> sync' "ReplicationType"
/dports/math/dbcsr/dbcsr-2.1.0/src/ops/
H A Ddbcsr_transformations.F577 IF (matrix%replication_type .EQ. dbcsr_repl_none) &
615 matrix%replication_type = dbcsr_repl_none
620 replication_type=dbcsr_repl_none)
621 distributed%replication_type = dbcsr_repl_none
1402 replication_type=rep_type)
1527 matrix%replication_type = replicated%replication_type
1591 IF (matrix%replication_type .NE. dbcsr_repl_none) &
1983 IF (matrix%replication_type .NE. dbcsr_repl_none) &
/dports/science/cp2k/cp2k-2e995eec7fd208c8a72d9544807bd8b8ba8cd1cc/exts/dbcsr/src/ops/
H A Ddbcsr_transformations.F583 IF (matrix%replication_type .EQ. dbcsr_repl_none) &
621 matrix%replication_type = dbcsr_repl_none
626 replication_type=dbcsr_repl_none)
627 distributed%replication_type = dbcsr_repl_none
1417 replication_type=rep_type)
1542 matrix%replication_type = replicated%replication_type
1607 IF (matrix%replication_type .NE. dbcsr_repl_none) &
2000 IF (matrix%replication_type .NE. dbcsr_repl_none) &
/dports/misc/py-cinder/cinder-12.0.10/cinder/volume/drivers/ibm/storwize_svc/
H A Dstorwize_svc_common.py3721 replication_type = None
3725 replication_type = extra_specs.get('replication_type',
3730 if replication_type != storwize_const.GLOBAL:
3733 replication_type = replication_type.split()[1]
3738 return replication_type
3741 replication_type = None
3749 return replication_type
4907 if replication_type:
4934 if not replication_type:
4942 rccg_type = replication_type
[all …]
/dports/misc/py-cinder/cinder-12.0.10/cinder/volume/drivers/inspur/instorage/
H A Dinstorage_common.py1620 replication_type = None
1624 replication_type = extra_specs.get('replication_type',
1629 if replication_type != instorage_const.ASYNC:
1632 replication_type = replication_type.split()[1]
1633 if replication_type not in instorage_const.VALID_REP_TYPES:
1634 msg = (_("Invalid replication type %s.") % replication_type)
1637 return replication_type
1640 replication_type = None
1644 replication_type = self._get_specs_replicated_type(volume_type)
1646 return replication_type
/dports/math/dbcsr/dbcsr-2.1.0/src/core/
H A Ddbcsr_types.F434 CHARACTER :: replication_type = "" component
H A Ddbcsr_methods.F497 repl_type = matrix%replication_type
/dports/science/cp2k/cp2k-2e995eec7fd208c8a72d9544807bd8b8ba8cd1cc/exts/dbcsr/src/core/
H A Ddbcsr_types.F434 CHARACTER :: replication_type = "" component
H A Ddbcsr_methods.F502 repl_type = matrix%replication_type
/dports/databases/py-psycopg2/psycopg2-2.9.2/lib/
H A Dextras.py535 slot_type = self.connection.replication_type
573 slot_type = self.connection.replication_type
/dports/devel/py-types-psycopg2/types-psycopg2-2.9.5/psycopg2-stubs/
H A D_psycopg.pyi231 replication_type: Any
/dports/devel/pytype/pytype-2021.9.9/pytype/typeshed/stubs/psycopg2/psycopg2/
H A D_psycopg.pyi231 replication_type: Any
/dports/misc/py-cinder/cinder-12.0.10/cinder/volume/drivers/hpe/
H A Dhpe_lefthand_iscsi.py493 replication_type = self._volume_of_replicated_type(
495 if replication_type:

12