Home
last modified time | relevance | path

Searched refs:getPingInterval (Results 1 – 7 of 7) sorted by relevance

/dports/games/automuteus/automuteus-6.15.2/vendor/github.com/googollee/go-socket.io/engineio/
H A Dserver.go54 func (c *Options) getPingInterval() time.Duration { func
95 pingInterval: opts.getPingInterval(),
/dports/net-im/kopete/kopete-21.12.3/protocols/skype/libskype/skypedbus/
H A Dskypeconnection.h121 int getPingInterval() const;
/dports/devel/hadoop/hadoop-1.2.1/src/core/org/apache/hadoop/ipc/
H A DClient.java115 final static int getPingInterval(Configuration conf) { in getPingInterval() method in Client
129 return getPingInterval(conf); in getTimeout()
242 this.pingInterval = remoteId.getPingInterval(); in Connection()
1315 int getPingInterval() { in getPingInterval() method in Client.ConnectionId
1349 Client.getPingInterval(conf)); in getConnectionId()
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/ipc/
H A DClient.java226 final public static int getPingInterval(Configuration conf) { in getPingInterval() method in Client
243 return getPingInterval(conf); in getTimeout()
431 this.pingInterval = remoteId.getPingInterval(); in Connection()
1580 this.pingInterval = (doPing ? Client.getPingInterval(conf) : 0); in ConnectionId()
1621 int getPingInterval() { in getPingInterval() method in Client.ConnectionId
/dports/devel/juce/JUCE-f37e9a1/modules/juce_blocks_basics/topology/internal/
H A Djuce_BlockImplementation.cpp539 if (lastMessageSendTime < Time::getCurrentTime() - getPingInterval()) in handleTimerTick()
543 RelativeTime getPingInterval() in getPingInterval() function
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/protocolPB/
H A DDatanodeProtocolClientSideTranslatorPB.java109 org.apache.hadoop.ipc.Client.getPingInterval(conf), null).getProxy(); in createNamenode()
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/ipc/
H A DTestSaslRPC.java437 remoteId.getPingInterval());
442 assertEquals(0, remoteId.getPingInterval());