Searched refs:SK (Results 1 - 7 of 7) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/persist/
H A DKeysIndex.java30 class KeysIndex<SK,PK> extends BasicIndex<SK,PK> {
33 private SortedMap<SK,PK> map;
36 Class<SK> keyClass,
52 public PK get(SK key)
58 public PK get(Transaction txn, SK key, LockMode lockMode)
74 public Map<SK,PK> map() {
78 public synchronized SortedMap<SK,PK> sortedMap() {
H A DSecondaryIndex.java38 * secondary key type (SK) to the entity type (E). In other words, entities
84 * <SK,PK,E>} or in the example {@code <String,Long,Employee>} while a {@link
104 * map from secondary key (SK) to entity (E), or in the example, from the
106 * itself, by implementing {@code EntityIndex<SK,E>}, provides this
110 * key (SK) to primary key (PK), or in the example, from the String department
119 * (SK). This mapping is provided by the {@link #subIndex} method. A
767 public class SecondaryIndex<SK,PK,E> extends BasicIndex<SK,E> {
773 private EntityIndex<SK,PK> keysIndex;
774 private SortedMap<SK,
[all...]
H A DEntityStore.java227 public <SK,PK,E> SecondaryIndex<SK,PK,E>
229 Class<SK> keyClass,
270 public <SK,PK,E1,E2 extends E1> SecondaryIndex<SK,PK,E2>
273 Class<SK> keyClass,
H A DEntityJoin.java91 public <SK> void addCondition(SecondaryIndex<SK,PK,E> index, SK key) {
H A DSubIndex.java58 <SK> SubIndex(SecondaryIndex<SK,PK,E> secIndex,
60 SK key)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/persist/impl/
H A DStore.java517 public synchronized <SK,PK,E1,E2 extends E1> SecondaryIndex<SK,PK,E2>
521 Class<SK> keyClass,
556 SecondaryIndex<SK,PK,E2> secIndex = secIndexMap.get(secName);
630 private <SK,PK,E1,E2 extends E1> SecondaryIndex<SK,PK,E2>
635 Class<SK> keyClass,
697 SecondaryIndex<SK,PK,E2> secIndex = new SecondaryIndex
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/gadget/
H A Dfile_storage.c446 #define SK(x) ((u8) ((x) >> 16)) // Sense Key byte, etc. macro
2036 buf[2] = SK(sd);
2473 VDBG(fsg, " sense data: SK x%02x, ASC x%02x, ASCQ x%02x;"
2475 SK(sd), ASC(sd), ASCQ(sd), sdinfo);

Completed in 67 milliseconds