Package org.neo4j.gds.userlog
Class UserLogProc
- java.lang.Object
-
- org.neo4j.gds.userlog.UserLogProc
-
public class UserLogProc extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description org.neo4j.gds.procedures.GraphDataSciencefacade
-
Constructor Summary
Constructors Constructor Description UserLogProc()For prod
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description java.util.stream.Stream<org.neo4j.gds.core.utils.warnings.UserLogEntry>alphaQueryUserLog(java.lang.String jobId)Deprecated, for removal: This API element is subject to removal in a future version.java.util.stream.Stream<org.neo4j.gds.core.utils.warnings.UserLogEntry>queryUserLog(java.lang.String jobId)
-
-
-
Method Detail
-
queryUserLog
public java.util.stream.Stream<org.neo4j.gds.core.utils.warnings.UserLogEntry> queryUserLog(java.lang.String jobId)
-
alphaQueryUserLog
@Deprecated(forRemoval=true) public java.util.stream.Stream<org.neo4j.gds.core.utils.warnings.UserLogEntry> alphaQueryUserLog(java.lang.String jobId)
Deprecated, for removal: This API element is subject to removal in a future version.
-
-