Toggle navigation
Home
int to io.atomix.resource.ResourceType
No. of Instances - 3
No. of Commits - 1
No. of Projects - {'atomix'}
Hierarchy/Composition: Composition
Primitive Info: -
NameSpace: Jdk -> Internal
Mapping:
Add or Remove Method invocation
Assert.argNot(type,type == 0,"type cannot be 0")
to
Assert.notNull(type,"type")
buffer.readShort()
to
serializer.readObject(buffer)