Home
last modified time | relevance | path

Searched refs:getOperationRepContext (Results 1 – 2 of 2) sorted by relevance

/dports/java/berkeley-db/je-6.2.31/src/com/sleepycat/je/dbi/
H A DDbTree.java562 useRepContext = newDb.getOperationRepContext(CREATE); in doCreateDb()
998 dbImpl.getOperationRepContext(UPDATE_CONFIG, null); in updateNameLN()
1047 dbImpl.getOperationRepContext(RENAME); in doRenameDb()
1141 dbImpl.getOperationRepContext(REMOVE); in doRemoveDb()
1241 dbImpl.getOperationRepContext(TRUNCATE, dbImpl.getId()); in doTruncateDb()
H A DDatabaseImpl.java2849 getOperationRepContext(DbOperationType operationType, in getOperationRepContext() method in DatabaseImpl
2885 getOperationRepContext(DbOperationType operationType) { in getOperationRepContext() method in DatabaseImpl
2888 return getOperationRepContext(operationType, null); in getOperationRepContext()