Vladimir, Can you describe the new APIs to get this information in Ignite?
Thanks, D. On Thu, Nov 26, 2015 at 12:04 PM, Vladimir Ozerov <[email protected]> wrote: > Folks, > > We have several public methods which operate on "type ID" concept: > > - IgniteBinary.typeId(String typeName) > - IgniteBinary.metadata(int typeId) > - BinaryType.typeId() > > These methods came from initial GridGain portables implementation where it > is possbile that there is no type metadata so ID is the only way to operate > on the type. > > In Ignite we *always* have type metadata. So I think we can safely remove > mentioned methods. > > Thoughts? > > Vladimir. >
