public class ProfileStoreService extends Object
| Constructor and Description |
|---|
ProfileStoreService(GsonSerde serde,
UserProfileCache profileCache,
DFSConfig dfsConfig,
BucketAccessService access,
StorageWriteService writeService) |
| Modifier and Type | Method and Description |
|---|---|
void |
registerPrivate(UserID id,
UserPrivateProfile profile) |
void |
registerPublic(UserID id,
UserPublicProfile profile) |
@Inject public ProfileStoreService(GsonSerde serde, UserProfileCache profileCache, DFSConfig dfsConfig, BucketAccessService access, StorageWriteService writeService)
public void registerPrivate(UserID id, UserPrivateProfile profile)
public void registerPublic(UserID id, UserPublicProfile profile)
Copyright © 2019. All rights reserved.