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