Edit Javadoc.
This commit is contained in:
@@ -92,6 +92,7 @@ public interface SpringSessionGemFireConfigurer {
|
|||||||
* @return the name of the {@link Pool} used by the {@link ClientCache} {@link Region}
|
* @return the name of the {@link Pool} used by the {@link ClientCache} {@link Region}
|
||||||
* to send {@link Session} state to the cluster of servers.
|
* to send {@link Session} state to the cluster of servers.
|
||||||
* @see org.springframework.session.data.gemfire.config.annotation.web.http.GemFireHttpSessionConfiguration#DEFAULT_POOL_NAME
|
* @see org.springframework.session.data.gemfire.config.annotation.web.http.GemFireHttpSessionConfiguration#DEFAULT_POOL_NAME
|
||||||
|
* @see org.apache.geode.cache.client.Pool#getName()
|
||||||
*/
|
*/
|
||||||
default String getPoolName() {
|
default String getPoolName() {
|
||||||
return GemFireHttpSessionConfiguration.DEFAULT_POOL_NAME;
|
return GemFireHttpSessionConfiguration.DEFAULT_POOL_NAME;
|
||||||
@@ -105,6 +106,7 @@ public interface SpringSessionGemFireConfigurer {
|
|||||||
* @return a {@link String} specifying the name of the (client)cache {@link Region}
|
* @return a {@link String} specifying the name of the (client)cache {@link Region}
|
||||||
* used to store {@link Session} state.
|
* used to store {@link Session} state.
|
||||||
* @see org.springframework.session.data.gemfire.config.annotation.web.http.GemFireHttpSessionConfiguration#DEFAULT_SESSION_REGION_NAME
|
* @see org.springframework.session.data.gemfire.config.annotation.web.http.GemFireHttpSessionConfiguration#DEFAULT_SESSION_REGION_NAME
|
||||||
|
* @see org.apache.geode.cache.Region#getName()
|
||||||
*/
|
*/
|
||||||
default String getRegionName() {
|
default String getRegionName() {
|
||||||
return GemFireHttpSessionConfiguration.DEFAULT_SESSION_REGION_NAME;
|
return GemFireHttpSessionConfiguration.DEFAULT_SESSION_REGION_NAME;
|
||||||
|
|||||||
Reference in New Issue
Block a user