Searched refs:getId (Results 1 - 20 of 20) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/db/
H A DForeignKeyDeleteAction.java27 int getId() { method in class:ForeignKeyDeleteAction
H A DReplicationManagerStartPolicy.java67 int getId() { method in class:ReplicationManagerStartPolicy
H A DDatabaseType.java79 int getId() { method in class:DatabaseType
H A DReplicationManagerAckPolicy.java105 int getId() { method in class:ReplicationManagerAckPolicy
H A DReplicationTimeoutType.java112 int getId() { method in class:ReplicationTimeoutType
H A DTransaction.java271 public int getId() method in class:Transaction
H A DLockStats.java23 public int getId() { method in class:LockStats
H A DSecondaryConfig.java274 foreign.associate_foreign(db, keyNullifier, foreignFlags | fkDelAction.getId());
H A DEnvironment.java899 dbenv.rep_set_timeout(type.getId(), replicationTimeout);
916 return dbenv.rep_get_timeout(type.getId());
966 dbenv.repmgr_start(nthreads, policy.getId());
H A DDatabaseConfig.java1990 db.open(txn, fileName, databaseName, type.getId(), openFlags, mode);
H A DEnvironmentConfig.java4066 dbenv.repmgr_set_ack_policy(repmgrAckPolicy.getId());
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/persist/impl/
H A DEvolver.java221 Integer oldFormatId = oldFormat.getId();
242 Integer oldFormatId = oldFormat.getId();
713 oldLatestFormat.getWrapperFormat().getId() ==
714 newFieldFormat.getId()) ||
716 newFieldFormat.getWrapperFormat().getId() ==
717 oldLatestFormat.getId())) {
H A DRecordOutput.java102 writePackedInt(format.getId());
H A DFormat.java287 return format.getId() <= ID_PREDEFINED;
342 final int getId() { method in class:Format
H A DCollectionProxy.java116 format.getComponentType().getId() != Format.ID_OBJECT) {
H A DPersistEntityBinding.java113 output.writePackedInt(format.getId());
H A DPersistKeyCreator.java56 priKeyFormatId = priKeyFormat.getId();
H A DWidenerInput.java56 int fromFormatId = fromFormat.getId();
57 int toFormatId = toFormat.getId();
H A DComplexFormat.java1111 oldType.getWrapperFormat().getId() !=
1112 newType.getId()) &&
1114 newType.getWrapperFormat().getId() !=
1115 oldType.getId()))) {
1798 fromFormatId = oldFormat.getId();
1799 toFormatId = newFormat.getId();
H A DPersistCatalog.java666 format.getId() >= catalogData.formatList.size()) {
943 ("ID: " + format.getId() +

Completed in 173 milliseconds