public static class EventingMapBasedStorageService.RemoveEntryEvent<KeyType,ValueType>
extends org.springframework.context.ApplicationEvent
source
コンストラクタと説明 |
---|
EventingMapBasedStorageService.RemoveEntryEvent(StorageService<KeyType,ValueType> storageService,
String partition,
KeyType key,
ValueType value)
Constructor.
|
修飾子とタイプ | メソッドと説明 |
---|---|
KeyType |
getKey()
Gets the key of the removed item.
|
String |
getPartition()
Gets the partition to which the entry was removed.
|
StorageService<KeyType,ValueType> |
getStorageService()
Gets the storage service to which an item was removed.
|
ValueType |
getValue()
Gets the removed item.
|
getSource, toString
public EventingMapBasedStorageService.RemoveEntryEvent(StorageService<KeyType,ValueType> storageService, String partition, KeyType key, ValueType value)
storageService
- storage service to which an item was removedpartition
- partition to which the entry was removedkey
- key of the removed itemvalue
- removed itempublic StorageService<KeyType,ValueType> getStorageService()
public String getPartition()
public KeyType getKey()
public ValueType getValue()
Copyright © 2012. All Rights Reserved.