Home
last modified time | relevance | path

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

/rocksdb-6.9/build_tools/
Dgnu_parallel2420 while (my ($host, $sshlogin) = each %Global::host) {
2421 if($host eq ":") { next }
2466 my $host = $1;
2467 $host =~ tr/\\//d;
2468 $Global::host{$host} or next;
2480 $ncores{$host} = 1;
2481 $ncpus{$host} = 1;
2483 } elsif($col[0] =~ /^\d+$/ and $Global::host{$host}) {
2486 $time_to_login{$host} = ::min($time_to_login{$host},$col[3]);
2611 for my $host (sort keys %Global::host) {
[all …]
/rocksdb-6.9/docs/
DREADME.md58 - To run using an actual IP address, you can use `--host=0.0.0.0`
61 bundle exec jekyll serve --host=0.0.0.0
/rocksdb-6.9/java/crossbuild/
Ddocker-build-linux-alpine.sh11 cp -r /rocksdb-host/* /rocksdb-local-build
Ddocker-build-linux-centos.sh11 cp -r /rocksdb-host/* /rocksdb-local-build
/rocksdb-6.9/hdfs/
Denv_hdfs.h203 std::string host(parts[0]); in connectToPath()
215 hdfsFS fs = hdfsConnectNewInstance(host.c_str(), port); in connectToPath()
/rocksdb-6.9/docs/_posts/
D2014-05-14-lock.markdown69 1. create a separate directory on the same host for a snapshot of the DB.
/rocksdb-6.9/third-party/gtest-1.8.1/fused-src/gtest/
Dgtest-all.cc1461 SocketWriter(const std::string& host, const std::string& port) in SocketWriter() argument
1462 : sockfd_(-1), host_name_(host), port_num_(port) { in SocketWriter()
1507 StreamingListener(const std::string& host, const std::string& port) in StreamingListener() argument
1508 : socket_writer_(new SocketWriter(host, port)) { in StreamingListener()