Uses of Interface
org.apache.cassandra.db.SystemKeyspace.TriFunction
-
Packages that use SystemKeyspace.TriFunction Package Description org.apache.cassandra.db -
-
Uses of SystemKeyspace.TriFunction in org.apache.cassandra.db
Methods in org.apache.cassandra.db with parameters of type SystemKeyspace.TriFunction Modifier and Type Method Description static intSystemKeyspace. loadPreparedStatement(MD5Digest digest, SystemKeyspace.TriFunction<MD5Digest,java.lang.String,java.lang.String,java.lang.Boolean> onLoaded)static intSystemKeyspace. loadPreparedStatements(SystemKeyspace.TriFunction<MD5Digest,java.lang.String,java.lang.String,QueryHandler.Prepared> onLoaded)static intSystemKeyspace. loadPreparedStatements(SystemKeyspace.TriFunction<MD5Digest,java.lang.String,java.lang.String,QueryHandler.Prepared> onLoaded, int pageSize)
-