Home
last modified time | relevance | path

Searched refs:writeSession (Results 1 – 25 of 40) sorted by relevance

12

/dports/www/grafana8/grafana-8.3.6/vendor/github.com/grafana/loki/pkg/storage/chunk/cassandra/
H A Dstorage_client.go259 writeSession *gocql.Session member
270 writeSession, err := cfg.session("index-write", registerer)
284 writeSession: writeSession,
293 s.writeSession.Close()
330 err := s.writeSession.Query(fmt.Sprintf("INSERT INTO %s (hash, range, value) VALUES (?, ?, ?)",
338 err := s.writeSession.Query(fmt.Sprintf("DELETE FROM %s WHERE hash = ? and range = ?",
447 writeSession *gocql.Session member
458 writeSession, err := cfg.session("chunks-write", registerer)
472 writeSession: writeSession,
540 q := s.writeSession.Query(fmt.Sprintf("DELETE FROM %s WHERE hash = ?",
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/cortexproject/cortex/pkg/chunk/cassandra/
H A Dstorage_client.go258 writeSession *gocql.Session member
269 writeSession, err := cfg.session("index-write", registerer)
283 writeSession: writeSession,
292 s.writeSession.Close()
329 err := s.writeSession.Query(fmt.Sprintf("INSERT INTO %s (hash, range, value) VALUES (?, ?, ?)",
337 err := s.writeSession.Query(fmt.Sprintf("DELETE FROM %s WHERE hash = ? and range = ?",
446 writeSession *gocql.Session member
457 writeSession, err := cfg.session("chunks-write", registerer)
471 writeSession: writeSession,
539 q := s.writeSession.Query(fmt.Sprintf("DELETE FROM %s WHERE hash = ?",
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/grafana/loki/vendor/github.com/cortexproject/cortex/pkg/chunk/cassandra/
H A Dstorage_client.go258 writeSession *gocql.Session member
269 writeSession, err := cfg.session("index-write", registerer)
283 writeSession: writeSession,
292 s.writeSession.Close()
329 err := s.writeSession.Query(fmt.Sprintf("INSERT INTO %s (hash, range, value) VALUES (?, ?, ?)",
337 err := s.writeSession.Query(fmt.Sprintf("DELETE FROM %s WHERE hash = ? and range = ?",
446 writeSession *gocql.Session member
457 writeSession, err := cfg.session("chunks-write", registerer)
471 writeSession: writeSession,
539 q := s.writeSession.Query(fmt.Sprintf("DELETE FROM %s WHERE hash = ?",
[all …]
/dports/x11/conlecterm/conlecterm-1.4.3.0/src/
H A DSessionParser.hs69 writeSession :: Session -> String -> IO ()
70 writeSession session fileName = function
/dports/sysutils/cdrdao/cdrdao-1.2.4/dao/
H A DCDD2600Base.h42 int writeSession(const Toc *, int multiSession, long lbaOffset);
H A DRicohMP6200.cc133 if (writeSession(toc_, multiSession_, 0) != 0) { in startDao()
H A DTaiyoYuden.cc133 if (writeSession(toc_, multiSession_, 0) != 0) { in startDao()
H A DCDD2600Base.cc165 int CDD2600Base::writeSession(const Toc *toc, int multiSession, long lbaOffset) in writeSession() function in CDD2600Base
/dports/deskutils/grantlee-editor/grantlee-editor-21.12.3/grantleethemeeditor/
H A Dthemesession.h19 void writeSession(const QString &directory = QString());
H A Dthemesession.cpp75 void ThemeSession::writeSession(const QString &directory) in writeSession() function in ThemeSession
/dports/devel/poco/poco-1.10.1-all/PageCompiler/src/
H A DOSPCodeWriter.h36 virtual void writeSession(std::ostream& ostr);
H A DOSPCodeWriter.cpp102 void OSPCodeWriter::writeSession(std::ostream& ostr) in writeSession() function in OSPCodeWriter
H A DCodeWriter.h55 virtual void writeSession(std::ostream& ostr);
H A DCodeWriter.cpp269 writeSession(ostr); in writeHandler()
291 void CodeWriter::writeSession(std::ostream& ostr) in writeSession() function in CodeWriter
/dports/www/thundersnarf/thundersnarf/protected/yii114/framework/web/
H A DCCacheHttpSession.php86 public function writeSession($id,$data) function in CCacheHttpSession
H A DCDbHttpSession.php173 public function writeSession($id,$data) function in CDbHttpSession
H A DCHttpSession.php347 public function writeSession($id,$data) function in CHttpSession
/dports/www/limesurvey/limesurvey/framework/web/
H A DCCacheHttpSession.php87 public function writeSession($id,$data) function in CCacheHttpSession
H A DCDbHttpSession.php241 public function writeSession($id,$data) function in CDbHttpSession
H A DCHttpSession.php425 public function writeSession($id,$data) function in CHttpSession
/dports/audio/luppp/openAV-Luppp-release-1.2.1/src/
H A Ddiskwriter.hxx68 int writeSession();
/dports/audio/luppp/openAV-Luppp-release-1.2.1/src/tests/
H A Ddiskwritertest.cxx49 QUNIT_IS_TRUE( gui->getDiskWriter()->writeSession() == LUPPP_RETURN_OK ); in runTests()
/dports/net-im/matterbridge/matterbridge-1.22.3/bridge/whatsapp/
H A Dhelpers.go57 func (b *Bwhatsapp) writeSession(session whatsapp.Session) error { func
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.framework/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/internal/log/
H A DEquinoxLogWriter.java199 private void writeSession() throws IOException { in writeSession() method in EquinoxLogWriter
300 writeSession(); in log()
639 writeSession(); in checkLogFileSize()
/dports/astro/kstars/kstars-3.5.6/kstars/oal/
H A Dlog.h59 void writeSession(OAL::Session *s);

12