Home
last modified time | relevance | path

Searched refs:ClusterInterface (Results 1 – 25 of 60) sorted by relevance

123

/dports/www/mattermost-server/mattermost-server-6.0.2/einterfaces/mocks/
H A DClusterInterface.go15 type ClusterInterface struct { struct
36 func (_m *ClusterInterface) GetClusterId() string { argument
50 func (_m *ClusterInterface) GetClusterInfos() []*model.ClusterInfo { argument
66 func (_m *ClusterInterface) GetClusterStats() ([]*model.ClusterStats, *model.AppError) { argument
116 func (_m *ClusterInterface) GetMyClusterInfo() *model.ClusterInfo { argument
157 func (_m *ClusterInterface) HealthScore() int { argument
171 func (_m *ClusterInterface) IsLeader() bool { argument
185 func (_m *ClusterInterface) NotifyMsg(buf []byte) { argument
195 func (_m *ClusterInterface) SendClusterMessage(msg *model.ClusterMessage) { argument
214 func (_m *ClusterInterface) StartInterNodeCommunication() { argument
[all …]
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/predis/predis/src/Configuration/
H A DClusterOption.php14 use Predis\Connection\Aggregate\ClusterInterface; alias
33 * @return ClusterInterface|null
60 if (!$value instanceof ClusterInterface) {
H A DOptionsInterface.php15 use Predis\Connection\Aggregate\ClusterInterface; alias
24 * @property-read ClusterInterface $cluster Aggregate connection for clustering.
/dports/net-mgmt/icingaweb2-module-reactbundle/icingaweb2-module-reactbundle-0.9.0/vendor/predis/predis/src/Configuration/
H A DClusterOption.php14 use Predis\Connection\Aggregate\ClusterInterface; alias
33 * @return ClusterInterface|null
60 if (!$value instanceof ClusterInterface) {
H A DOptionsInterface.php15 use Predis\Connection\Aggregate\ClusterInterface; alias
24 * @property-read ClusterInterface $cluster Aggregate connection for clustering.
/dports/mail/rainloop/rainloop-php74-1.16.0_1/rainloop/v/1.16.0/app/libraries/Predis/Configuration/
H A DClusterOption.php14 use Predis\Connection\Aggregate\ClusterInterface; alias
33 * @return ClusterInterface|null
60 if (!$value instanceof ClusterInterface) {
/dports/mail/rainloop-community/rainloop-community-php74-1.16.0_1/rainloop/v/1.16.0/app/libraries/Predis/Configuration/
H A DClusterOption.php14 use Predis\Connection\Aggregate\ClusterInterface; alias
33 * @return ClusterInterface|null
60 if (!$value instanceof ClusterInterface) {
/dports/net-mgmt/icingaweb2-module-reactbundle/icingaweb2-module-reactbundle-0.9.0/vendor/predis/predis/src/Pipeline/
H A DConnectionErrorProof.php15 use Predis\Connection\Aggregate\ClusterInterface; alias
45 } elseif ($connection instanceof ClusterInterface) {
89 protected function executeCluster(ClusterInterface $connection, \SplQueue $commands)
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/predis/predis/src/Pipeline/
H A DConnectionErrorProof.php15 use Predis\Connection\Aggregate\ClusterInterface; alias
45 } elseif ($connection instanceof ClusterInterface) {
89 protected function executeCluster(ClusterInterface $connection, \SplQueue $commands)
/dports/mail/rainloop-community/rainloop-community-php74-1.16.0_1/rainloop/v/1.16.0/app/libraries/Predis/Pipeline/
H A DConnectionErrorProof.php15 use Predis\Connection\Aggregate\ClusterInterface; alias
45 } elseif ($connection instanceof ClusterInterface) {
89 protected function executeCluster(ClusterInterface $connection, \SplQueue $commands)
/dports/mail/rainloop/rainloop-php74-1.16.0_1/rainloop/v/1.16.0/app/libraries/Predis/Pipeline/
H A DConnectionErrorProof.php15 use Predis\Connection\Aggregate\ClusterInterface; alias
45 } elseif ($connection instanceof ClusterInterface) {
89 protected function executeCluster(ClusterInterface $connection, \SplQueue $commands)
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/laravel/framework/src/Illuminate/Redis/Connections/
H A DPredisConnection.php8 use Predis\Connection\Aggregate\ClusterInterface; alias
63 if (! $this->client->getConnection() instanceof ClusterInterface) {
/dports/www/mattermost-server/mattermost-server-6.0.2/testlib/
H A Dhelper.go31 ClusterInterface *FakeClusterInterface member
106 h.ClusterInterface = &FakeClusterInterface{}
235 if h.ClusterInterface == nil {
239 return h.ClusterInterface
/dports/www/mattermost-server/mattermost-server-6.0.2/services/users/
H A Dservice.go25 cluster einterfaces.ClusterInterface
40 Cluster einterfaces.ClusterInterface
/dports/security/vault/vault-1.8.2/vendor/github.com/apple/foundationdb/fdbclient/
H A DClusterInterface.h31 struct ClusterInterface { struct
39 bool operator == (ClusterInterface const& r) const { return id() == r.id(); } argument
40 bool operator != (ClusterInterface const& r) const { return id() != r.id(); }
H A DFailureMonitorClient.h29 Future<Void> failureMonitorClient( Reference<AsyncVar<Optional<struct ClusterInterface>>> const&, b…
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/
H A DRedisTrait.php14 use Predis\Connection\Aggregate\ClusterInterface; alias
175 …is->redis instanceof \Predis\Client && $this->redis->getConnection() instanceof ClusterInterface) {
221 if ($connection instanceof ClusterInterface && $connection instanceof \Traversable) {
281 …is->redis instanceof \Predis\Client && $this->redis->getConnection() instanceof ClusterInterface) {
/dports/finance/prestashop/prestashop/vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/
H A DRedisTrait.php14 use Predis\Connection\Aggregate\ClusterInterface; alias
175 …is->redis instanceof \Predis\Client && $this->redis->getConnection() instanceof ClusterInterface) {
221 if ($connection instanceof ClusterInterface && $connection instanceof \Traversable) {
281 …is->redis instanceof \Predis\Client && $this->redis->getConnection() instanceof ClusterInterface) {
/dports/www/mattermost-server/mattermost-server-6.0.2/app/
H A Dbusy.go30 cluster einterfaces.ClusterInterface
35 func NewBusy(cluster einterfaces.ClusterInterface) *Busy { argument
/dports/net-mgmt/icingaweb2-module-reactbundle/icingaweb2-module-reactbundle-0.9.0/vendor/predis/predis/src/Connection/Aggregate/
H A DClusterInterface.php22 interface ClusterInterface extends AggregateConnectionInterface interface
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/predis/predis/src/Connection/Aggregate/
H A DClusterInterface.php22 interface ClusterInterface extends AggregateConnectionInterface interface
/dports/mail/rainloop/rainloop-php74-1.16.0_1/rainloop/v/1.16.0/app/libraries/Predis/Connection/Aggregate/
H A DClusterInterface.php22 interface ClusterInterface extends AggregateConnectionInterface interface
/dports/mail/rainloop-community/rainloop-community-php74-1.16.0_1/rainloop/v/1.16.0/app/libraries/Predis/Connection/Aggregate/
H A DClusterInterface.php22 interface ClusterInterface extends AggregateConnectionInterface interface
/dports/www/typo3-9/typo3_src-9.5.31/vendor/symfony/cache/Traits/
H A DRedisTrait.php14 use Predis\Connection\Aggregate\ClusterInterface; alias
304 … instanceof \Predis\ClientInterface && $this->redis->getConnection() instanceof ClusterInterface) {
391 … instanceof \Predis\ClientInterface && $this->redis->getConnection() instanceof ClusterInterface) {
490 if ($connection instanceof ClusterInterface && $connection instanceof \Traversable) {
/dports/www/typo3-10/typo3_src-10.4.25/vendor/symfony/cache/Traits/
H A DRedisTrait.php14 use Predis\Connection\Aggregate\ClusterInterface; alias
304 … instanceof \Predis\ClientInterface && $this->redis->getConnection() instanceof ClusterInterface) {
391 … instanceof \Predis\ClientInterface && $this->redis->getConnection() instanceof ClusterInterface) {
490 if ($connection instanceof ClusterInterface && $connection instanceof \Traversable) {

123