JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
Spring Data Redis
org.springframework.data.redis.connection
NamedNode
Contents
Description
Method Summary
Method Details
getName()
Hide sidebar
Show sidebar
Interface NamedNode
All Known Implementing Classes:
RedisClusterNode
,
RedisNode
,
RedisServer
public interface
NamedNode
Since:
1.4
Author:
Christoph Strobl
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
@Nullable
String
getName
()
Method Details
getName
@Nullable
String
getName
()
Returns:
the node name. Can be null.