Package akka.cluster.sharding
Class RemoveInternalClusterShardingData$
- java.lang.Object
-
- akka.cluster.sharding.RemoveInternalClusterShardingData$
-
public class RemoveInternalClusterShardingData$ extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static RemoveInternalClusterShardingData$MODULE$Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description RemoveInternalClusterShardingData$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidmain(java.lang.String[] args)Propsprops(java.lang.String journalPluginId, scala.collection.immutable.Set<java.lang.String> typeNames, scala.concurrent.Promise<scala.runtime.BoxedUnit> completion, boolean remove2dot3Data)INTERNAL API:PropsforRemoveInternalClusterShardingDataactor.scala.concurrent.Future<scala.runtime.BoxedUnit>remove(ActorSystem system, java.lang.String journalPluginId, scala.collection.immutable.Set<java.lang.String> typeNames, boolean remove2dot3Data)API corresponding to themain(java.lang.String[])method as described in theRemoveInternalClusterShardingData companion object
-
-
-
Field Detail
-
MODULE$
public static final RemoveInternalClusterShardingData$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
main
public void main(java.lang.String[] args)
-
remove
public scala.concurrent.Future<scala.runtime.BoxedUnit> remove(ActorSystem system, java.lang.String journalPluginId, scala.collection.immutable.Set<java.lang.String> typeNames, boolean remove2dot3Data)
API corresponding to themain(java.lang.String[])method as described in theRemoveInternalClusterShardingData companion object- Parameters:
system- (undocumented)journalPluginId- (undocumented)typeNames- (undocumented)remove2dot3Data- (undocumented)- Returns:
- (undocumented)
-
props
public Props props(java.lang.String journalPluginId, scala.collection.immutable.Set<java.lang.String> typeNames, scala.concurrent.Promise<scala.runtime.BoxedUnit> completion, boolean remove2dot3Data)
INTERNAL API:PropsforRemoveInternalClusterShardingDataactor.- Parameters:
journalPluginId- (undocumented)typeNames- (undocumented)completion- (undocumented)remove2dot3Data- (undocumented)- Returns:
- (undocumented)
-
-