| 限定符和类型 | 方法和说明 |
|---|---|
Iterator<Class<S>> |
classIterator() |
S |
find(String implName) |
S |
first() |
Iterator<S> |
iterator() |
static <S> JRaftServiceLoader<S> |
load(Class<S> service) |
static <S> JRaftServiceLoader<S> |
load(Class<S> service,
ClassLoader loader) |
void |
reload() |
List<S> |
sort() |
String |
toString()
Returns a string describing this service.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitforEach, spliteratorpublic static <S> JRaftServiceLoader<S> load(Class<S> service)
public static <S> JRaftServiceLoader<S> load(Class<S> service, ClassLoader loader)
public S first()
public void reload()
Copyright © 2021. All rights reserved.