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 int
SystemKeyspace. loadPreparedStatement(MD5Digest digest, SystemKeyspace.TriFunction<MD5Digest,java.lang.String,java.lang.String,java.lang.Boolean> onLoaded)
static int
SystemKeyspace. loadPreparedStatements(SystemKeyspace.TriFunction<MD5Digest,java.lang.String,java.lang.String,java.lang.Boolean> onLoaded)
-