Package com.tangosol.io
Interface BinaryStore.KeySetAware
- All Superinterfaces:
- BinaryStore,- BinaryStore.SizeAware
- Enclosing interface:
- BinaryStore
If a BinaryStore is aware of which keys that it stores, then it should
 implement this optional interface in order to allow that information
 to be efficiently communicated to an intelligent consumer of the BinaryStore
 interface.
- Since:
- Coherence 12.1.2
- 
Nested Class SummaryNested classes/interfaces inherited from interface com.tangosol.io.BinaryStoreBinaryStore.KeySetAware, BinaryStore.SizeAware
- 
Method SummaryModifier and TypeMethodDescriptionbooleancontainsKey(Binary binKey) Return true iff this BinaryStore contains a mapping for the specified key.Methods inherited from interface com.tangosol.io.BinaryStore.SizeAwaresize
- 
Method Details- 
containsKeyReturn true iff this BinaryStore contains a mapping for the specified key.- Parameters:
- binKey- key whose presence in the BinaryStore is to be tested
- Returns:
- true iff this BinaryStore contains a mapping for the specified key
 
 
-